我正在使用ShareThis将社交网站与我的网站集成。我希望能够将共享的标题设置为我喜欢的任何内容。现在我正在使用:
<span class='st_facebook_vcount' displayText='Facebook'></span>
<script type="text/javascript" src="http://w.sharethis.com/button/buttons.js">
</script> <script type="text/javascript">
stLight.options({
publisher:'12345',
});
</script>
<span class='st_twitter_vcount' displayText='Tweet'></span>
我希望通过php变量(个人资料所有者的名字)动态设置标题的一部分。这怎么可能是ddone?
谢谢,
答案 0 :(得分:0)
请参阅http://support.sharethis.com/customer/portal/articles/475079-share-properties-and-sharing-custom-information将st_title =“您的标题”添加到范围:
<span class='st_facebook_vcount' displayText='Facebook' st_title="Your title></span>