Monday, July 9, 2018
Add Auto Web Page Reload on Your Site With This Code
Add Auto Web Page Reload on Your Site With This Code
Auto Web Page Reload
Looking for an easy and positive way to increase your site page views, I recommend this tutorial to you.
How to Add Auto Reload Code to your Blog Template.
Login to your blogg Account>>Template>>Edit Html.
Click on the code and open a search box using ctrl+f for windows and cmd+f for Mac, a blank search box will open at the upper right corner on the code are copy this <head> and paste it in there, then click enter.
Copy any of the code below, paste it after this <head> tag.
<script>setTimeout(function(){ window.location.reload(1);}, 5000); </script>
Or
<meta http-equiv="refresh" content="30">
Customizing the code
You can change the reload time by changing this 500 which means 5 seconds.
Same to 30 meaning 30 seconds.
Support us by sharing this post..
Tags: WRITEMEFLASH