社交網站上的Share/Like Button集合。
Facebook
<a href="http://www.facebook.com/sharer/sharer.php?u=(URL)" class="(...)" onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=300,width=570');return false;" target="_blank" title="Share on Facebook"></a>
|
Google+
<a href="https://plus.google.com/share?url=(URL)" class="(...)" onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=300,width=500');return false;" target="_blank" title="Share on Google+"></a>
|
Twitter
<a href="https://twitter.com/intent/tweet?text=(TITLE)&url=(URL)" class="(...)" onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=300,width=600');return false;" target="_blank" title="Share on Twitter"></a>
|
Email
<a href="mailto:(EMAIL ADDRESS)?subject=(TITLE)&body=(CONTENT)"></a>
|
Whatsapp
<a href="whatsapp://send" data-text="(CONTENT)" data-href="(URL)"></a>
|
Line
<a href="http://line.naver.jp/R/msg/text/?(URL)"></a>
|
- Facebook
- Google+
- Twitter
是咁的,其實仲有Share Button Auto Generator可以作為懶人參考。
參考網址:
Line教學: LINE 分享按鈕安裝在網站或部落格中