Sponsor

About

Receive all updates via Facebook. Just Click the Like Button Below...

Redirect visitors to another blog

Redirect visitors to another blog
In blogger tricks category here I give you a great and useful trick today. I know most are finding methods to redirect blog to another blog. When we changing blog or blog address Redirecting to another blog is very useful. If you're minding to change your old blog address, you will lost all of your old visitors. Because they are come through your old address. So you can create new blog with new address and redirect old address to new one using the redirecting script.
Try this now. This is very simple trick.

Step 1
First login to blogger dashboard and go to Layout.

Step 2
Now click add gadget and choose HTML/Java Script.

Step 3
Now copy and paste below code into HTML/Java Script.


<form name="redirect">
<center>
<font face="Arial"><b>You will be redirected to the script in<br><br>
<form>
<input type="text" size="3" name="redirect2">
</form>
seconds</b></font>
</center>

<script>

var targetURL="http://www.myetricks.com/"
var countdownfrom=10

var currentsecond=document.redirect.redirect2.value=countdownfrom+1
function countredirect(){
if (currentsecond!=1){
currentsecond-=1
document.redirect.redirect2.value=currentsecond
}
else{
window.location=targetURL
return
}
setTimeout("countredirect()",1000)
}

countredirect()
//-->
</script>


Step 4
Replace the Red url with your new blog address you want to redirect visitors.
Replace the Blue number with any other number to set time to redirect new address.
Now save this gadget.

If you have any question please ask in the comment form.
Share on Google Plus

About Eranda

This is a short description in the author block about the author. You edit it by entering text in the "Biographical Info" field in the user admin panel.
    Blogger Comment
    Facebook Comment

1 comments:

  1. Thank you for the sharing this trick
    this very great trick
    awesome my e-tricks

    ReplyDelete