How To Refresh Your Blog or Website Automatically or any other site for that matter?
We will see the code to on how to install and make the Blogger site auto refresh by itself, set an interval for auto refresh using HTML and JavaScript and allow your users to refresh the page by giving them a button.
Without wasting any more time, we will go to the installation:
Using HTML:
1. Go to Blogger Dashboard > Design > Edit HTML
2. Search for <head> tag.
3. Copy below code and paste it just after the <head> tag.
This is going to refresh the Blogger site every 30 Seconds, You can change it according to your needs to any value.
4. You are done! Save the template and exit.
We will see the code to on how to install and make the Blogger site auto refresh by itself, set an interval for auto refresh using HTML and JavaScript and allow your users to refresh the page by giving them a button.
Without wasting any more time, we will go to the installation:
Using HTML:
1. Go to Blogger Dashboard > Design > Edit HTML
2. Search for <head> tag.
3. Copy below code and paste it just after the <head> tag.
<meta http-equiv="refresh" content="30"/>
This is going to refresh the Blogger site every 30 Seconds, You can change it according to your needs to any value.
4. You are done! Save the template and exit.