Monday, April 8, 2013

Widgets

0

Add Reply Link with Reply Button in Blogger Comments

  • Monday, April 8, 2013
  • Unknown
  • Commenting is to post queries to the post then any visitor post a query then there must be an option to clarify the doubt or query.This option is available in wordpress,forums etc. But now it has also implemented in Blogger,as we had already posted  how make threaded comments in blogger and if your using older templates now you can add this button and make others also to reply and make comments.Visitors will be impressed about the blog if they get reply for their comments.Visitor satisfaction is our first priority as blogger.
    Reply Button in Blogger Comments

    Add a Customized "Reply Link" to blogger comments

    • Log in to blogger.
    • Then click template and edit html.
    • Expand widget template
    • Backup your blog.
    • The add the below code ]]></b:skin>
    • Then add the below code above it.
    .b4l-replycomments{
    background:#ECEAEA;
    cursor:pointer;
    color:#fff;
    margin:5px 0;
    float:right;
    border:none;
    padding:4px;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-radius:8px;
    font:10px sans-serif;
    }
    .b4l-replycomments:hover{
    background:#E7E7E7;
    }

    You can change the color of the link with color matches your template.


    • Change this color code #ECEAEA with new code. 
    • To change the hover color #E7E7E7 replace with own.
    You can also use our color code generator to get hex code for the color you need.

    Now we need to add the reply link or reply button to blogger comments in blogger comment area.So you need to look for the below code add this code.

    <dd class='comment-footer'>
    or try search for the highlighted code, then above that code paste the below code.

    <div class='b4l-replycomments'><a expr:href='&quot;https://www.blogger.com/comment.g?blogID=*******************&amp;postID=&quot; + data:post.id + &quot;&amp;isPopup=true&amp;postBody=%40%3C%61%20%68%72%65%66%3D%22%23&quot; + data:comment.anchorName + &quot;%22%3E&quot; + data:comment.author + &quot;%3C%2F%61%3E#form&quot;' onclick='javascript:window.open(this.href, &quot;bloggerPopup&quot;, &quot;toolbar=0,location=0,statusbar=1,menubar=0,scrollbars=yes,width=650,height=650&quot;); return false;'>Reply..</a></div>

    • Now replace the *************** with your blog id,which will be an 18 digit code at the address when you logged into that blogger.
    • Then save the template.
    You will now have reply button and visitors try to reply will click and then comment will open in a blank popup window.We recommend to read how to customize author comment in blogger.

    Having any trouble comment below?


    0 Responses to “ Add Reply Link with Reply Button in Blogger Comments ”


    *Important - If you want to be informed of any replies to your comment, check the "Subscribe By Email" before submitting. Please Do Not Spam

    Post a Comment