網路的進展一日千里,現在許多網站都會放上社群分享按鈕,不過社群網站眾多,要分別取得語法、排版非常耗功。
現在透過AddThis網站提供的整合服務,就能輕鬆擁有分享按鈕。
它的支援包含多數台灣使用的網路書籤、社群服務等。
趕快前往 http://addthis.com
使用簡單又方便操作
或是要自訂文字或圖片推文紐可加入以下超連結
Facebook推文按鈕語法
javascript: void(window.open(‘http://www.facebook.com/share.php?u=’.concat(encodeURIComponent(location.href)) ));
Twitter推文按鈕語法
javascript: void(window.open(‘http://twitter.com/home/?status=’.concat(encodeURIComponent(document.title)) .concat(‘ ‘) .concat(encodeURIComponent(location.href))));
Facebook按讚鈕
<script>document.write(“<iframe src=’http:www.facebook.com/plugins/like.php?href=”+document.URL+”&layout=standard&show_faces=true&width=450&action=like&font=verdana&colorscheme=light&height=25′ scrolling=’no’ frameborder=’0′ style=’border:none; overflow:hidden; width:450px; height:25px;’allowTransparency=’true’></iframe>”)</script>
如果要針對特定網址累積按讚數量可將上述 “+document.URL+”刪除替換為指定網址。