How To Add A Reply to Comment Widget

To install this widget is very easy, simply by adding a bit of HTML code on the blog, then reply to comment widget is mounted on the blog.
- Go to Layout
- Select Edit HTML
- Click Expand Widget Templates
- Find the code like this : <data:commentPostedByMsg/>
- Place the following code after the code above :
<span class='comment-reply'><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=400,height=450"); return false;'>[Reply to comment]</a></span>
fonte e créditos:
blog-zone.info
traduzido
Como adicionar uma resposta ao comentário Widget

Para instalar este widget é muito fácil, simplesmente adicionando um pouco de código HTML do blog, em seguida, responder a comentar widget é montado no blog.
- Ir para layout
- Selecione Editar HTML
- Clique Expandir modelos de widgets
- Encontre o código como este: <data:commentPostedByMsg/>
- Coloque o seguinte código após o código acima:
<span class='comment-reply'><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=400,height=450");
return false;'>[Reply to comment]</a></span>
test 1
ResponderExcluirtest 2
ResponderExcluirok
Excluir