What is Auto Refresh Widget?
As you know that if you go to a blog or website, then if you want to refresh the page of that website, then we have to click on the refresh button. But today I have brought one such for Widget Blogger. If used for your blogger, then your blogger page will be refreshed automatically.
We can control the time when this refresh will happen. We can implement it on our blog's page as per our own. So how to install this Widget in our blog is given below by step by step. . You can apply this in your blog by following this steps.
● Auto Refresh Widget Impliment Steps
Step 1- First you have to login to your blogger's dashboard.
Step 2- Now you will find a code in the box below. Copy this code. Go to Blogger's theme and paste this code under tag or and save it.
<b:if cond='data:view.isHomepage'> <meta content='90' http-
equiv='refresh'/> </b:if>
Note- In this code, which is 90 means 90 seconds. You can change it according to your own. If you can keep 30 or more.
Step 3- Now you will get another code in the box below. Copy this code and go into the theme and paste it over the tag or tag and save it.
<script type='text/javascript'>
//<![CDATA[
setTimeout('location.href=\"/"' ,90000);
//]]>
</script>
</b:if>
Note - In this code which is 90000 thousand. It is linked with the above code. If you keep 30 seconds above, then you will have to put 30000 thousand in the code below. You can change according to yourself.
So you can enable Auto Refresh Widget in this way in your blogger blog.
Last word: - How did you like this post. Please comment below and share this post as much as possible.

0 Comments