Wednesday, March 2, 2016

How To Opened Upwards All Links Inward Novel Tab/Window Inward Blogger

today inwards this article nosotros are going to explicate How to Open All External How To Open All Links In New Tab/Window In Blogger
Hello Guys,today inwards this article nosotros are going to explicate How to Open All External+Internal Links inwards New Tab/Window inwards chrome, Mozilla Firefox, safari etc.This play a joke on opening tab inwards novel window volition industrial plant perfectly alongside all the major browsers.Yesterday 1 of our reader asked to opened upward all links inwards novel tab whether it is external or internal.

Difference Between External And Internal Links:

External links are those links when you lot practice whatsoever file or upload something over the mesh or when you lot wants to portion around hyperlinks but you lot don't desire visitor larn out your website for next that hyperlink those links are called External links.Internal Links are those links which is construct internally inwards your blogger template,you tin nation you lot posts links,related articles links,navigation menus links these links are called Internal links.

How To Open All Website Links In New Tab

You powerfulness bring seen  in hence many websites or blogs when you lot click on whatsoever links of a abrupt novel window volition opened upward as well as that links display over the novel tab that industrial plant because of JavaScript.Opening all links inwards novel tab volition also growth the bounce charge per unit of measurement of your website as well as also meliorate your ranking.Because whenever somebody clicks on whatsoever link of your blogger template hence ever novel tab volition opened upward result opening of multiple pages instead of 1 page hence definitely it volition meliorate your ranking too.We bring Used ii ways to opened upward all links inwards tab 1 yesteryear using Script as well as minute 1 is real elementary merely adding additional tag inwards blogspot template.So to catch this play a joke on must follow the steps mentioned below.
Installation Steps: [Method :1 ]

Step 1. Log inwards to your Blogger account as well as Go to your Blogger Dashboard.
Step 2. Now Go to your Layout->Add a Gadget->Select->HTML/JAVASCRIPT box as well as re-create the below code snippet as well as glue inwards the gadget.
<script type='text/javascript'>
var arr = document.getElementsByTagName("a"); //get all the links on a page(var i = 0; i < arr.length; i++)
{
if(arr[i].href.indexOf("http://www.bloggersstand.com") < 0 //​​instead link on this page
&& arr[i].href.indexOf("javascript:") < 0) // link
arr[i].target = "_blank";
}
</script>
Customization:

  • Replace Bloggersstand alongside your website/blog url. 
Step 3. Save Template.

Installation Steps: [Method:2]


Step 1. Log inwards to your Blogger account and Go to your Blogger Dashboard.
Step 2. Now Go to Template->Edit HTML
Step 3. Now Search For the </head> tag as well as re-create the below code snippet as well as add together merely before/above </head>
<base target='_blank'/>
Step 4. Now Save Your Template..Done ! 

No comments:

Post a Comment