Make a Blogger Blog Refresh Automatically

Auto Refresh  Blogger Blog : We can make the Blogger blogs automatically refresh itself. This auto refresh will help full for the dynamic blogs and sites.

How To Make a Blogger Blog Refresh Automatically : 

We can easily add auto refresh to Blogger blogs. With one HTML tag we can make the Blogger blogs refresh automatically. In this post I'm showing the simple method to make the Blogger blog refresh automatically. This method is easy to follow.

Follow below steps to make a Blogger blog refresh automatically.

Step 1 : Go to Blogger dashboard

Step 2 : Click on Template

Step 3 : Click on Edit HTML

Step 4 :  Search </head>  

Add below code just above the </head> tag
<meta content='600' http-equiv='refresh'/>

600 is the time period in the above code .

Step 5 : Click on Save template.

After adding the above code to your Blogger blog, your blog will automatically refresh after every 600 seconds i.e  10 minutes. You can also change the auto refresh time by changing the content='600' value in above code. Just replace the 600 with the time in seconds as you like. Like this you can set the custom time interval for auto refresh.

No comments:

Post a Comment