Refresh your Blog Automatically

To make our blog not tired it is better if we refresh the blog. But we often forget to do it. So how come if we want to make automatic refresh, without pressing refresh button in the toolbar? It is so easy, just put a simple code in your template.

For classic template, as template in this blog, we just need to put this code
bellow between <head> and </head>


<meta http-equiv="refresh" content="X">

X = time to refresh. E.g you want every 15 minutes your blog is refreshed, so please type 15 to remove X.

For new template, it need closing tag </meta>. So here is the code :

<meta http-equiv="refresh" content="X">

</meta>


Refresh also can be used to redirect from URL address which is opened to other URL address. For example, you have 2 blogs. The old and the new one. You dont contine the activity in your old blog. But sometimes there are vistiors. If you want your visitors can visit your new blog, you can use refresh to redirect your old blog address to your new blog address.

Using this code to redirect your blog :

<meta http-equiv="refresh" content="0;URL=your new blog address

0 can be changed with time you want the visitor will be directed to other blog
address. If you use the new template do not forget to put closing tag </meta>

It is so simple. Just try to refresh your blog!


Posted by Mercy, Saturday, November 22, 2008 9:55 PM

1 Comments:
oh really? i will try it. thanks for the tip. :)
commented by Anonymous Anonymous, February 19, 2009 at 10:49 PM  

<< Home | << Add a comment