我在我的项目中使用jQuery Tipsy 。在我想在顶部显示的社交媒体标签中,社交媒体名称和底部,页面共享计数如下:
编辑:
我的链接是这样的:
<a class="twitter tip-n tip-s" target="_blank" href="http://twitter.com/intent/tweet?text=text&url=page" title="Twitter" rel="17 tweets"></a>
像这样的jQuery代码部分:
$('.tip-n').tipsy({fade: true, gravity: 's', html: true});
$('.tip-s').tipsy({fade: true, gravity: 'n', html: true, title: 'rel'});
当然它没有用。我用谷歌搜索,但我没有找到任何东西。你可以帮帮我吗?