方法如下:
1.“控制台”-“布局”-“修改 HTML”,勾选“扩展小窗口部件模板”,同时请保存原有模板以防不测! 2.查找如下代码:
<b:if cond='data:comment.authorUrl'>
<a expr:href='data:comment.authorUrl' rel='nofollow'>
<data:comment.author/></a>
<b:else/>
<data:comment.author/>
</b:if>
<data:commentPostedByMsg/>
在其下添加这段代码: <a expr:href='data:comment.authorUrl' rel='nofollow'>
<data:comment.author/></a>
<b:else/>
<data:comment.author/>
</b:if>
<data:commentPostedByMsg/>
<span class='comment-reply'><a expr:href='"https://www.blogger.com/comment.g?blogID=BLOG-ID&postID=" + data:post.id + "&isPopup=true&postBody=%40%3C%61%20%68%72%65%66%3D%22%23" + data:comment.anchorName + "%22%3E" + data:comment.author + "%3C%2F%61%3E#form"' onclick='javascript:window.open(this.href, "bloggerPopup", "toolbar=0,location=0,statusbar=1,menubar=0,scrollbars=yes,width=400,height=450"); return false;'>回复此评论</a></span>
将其中的BLOG-ID换成你所使用的Blogger编号。BlogID可以通过查看网页源文件搜索“BlogID”获得(很长的一串数字)。注:
1.这个功能是基于 Blogger 弹出式评论的弹出窗口设计的,但是你无需在Blogger 控制台选择“弹出式评论框”——你仍然可以使用你喜欢的回复评论方式。
2.这段代码会在评论框中插入形如下面代码的内容:
@<a href="#c1234567890">我是评论者</a>
将你要回复的内容输在其后即可,欢迎留言测试。来源:为Blogger添加“回复评论”功能
本文地址:http://oceanban.blogspot.com/2010/05/bloggercom_15.html 原创文章如转载,请注明链接: 转自OceanBan的空间 |
7 评论:
说真的,blogger很不容易,特别在天朝
@Roy
现在真是混乱,不过还是很期待未来的,希望明天更美好。
@Ocean Ban这个方法在主页显示正常。但我建立一个留言簿,然后在那个上面的评论上回复留言留言的话,会报错。
@墙外行人
这个功能在静态页面无法使用,你可以通过判断语句使其只在文章页面显示,我就是这么使用的.判断语句使用方法:
http://forum.kban.info/blogger-com-tp911413p911413.html
@Ocean Ban嗯,知道了。谢谢!
谢谢 看了你提供的 inove模板 有这么一段 可是没把blogID换过来 我也去试试
建议用第三方评论,比如Disqus,我现在用的就是,感觉速度还行,而且哪天搬家了还可以打包带走
发表评论