< 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...","author":{"@type":"Person","name":"EXEIdeas","url":"https:\/\/www.exeideas.com"}},{"@type":"Comment","@id":"https:\/\/www.exeideas.com\/2012\/07\/how-to-make-all-links-open-in-new.html#Comment4","dateCreated":"2013-01-10 07:50:40","description":"Is there any way to open the hyperlinks on my blog's comment sections provided by the spam commenters in a new tab?","author":{"@type":"Person","name":"Debarpan","url":"http:\/\/techtrickhome.blogspot.com\/"}},{"@type":"Comment","@id":"https:\/\/www.exeideas.com\/2012\/07\/how-to-make-all-links-open-in-new.html#Comment5","dateCreated":"2012-11-24 06:22:33","description":"No, Acctually These Are JavaScript Codes...","author":{"@type":"Person","name":"EXEIdeas","url":"https:\/\/www.exeideas.com"}},{"@type":"Comment","@id":"https:\/\/www.exeideas.com\/2012\/07\/how-to-make-all-links-open-in-new.html#Comment6","dateCreated":"2012-11-23 18:50:51","description":"is this also working on adds??","author":{"@type":"Person","name":"Mohit Gupta","url":""}},{"@type":"Comment","@id":"https:\/\/www.exeideas.com\/2012\/07\/how-to-make-all-links-open-in-new.html#Comment7","dateCreated":"2012-09-04 05:32:01","description":"You Are Welcome...","author":{"@type":"Person","name":"EXEIdeas","url":"https:\/\/www.exeideas.com"}},{"@type":"Comment","@id":"https:\/\/www.exeideas.com\/2012\/07\/how-to-make-all-links-open-in-new.html#Comment8","dateCreated":"2012-09-03 07:36:30","description":"Its working thanks ","author":{"@type":"Person","name":"Yadhav Manikanta","url":""}},{"@type":"Comment","@id":"https:\/\/www.exeideas.com\/2012\/07\/how-to-make-all-links-open-in-new.html#Comment9","dateCreated":"2012-08-20 10:20:06","description":"You Are Welcome...","author":{"@type":"Person","name":"EXEIdeas","url":"https:\/\/www.exeideas.com"}},{"@type":"Comment","@id":"https:\/\/www.exeideas.com\/2012\/07\/how-to-make-all-links-open-in-new.html#Comment10","dateCreated":"2012-08-20 06:08:00","description":"thanq ","author":{"@type":"Person","name":"Rishis Lyrics","url":""}}],"about":["Blogspot","Blogspot Tricks"],"wordCount":272,"articleBody":"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 rankingFeatures: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.com2.) 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."}
EXEIdeas | July 27th, 2012 | 14 Comments | Blogspot / Blogspot TricksThis 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 […]...