【教程】添加 Facebook LIKE

给部落格添加整体的Facebook 赞。
一方面可以帮你宣传,一方面也可以让别人知道你的部落格又多少人看过、留下脚步过:3
BT用法
1. 布局 → 添加小工具 → HTML/JavaScript
2. 添加代码:
<iframe allowtransparency="true" frameborder="0" scrolling="no" src="http://www.facebook.com/plugins/like.php?href=你的博客网址&send=false&layout=standard&width=267&show_faces=true&action=like&colorscheme=light&font&height=80" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; height: 80px; overflow-x: hidden; overflow-y: hidden; width: 267px;"></iframe>3. 预览、保存即可。
BS用法
1. 模板 → 修改 HTML2. 将代码添加在你要添加的地方(旁边的小工具那边^^):
<iframe allowtransparency="true" frameborder="0" scrolling="no" src="http://www.facebook.com/plugins/like.php?href=你的部落格网址&send=false&layout=standard&width=267&show_faces=true&action=like&colorscheme=light&font&height=80" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; height: 80px; overflow-x: hidden; overflow-y: hidden; width: 267px;"></iframe>3. 预览,保存即可。
完成^^
有问题可以来问我哦
