作者darren8221 (鲶鱼)
看板Blog
标题Re: [分享] Blogger 新回应功能
时间Fri Aug 15 21:46:24 2008
※ 引述《huangaric (流浪在二手交换处)》之铭言:
: http://tinyurl.com/5gcvbb
: 早上在blogger draft看到的新功能
: 应该算是之前star rating的进阶版
: 而且可以自订选单内容
教学文章
首先到
http://draft.blogger.com选版面配置
1.编辑文章那一块,打勾「反应」,并自己改要的选单内容,记得要用
,分隔
再来你会发现他不会出现在网志上,因为没有程式码:
2.请选「编辑HTML」(在上方),并展开小装置程式码
寻找「post-footer-line-3」
3.将以下复制到HTML之中
---------->8------------------沿虚线剪下
<span class='reaction-buttons'>
<b:if cond='data:top.showReactions'>
<table border='0' cellpadding='0' width='100%'><tr>
<td valign='center'><span class='reactions-label'>
<data:top.reactionsLabel/></span>
 </td>
<td><iframe allowtransparency='true' class='reactions-iframe'
expr:src='data:post.reactionsUrl' frameborder='0' name='reactions'
scrolling='no'/></td>
</tr></table>
</b:if>
</span>
---------->8-------------------沿虚线剪下
PS:根据官方说法,加在
<p class='post-footer-line post-footer-line-3'> </p>
之间会有最好的视觉效果(?)
如果你的HTML码长这样:<p class='post-footer-line post-footer-line-3'/>
请把这串中的
/去掉,并在>後面加上</p>
存档,解决
--
为什麽一加一不能等於三?
http://darren8221.blogspot.com
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 140.113.197.68
※ 编辑: darren8221 来自: 140.113.197.68 (08/15 21:46)
1F:推 acedia0915:刚刚试了一下但是找不到post-footer-line-3这一行 08/15 23:04
2F:→ acedia0915:刚刚眼残,没展开小装置,现在确实可以加进去了 08/15 23:09
4F:推 AsDfJJJ:请问是新奇好玩...那个吗?:P 08/15 23:27
5F:→ acedia0915:对呀,那是我自己加进去的 ^^ 08/15 23:55