
In addition, the link opens in a new tab on the article being read did not disappear replaced by new pages from which the link is clicked by a visitor. fixed readers can read the article until after he saw a reference link contained in the reply post.
Make All links open in a new tab do the following:
- Login to your blogger menu
- click Dashboard
- Choose a layout
- Select Edit Page
- Add Gadget / Add Gadgets => HTML / JavaScript
- Copy the following script
<!-- code for turning all non-blog links to new page links -->
<script type="text/javascript" language="javascript">
var arr = document.getElementsByTagName("a"); //get all links inthe page
for(var i = 0; i < arr.length; i++)
{
if(arr[i].href.indexOf(" http://penuhtutorial.blogspot.com/ ") < 0 //not links that are 'inside' blog
&& arr[i].href.indexOf("javascript:") < 0) //not javascript links
arr[i].target = "_blank";
}
</script>
7. Replace the red colored paper with your blog URL, Then Do not Forget the Save
Similarly, How To Make All links open in a new tab may be useful,
0 komentar:
Posting Komentar