------------------------
-----------------------
如果目前你的部落本身并没有显示出图像的话,那就照着这个步骤去做哦
(注:以下步骤是For已经有添加facebook like功能的Blogspot博客)
1)打开Edit HTML界面
2)勾选Expand widget
3)用Ctrl + F,查找这段代码:
<div><iframe allowTransparency='true' expr:src='"http://www.facebook.com/plugins/like.php?href=" + data:post.url + "&layout=standard&show_faces=false&width=100&action=like&font=arial&colorscheme=light"' frameborder='0' scrolling='no' style='border:none; overflow:hidden; width:400px; height:27px;'/></div>
4)把以上3)找出的代码全选,然后删除
5)复制以下代码,然后粘贴在刚刚删除旧Facebook like的位置。
<div><iframe allowTransparency='true' expr:src='"http://www.facebook.com/plugins/like.php?href=" + data:post.url + "&layout=standard&show_faces=true&width=100&action=like&font=arial&colorscheme=light"' frameborder='0' scrolling='no' style='border:none; overflow:hidden; width:400px; height:67px;'/></div>
6)插入了我新给你们的这段代码后,应该就可以看见like你的人的头像了。
======================================
注2:如果like的人并不在你的friend list里,则不会显示。
(以Ifublog blogger为例子)
1)Login进Textcube后台
2)去到Skin(模板)->Edit Skin(编辑模板)
3)在Skin.html的部分,使用Ctrl+F(查找功能)找寻以下字眼:
<div class="article"> [##_article_rep_desc_##] </div>
4)在<div class="article"> [##_article_rep_desc_##] </div>下面插入以下代码:
<div><iframe allowTransparency='true' expr:src='"http://www.facebook.com/plugins/like.php?href=http://ifublog.com[##_article_rep_link_##]&layout=standard&show_faces=true&width=100&action=like&font=arial&colorscheme=light"' frameborder='0' scrolling='no' style='border:none; overflow:hidden; width:400px; height:67px;'></iframe></div>
5)完成。
注意事项:
a)其实有些网站不需要http://也可以的,为安全起见先提醒,如果使用了中文里的:的话,那会造成问题哦!一定要用英文的:
b)如果你是个人用户,直接写入你的网址;如果你是BSP用户,就写下你的BSP的网址名(不需要包括你的部落格网址,因为那已经包括在后面的代码了***大多数***)
댓글을 달아 주세요