How to open a blog post in new tab
I do not recommend you to use this code because the may lead user to not visit your site again, but if you still want to install this code follow the steps
And save it
- Login into blogger account then edit HTML find </head>
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js' type='text/javascript'/>
<script type='text/javascript'>
$(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>
And save it
Comments
Post a Comment