
Test code:
FB「讚」按鈕與 Google「+1」按鈕最簡單安全的安裝方式﹍可解決對齊問題
2. Like button from facebook:
https://developers.facebook.com/docs/plugins/like-button
Reference: tutor:
http://shujstars.blogspot.tw/2014/06/
video:
https://m.youtube.com/watch?v=diQRc27HdQU
//add code in Blogger Template | |
<b:if cond='data:blog.pageType == "item"'>//only show on contex in blogger | |
//like button for facebook | |
<iframe allowtransparency="true" frameborder="0" onload="this.src="http://www.facebook.com/plugins/like.php?locale=zh_TW&href=http://" + location.hostname + location.pathname + "&layout=button_count&action=like&colorscheme=light&share=false"; this.onload="";" scrolling="no" src="" style="height: 20px; width: 150px;"></iframe> | |
//like button for Google | |
<iframe allowTransparency='true' src='' style='width:150px; height:20px;' frameborder='0' scrolling='no' onload='this.src="https://plus.google.com/_/+1/fastbutton?url=http://" + location.hostname + location.pathname + "&size=medium"; this.onload="";'></iframe> | |
</b:if> |
0 意見:
張貼留言