Tuesday 29 July 2014

How to automatically redirect Blogger blog to another blog or website

etwoz
etwoz
Here I will share a chunk of codes that automatically redirect Blogger blog to another blog or URL.

If you want to redirect your complete Blogger blog to another page or URL

copy and paste this following code in blogger template after <head> tag


<script type='text/javascript'>
      var d='<data:blog.url/>';
  d=d.replace(/.*\/\/[^\/]*/, '');
  location.href = 'http://www.wp1.yzi.me/';
    </script>

replace http://www.san-chari.blogspot.com/  with your redirection blog or website url that you want to redirect.

Demo -  http://www.san-chari.blogspot.com/



That`s it.

No comments:

Post a Comment

Live MeccaLive Blogger Tricks