How To Make Auto Refresh Function On Blogger

Hello Everyone, On this Occasion I will share with you all how to make auto refresh function on blogger. If you don’t know what is auto refresh on blogger then don’t worry I will explain briefly what is automatic difference on blogger website, it is possible that some of you visit a website that uses auto-refresh automatically. uses. Once refresh will be experienced, and at that time you also think that how it happened then friends it is very easy to do auto refresh on blogger website. Auto refresh is a function that will automatically refresh your website within a certain amount of time. If you want to install auto refresh function on your blog then read full post.

Benefits of Auto Refresh :-

Auto refresh has mainly two advantages, first is to increase your visitor count, if you have online users on your website, and after 60 seconds your website will refresh, after this reference your website views are counted automatically . will be similar. will grow with users, it is good to rank your website in google search engine, because the number of users increasing regularly google will think that your website is really useful so so many users come that google will rank your website. And second, it will increase your earning, every time the website will refresh automatically, then every time new ads will be shown and you will earn more.

Disadvantages of Auto Refresh :-

There’s really no downside to auto-refresh, but you have to be careful and attentive if you want to use it, nothing less. So if you are going to install auto diff on your website then pay attention to auto-referral time, don’t set auto-refresh time too fast, if you set auto-refresh too fast then google will understand that There’s traffic layering on you. .Just try not to set time too fast while setting auto refresh time so that it doesn’t get too fast.

How To Make Auto Refresh Function On Blogger :-

Here I will provide two ways, namely with Meta Tags Html and JavaScript, So Choose One of The Two Ways.

The First Way With Meta Tags :-

Step 1 :- First Go To Blogger.Com And Login Your Account.
Step 2 :- Then Click On Theme Menu After Click on Edit Html.
Step 3 :- Then Find is Tag <head> and </head> And Just Below The Code.
<b:if cond='data:view.isHomepage'>
<meta content='90' http-equiv='refresh'/>
</b:if>

Note :- The number marked 90 means the time it takes to reload the blog page every 90 seconds. Change this number as you wish.

Step 4 :- Then Don’t Forget to Click on Save and See The Result.

Second Way With JavaScript :-

Step 1 :- First Go To Blogger.Com And Login Your Account.
Step 2 :- Then Click On Theme Menu After Click on Edit Html.
Step 3 :-
Copy the code below and put it right above the code </head> and and </body>.
<b:if cond='data:view.isHomepage'>
<script>
//<![CDATA[
setTimeout('location.href="/"' ,90000);
//]]>
</script>
</b:if>

Note :- Change 90000 (90 seconds) to Your Choice.

Step 4 :- Then Don’t Forget to Click on Save and See The Result.

Conclusion :-

In this post I have shared with you all How To Make Auto Refresh Function On Blogger . So how did you all like this post, you can tell by commenting. If you have any question then you can comment your question. Thanks for visiting our website.

Refrence :
Www.SmartTechMukesh.Com

Shares:

3 Comments

Leave a Reply

Your email address will not be published. Required fields are marked *