【发布时间】:2015-01-14 07:47:17
【问题描述】:
我正在尝试在我的页面上设置与 pinterest 的社交分享。它工作正常,除了主题标签似乎没有出现。
我很快拼凑了一个jsfiddle with my code。如您所见,我在描述中添加了一个标签,但是当弹出共享框时,它会完全省略标签。
<a onclick="return !window.open(this.href, 'Share on Pinterest', 'width=640, height=536')"
href="http://pinterest.com/pin/create/button/?
url=http://google.com&media=http://dummyimage.com/600x400/000/fff&description=this is a #hashtag"
class="pin-it-button" count-layout="horizontal">
<img src="https://cdn.shopify.com/s/files/1/0636/3475/files/pinterest_e8e717fe-0b0d-4a38-8290-5c5beb871dd4.png?9971" width=22/></a>
有谁知道我如何在描述中添加主题标签并让它发挥作用?我尝试使用
感谢您的帮助!
【问题讨论】: