Follow Me

How to Install the Auto Refresh Function on the Blog

How to Install the Auto Refresh Function on the Blog
How to Install the Auto Refresh Function on Blog - In this tutorial Wiendhy Wiana will share How to Install the Auto Refresh Function on the Blog, where later you can set how long it will take to refresh the blog page.

The auto refresh function or reloading pages automatically we often encounter not only on operating systems like Windows but also on the internet browsers that we use today. An example of a page refresh on an internet browser I've met at the Kaskus forum when opening a forum and if there is an update from the new thread on the forum, the forum will usually refresh the page automatically.

By applying this trick you don't need to press the refresh button on the browser because it will be done automatically. For those who want to try it please follow the steps below:

How to Install the Auto Refresh Function on the Blog

1. Log in to Blogger> Open Template> Click Edit HTML> Then look for the <head> code> Add the following code just below or after the <head> code
<meta content='800' http-equiv='refresh'/>
2. If you want to add this function to work on certain pages, please add a conditional tag to the meta code above. Example:
<b:if cond='data:blog.homepageUrl == data:blog.url'>
<meta content='800' http-equiv='refresh'/>
</b:if>

3. After added, save the template and see the results.

Information

The above code, content = "800" which means that the number 800 indicates that the refresh process will be carried out in a span of 800 seconds. This number should not be set too fast because it can cause visitors to be disturbed if the page is too quickly refreshed.

Thus a simple tutorial on How to Install the Auto Refresh Function on the Blog, good luck.
Next Post Previous Post
No Comment
Add Comment
comment url