How to redirect blogger ?

jackroze59

Junior Member
Joined
Mar 25, 2010
Messages
148
Reaction score
10
Hello everyone

Can anyone please tell me how to redirect blogger ?




Thanks in advance
 
here is the code you have to put on blogger template:


change website with your offer link

[h=5]<script type="text/JavaScript">
location.replace('http://www.example.com/');
</script>[/h]
 
Yes, you can easily redirect your blogger with the instructions given in the url of http://laffers.net/howtos/howto-redirect-blogger-to-wordpress/
 
You can redirect to your blog by using your host tools (assuming you have hostgator or something similar) thats what i personal use and its easy to setup
 
here is the code you have to put on blogger template:

change website with your offer link

<script type="text/JavaScript">
location.replace('http://www.example.com/');
</script>

Where to insert this in the blogger html template.... within <head></head> or somewhere else?
 
Back
Top