How to Add Auto Refresh Function in Blogger-The function of auto refresh or reload the page automatically often we meet not only on operating systems such as Windows, but also on the internet browser which we use today. By applying this trick does not need to hit the refresh button on the browser because it will be done automatically. For those who want to try please follow these steps.
INSTALL AUTO REFRESH FUNCTION IN BLOGger
In this tutorial we will share the way to Setting Auto Refresh Function in Blogger, where You can set how long it takes to refresh the blog pages.HOW TO INSTALL AUTO REFRESH FUNCTION IN BLOG
<meta content='800' http-equiv='refresh'/>
2. If you want to add this function to work on a particular page, please add meta tags conditional on the code above. Example :
<b:if cond='data:blog.homepageUrl == data:blog.url'>
<meta content='400' http-equiv='refresh'/>
</b:if>
3. Once added, save the template and see the results.
This figure should not be set too fast because it can make people annoyed if too quickly refresh the page.