Share/Like Button集合

社交網站上的Share/Like Button集合。

Share 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>

Like Button

  1. Facebook
  2. Google+
  3. Twitter

是咁的,其實仲有Share Button Auto Generator可以作為懶人參考。


參考網址:

Line教學: LINE 分享按鈕安裝在網站或部落格中

Newer
HTML & CSS 網站設計建置優化之道
Older
MACOS - Shadowsocks使用方法