"External links open in a new window automatically in blogger "When you visit some Blog or Website, you must have noticed that when you click on a link, it opens in a new window. This is a great idea used by many people as it keeps the users on your page
At times alienate users on external links and back again to the content of your blog; and in some cases, links to be useful to them and thus lose visitors from your blog
External links open in a new window automatically is very easy thing to do.
How To Install:
- click on the 'template' tab
- Backup your Template before making any changes to your blog
- Now Expand Widget Templates
- click on the "Edit HTML".
- Now find this code
</head>
- and replace it with
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>Save; then add the external link to test it , done!
<script type="text/javascript">
/*
jQuery - External Links
by - http://bloggertofree.com/
*/
$(document).ready(function () {
// ---- External Links ----------------------------------------------------------------------------------------------------
$("a[href*='http://']:not([href*='"+location.hostname+"']),[href*='https://']:not([href*='"+location.hostname+"'])").attr("target","_blank").attr("title","Opens new window").addClass("external");
});
</script>
</head>
0 comments:
Post a Comment
Please do not spam Spam comments will be deleted immediately upon our review.
Regards,
JeHad Hussein
Note: Only a member of this blog may post a comment.