Auto Refresh serves to reload the pages of a site. Usually this auto refresh function is used for news sites that frequently make changes to their site content, such as the other large sites.
Besides being useful for displaying site changes automatically, the Auto Refresh function is also useful for increasing the number of Pageviews on site pages, especially for those who add advertising services such as Google AdSense or other advertising services on their blogs.
Following this Smart Tech Mukesh will share How to Install the Auto Refresh Function on Blogger , let's follow the steps below.
How to Install the Auto Refresh Function on Blogger ?
Here I will provide two ways, namely with meta tags and JavaScript, so choose one of the two ways.
The First Way With Meta Tags
<b:if cond='data:view.isHomepage'>
<meta content='90' http-equiv='refresh'/>
</b:if>
Note the marked, the number 90 means the time it takes the blog page to reload the page every 90 seconds. Change the number as desired.
Second Way With JavaScript
<b:if cond='data:view.isHomepage'>
<script type='text/javascript'>
//<![CDATA[
setTimeout('location.href="/"' ,90000);
//]]>
</script>
</b:if>
Note :- Change 90000 (90 seconds) to Your Choice.
Conclusion :-
In this post I have shared with you all How to Install the Auto Refresh Function on Blogger. So how did you like this post and tell me by commenting. If you have any question then you can comment. Thanks for visiting our website.
Refrence :
Smart Tech Carry
Rate This Article
Thanks for reading: How to Install the Auto Refresh Function on Blogger ?:)
Conclusion
In this article, I have shared How to Install the Auto Refresh Function on Blogger ?. I hope you have liked it Please do share it with your friends and follow our blog for more.
Join our Telegram Channel to get the lastest posts updates daily. Thank you!