我想在推特上分享一篇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标签?
如果不使用插件,我将非常感激任何解决方案