Script for Auto Page Referesh for Blogger and WordPress: Auto Refresh Page Javascript Code – Hello guys! Today we will learn about auto refresh page script for blogger and wordpress. Do you know, What is this auto refresh?. And how can we use this script easily?
Read Also | Keyword Research Tool
What is Auto Page Referesh?
If you do blogging or you are a software developer or you work in some way related to software coding, then you must surely know about this Auto Refresh Page. Those who do not know and want to use this service, then let me tell you that we use it when any data in a page has to be updated in a given time.
Read Also | WhatsApp Ready to Bring New Feature; Business Nearby, Explore Nearby Restaurants and Stores may from 2022
Auto Page Reload/Referesh
The option of auto page reload is basically done in websites and apps with live cricket. Because you know that in live cricket, scores, wickets, balls, overs, etc. change rapidly, so it is very important to auto page reload in it.
see Also | Instagram launches new feature, now profile link can be embedded
Script for Auto Page Referesh for Blogger and WordPress
You can use these code in Blogger and wordpress both. Just copy these code and and paste it in your posts or pages. These Script for Auto Page Referesh for Blogger and WordPress is fully working condition. Thi script Paste it with differ time duration according your requirement 5 seconds, 10 seconds 20 seconds etc.
<html> <head> <script type = "text/JavaScript"> <!-- function AutoRefresh( t ) { setTimeout("location.reload(true);", t); } //--> </script> </head> <body onload = "JavaScript:AutoRefresh(5000);"> <p>This page will refresh every 5 seconds.</p> </body> </html>

Latest Check