Make all Links Open in New Tab in Blogger

This is very simple. You just need to tweak the HTML code to do so.
  1. Login to Blogger and Goto Dashboard -> Design -> Edit HTML
  2. Click on Ctrl + F to find <head>
  3. Add a single line <base target=’_blank’ /> immediately after the <head>
  4. Now, it should look like as below.
<head>
<base target=’_blank’ />
5. Save the blogger template.
Now, all your blog links will be opened in new tabs or windows.

No comments:

Post a Comment