Friday, 4 July 2014

External links open in a new window automatically in blogger

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
 So you had to add this tool that enables open any external links in new window
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> 


<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>

<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>
and replace it with

Save; then add the external link to test it , done! 

0 comments:

Post a Comment

visitor

 
- See more at: http://adminwidget.blogspot.in/2014/06/how-to-add-next-previous-numbered.html#.U60N95SSyKQ