Addthis使用

1、使用

https://www.addthis.com/。國外的SNS分享站點較多,適用於英文站點內容的分享。有教程。javascript

個人測試代碼以下:html

複製代碼
<html>
<meta charset="utf-8"/>
<head>
<title>share</title>
</head>
<body>
<div ><b>分享到</b></div>
<div class="addthis_toolbox addthis_default_style addthis_32x32_style">
        <a class="addthis_button_linkedin"></a>
        <a class="addthis_button_twitter"></a>
        <a class="addthis_button_facebook"></a>
        <a class="addthis_button_google_plusone_share"></a>
        <a class="addthis_button_sinaweibo"></a>
        <a class="addthis_button_compact"></a>
</div>
<script type="text/javascript">var addthis_config = {"data_track_addressbar":false};</script>
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-55754f584f46a708" async="async"></script>
<script type="text/javascript">
// addthis.layers({'theme' : 'transparent',
//                     'share' : {'position' : 'right',
//                                'services' : 'linkedin,twitter,facebook,google_plusone_share,sinaweibo,more'}
//                     });
</script>
</body>
</html>
複製代碼

2、Addthis分享插件後url亂碼的解決辦法

Addthis分享插件安裝後,有時候URL後面會出現相似#.UI3JrFIqHE8 的一串亂碼的亂碼,他的做用是用來追蹤客戶客戶,可是給客戶的印象會覺得木馬中毒之類的java

例如: http://www.xxx.com/xxx-p-1.html#.USSfYGc68cYasync

解決方案測試

將插件代碼中this

<script type="text/javascript">var addthis_config = {"data_track_addressbar":true};</script>

刪除,或者改成false。google

3、相似產品

JiaThis - 中國最大的社會化分享按鈕及分享代碼提供商!url

可定製分享圖標樣式,支持100多個SNS分享站點,嵌入方式也很簡單,僅僅一段腳本+HTML。spa

http://www.jiathis.com/插件

百度分享

http://www.bshare.cn/

微博分享

http://open.weibo.com/sharebutton

相關文章
相關標籤/搜索