在没有iFrame和跟踪的情况下创建社交按钮

时间:2014-01-20 15:57:47

标签: javascript iframe social-networking facebook-social-plugins

我决定不使用iFrame嵌入我的共享按钮。这是为了减少加载时间。我正在使用这种方法:

<!-- Facebook -->
<a href="http://www.facebook.com/sharer.php?u=http://www.mywebsite.co.uk" target="_blank"><img src="/images/facebook.png" alt="Facebook"</a>

<!-- Twitter -->
<a href="http://twitter.com/share?url=http://www.mywebsite.co.uk&amp;text=Website name" target="_blank"><img src="/images/twitter.png" alt="Twitter"></a>

<!-- Google+ -->
<a href="https://plus.google.com/share?url=http://www.mywebsite.co.uk" target="_blank"><img src="/images/google.png" alt="Google"></a>

<!-- LinkedIn -->
<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.mywebsite.co.uk" target="_blank">/images/linkedin.png" alt="LinkedIn"></a>

如果我决定在未来推出更多高级按钮,每个社交网络是否仍会跟踪共享页面的次数?

谢谢!

0 个答案:

没有答案
相关问题