我想知道在按下推文和 google+ 按钮时是否可以显示一些预定义的文本。我知道这对 facebook 来说是可能的,但我找不到任何可用于 google+ 按钮的代码。
我为我的 facebook 分享按钮获得的代码(已经在工作)是:
<a title="send to Facebook"
href="http://www.facebook.com/sharer.php?s=100&p[title]=EHBE Groningen&p[summary]=this is the text to share http://sharelink.com&p[url]=www.example.nl&p[images][0]=example_image"
target="_blank">
<span>
<img width="14" height="14" src="'icons/fb.gif" alt="Facebook" /> Facebook
</span>
</a>
我目前为我的推文按钮(也有效)获得的代码是:
<a href="http://twitter.com/?status=text to tweet" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://twitter.com']);" target="_blank">Tweet over deze pagina</a>
所以我的问题是,是否可以在为某种 google + 按钮点赞、分享或推特页面或文章时显示预定义的文本。
编辑
我希望能够更改实际单击按钮时出现的文本。所以按钮本身很好。