To install the auto Refresh blog page there are 2 versions, but has the same functionality that a page reload is open. Both versions, use meta tags and use javascript. Install auto Refresh blog page with the meta tag: Add the following meta tag code between code <head> until closing, or the code can also be stored directly under the code </head> < meta http-equiv = "refresh" content = "50" > The number 50 is timmer when page will reload. So the page will reload every 50 seconds. Please feel free to change as you wish buddy. Install auto Refresh using Javascript blog page: Placing same by laying the way meta tags above. The following code will be installed. <script> <!-- var limit = "0: 00" if (document.cookie images) { var parselimit = limit; split (":") parselimit = parselimit [0] * 60 + parselimit [1] * 1} function beginrefresh () { if (! document. images) return if (parselimit == 1) window.location.reload () else { parselimit-= 1 curmin = Math. floor (parselimit/60) cursec = parselimit% 60 if (curmin! = 0) = curtime curmin + "minutes and" + cursec + "seconds left until page refresh!" else cursec = curtime + "seconds left until page refresh!" status = curtime window. setTimeout ("beginrefresh ()",1000)}} onload = beginrefresh window. //--> </script> Note: var limit = "0: 00" is the page will reload when timmer, so the page will reload every 30 seconds. The tricks on how to create an Auto Refresh Blog page this time may be helpful.