Ads

New Links In Comment Box

Since long time I did not update this blog, because it confused what to write and this time I might just write a tutorial that has been much written by other bloggers or already know a lot. I got the idea from a blog friend, when I try to click a link in the comments field and what happens? When I click the link, link opens in a pop-up windows. Curious to know I finally find out where the code is in place the blank with the source code to disassemble a friend's blog, if you want to put this code in your blog follow this tutorial to complete.

Steps made as follows:
1. Login to Blogger.com.
2. Click the Layout menu
3. Click the Edit menu Html
4. Download Full Template as a back up your data if something goes wrong when editing the template.
5. Tick the little box next to Expand Widget Templates.
6. Find the code like this:

b:if cond='data:comment.authorUrl'

If you have found, underneath there is a code like this:

a expr:href='data:comment.authorUrl' rel='nofollow'

In the code add the code target='blank' so the code becomes like this:

a expr:href='data:comment.authorUrl' rel='nofollow' target='blank'

7. Done and click the Save Template Button.

Please at trial and now even the link in your comment box is clicked, your blog will not be lost overwritten existing blog on the link.

Good luck and good luck.