LATEST >>

Welcome Here And Thanks For Visiting. Like Us On Facebook...

EXEIdeas – Let's Your Mind Rock » Blogspot / Blogspot Tricks » How To Make All Links Open In New Tab In Blog And Website?

How To Make All Links Open In New Tab In Blog And Website?

How To Make All Links Open In New Tab In Blog And Website?

This request to make all hyperlinks pops up every now and then so might as well make a post for it. To make all linksopen in new window is amazingly simple.Blogger is now XHTML so all tags must have matching closing tags or be self closing. The above tag is self closing because it has that forward slash / at the end of the tag.The main benefit for this code is that By opening each link in new tab certainly increases the website retention time which fools the search engine and thinks website is good thats why people sticking to it for such a long time.This certainly increases the search engine ranking

Features:
1.) It Will Automatically Set (target=’_blank’) To All Links In Your Blog/Site.
2.) All Links Will Be Open In New Tab.
3.) Simple CSS Code.
4.) Easy To Install And Quick To Load.
5.) Works With All Browsers…
6.) Increase Page Ranking.
7.) Increase Search Engine Ranking.

How To Add In Blogspot?
1.) Go To Your www.blogger.com
2.) Open Your Desire Blog.
3.) Go To “Template”.
4.) Click “Edit HTML” .
5.) Now Find “</head>” Tag.
6.) Now Copy The Below Code And Paste It Before The Above Code.
7.) Click Save, Now You Are Done.

How To Add In Website?
1.) Just Go To Your HTML File.
2.) Now Copy The Below Code And Paste It Between <head> </head>.
3.) Save It, Now You Are Done.

<base target='_blank' />

So That It Become…

..................................
<base target='_blank' />
</head>

Customization:
1.) You Don’t Have To Customize It.

Recommended For You:
How To Add Text Resizer Option For Blogger Posts?

You Like It, Please Share This Recipe With Your Friends Using...

14 Responses to “How To Make All Links Open In New Tab In Blog And Website?”

  1. Mothi Venkatesh says:

    nice tips 🙂 i tried to give some tips like you via : http://www.techmites.blogspot.in

  2. Asim Nawaz says:

    i worked but . i think that it will irritate the visitors.

    for free downloads softwares and ebooks. plz visit
    http://downloadsandtricks.blogspot.com/

    • EXEIdeas says:

      Nearly 50% Visitor Open Link In New Tab Because Until The The Link Will Be Load In Same Time They Can Read Previous Article So It Will Help Those And Also Good For SEO…

  3. Rishis Lyrics says:

    thanq

  4. Yadhav Manikanta says:

    Its working thanks

  5. Mohit Gupta says:

    is this also working on adds??

  6. Debarpan says:

    Is there any way to open the hyperlinks on my blog’s comment sections provided by the spam commenters in a new tab?

    • EXEIdeas says:

      Just Do The Following, Find The Below Lines…

      < a class=’comment-link’ expr:href=’data:post.addCommentUrl’ expr:onclick=’data:post.addCommentOnclick’ rel=’nofollow’ >

      < a class=’comment-link’ expr:href=’data:post.addCommentUrl’ expr:onclick=’data:post.addCommentOnclick’ rel=’nofollow’ >

      < a class=’comment-link’ expr:href=’data:post.addCommentUrl’ expr:onclick=’data:post.addCommentOnclick’ rel=’nofollow’ >

      And Change It With…

      < a class=’comment-link’ expr:href=’data:post.addCommentUrl’ expr:onclick=’data:post.addCommentOnclick’ rel=’nofollow’ target=’_blank’>

      < a class=’comment-link’ expr:href=’data:post.addCommentUrl’ expr:onclick=’data:post.addCommentOnclick’ rel=’nofollow’ target=’_blank’>

      < a class=’comment-link’ expr:href=’data:post.addCommentUrl’ expr:onclick=’data:post.addCommentOnclick’ rel=’nofollow’ target=’_blank’>

      Respectively…

    • Debarpan says:

      not working brother,still opeing those link in default tab.

    • EXEIdeas says:

      Then You Have To Use The Post Code That Will Effect All Of Your Blog. Now It’s Upto You.

Leave a Reply to Mothi Venkatesh Cancel reply

Your email address will not be published. Required fields are marked *