Add Auto Refresh Function in Blogger

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.

Add Auto Refresh Function in Blogger

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

1. Log in to Blogger> Open Template> Edit HTML> Then find the code <head>> Add the following code just below or after the code <head>


<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.

Setting - 

The above code, content = 400 which means that the refresh process will be carried out in the span of 400 seconds. 
This figure should not be set too fast because it can make people annoyed if too quickly refresh the page.

Post a Comment

Previous Post Next Post