Auto-refreshing thumbnail:(works with any pages on a domain)This version checks every several seconds to see if the new thumbnail has been finally generated, and once it detects the new thumb as available, the thumb auto-refreshes with the new image, without reloading the page, to reflect this. 1. Add the following code right after the <body> tag: |
|
|
2. Add an auto-refreshing thumbnail in the page using this type of code: In the script, you'll notice: __pp_s = 'm'; m represents the thumb size. Possible values for this are: t - Tiny (90x68px) s - Small (120x90px) m - Medium (200x150px), see image ⇒ l - Large (400x300px) x - eXtra large (480x360px) pagepeeker.com can be replaced with any site URL |
(test takes about 15 seconds) |