跳到主要內容

[Blogger 技巧] 為Blogger另外添加回應連結


想跟圖中一樣於回應時可針對其發表人回應名回應嗎?請跟著下列步驟做:
請先至【版面配置】找到【修改HTML】並請記得勾選【展開小裝置範本】

如果你想把「回覆此篇留言」的連結放在每條評論的「xx 說...」之後,那麼請找到
<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/>


在這段原始碼之後添加下列代碼:
<span class='comment-reply'><a expr:href='&quot;https://www.blogger.com/comment.g?blogID=你的BlogID&amp;postID=&quot; + data:post.id + &quot;&amp;isPopup=true&amp;postBody=Re:&quot; + data:comment.author + &quot;#form&quot;' onclick='javascript:window.open(this.href, &quot;bloggerPopup&quot;, &quot;toolbar=0,location=0,statusbar=1,menubar=0,scrollbars=yes,width=400,height=450&quot;); return false;'>回覆此篇留言</a></span>

代碼中的 你的BlogID 代表你所使用的 Blog 編號。
可以在進入Blogger後台端的網址欄位中看到,例如:http://www.blogger.com/post-create.g?blogID=1234567812345678 就是你的 BLOG-ID
當您點選【回覆此篇留言】將會出現如下代碼:
Re:欲回覆之意見發表人ID
可將Re:改成您想要的符號,更改處為上述需張貼語法當中紅色字樣的Re:
本篇參考教學:

延伸閱讀:

留言

這個網誌中的熱門文章