Example:
首先你必须知道你部落格的 ID ...
要怎样找呢?很简单
只要点击发帖就能找到了...
Example:
就是blogID= 后面的那些
把它们都high light起来CTRL+C
copy起来
然后在去Design --> Edit HTML --> 勾一勾 Expand Widget Template-->
Ctrl+F找到这个代码
<data:commentPostedByMsg/>
然后在<data:commentPostedByMsg/>下面添加以下代码
<span><a expr:href='"https://www.blogger.com/comment.g?blogID=Your 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=450,height=450"); return false;'>[Reply]</a></span>
No comments:
Post a Comment