我正在尝试为我网站上的每个帖子设计一个自定义推文按钮。下面是我现在使用的原始推特代码,它可以工作。我想将其更改为以我自己的“设计图像”为背景的自定义设计。就像 npr.org 一样。
<a href="https://twitter.com/share" class="twitter-share-button" data-url="http://www.example.com{$story_url}" data-text="{$title_short}" data-count="none">Tweet</a>
{literal}<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>{/literal}
以下(评论)自定义设计代码有效,但是当我发推文时,它没有标题。如果有人可以帮助我,那就太好了。
推特