WordPress标签为Twitter共享者URL匆忙

时间:2014-05-26 作者:Payam Shakibafar

我想在推特上分享一篇wordpress帖子。我使用的是:

<a href="https://twitter.com/share?url=<?php the_permalink() ?>&text=<?php the_title() ?>&via=<?php the_author() ?>&hashtags=<?php the_tags(\'\', \'\') ?>" ></a>
我的问题是the_tags() 打印<a> 标签如何使用the_tags(\'\', \'\') (标签需要用逗号分隔标签)用于twitter标签?

如果不使用插件,我将非常感激任何解决方案

1 个回复
最合适的回答,由SO网友:s_ha_dum 整理而成

get_the_tags() 稍加处理即可:

$tags = get_the_tags();
$tag_list = wp_list_pluck($tags,\'name\');
$tag_list = implode(\',\',$tag_list);
var_dump($tag_list);
参考文献:
http://codex.wordpress.org/Function_Reference/wp_list_pluck

结束

相关推荐

使用Twitter Bootstrap在前端管理栏上方留出过多空白

The problem (Excess White Space Above Admin Bar on Frontend Using Twitter Bootstrap):登录并查看前端时,如果缩小浏览器,管理栏上方会出现过多的空白。我注意到它的全屏效果很好,甚至是~平板电脑大小。然而,当要缩小到小于600px时,管理栏上方会出现空白。我已经在手机上进行了测试,手机上也有空白。The Question:这是WordPress的一个冲突问题,还是我需要对我的Twitter引导设置做些什么?任何关于在移动设备上