add screenshots and favicons to your site, free!

Free website thumbnail API


Use the examples below to start showing website thumbnails, on the fly, on your site.
We have 3 options available:
1) zoomamble thumbnail
2) simple thumbnail, nice URL
3) simple thumbnail, regular URL


Zoomable thumbnail
Add a zoomable thumbnail using this type of code:

· size represents the original thumb size which can be:
t - tiny (90x68px)
s - small (120x90px)
m - medium (200x150px), see image ⇒
l - large (400x300px)
x - eXtra large (480x380px)
· nextsize is optional and is default the next higher resolution.
Note: <div id="thumb"></div> needs be placed where the image should appear, the rest of the code is recommended to be placed at the end of the HTML code, above <BODY>


Simple thumbnail, nice URL:
Add a regular thumbnail using this type of code:

· m represents the thumb size which can be:
t - tiny (90x68px)
s - small (120x90px)
m - medium (200x150px), see image ⇒
l - large (400x300px)
x - eXtra large (480x380px)
· wikipedia.org can be replaced with any site home page URL


Simple thumbnail, regular URL:
Add a regular thumbnail using this type of code:

· m represents the thumb size which can be:
t - tiny (90x68px)
s - small (120x90px)
m - medium (200x150px), see image ⇒
l - large (400x300px)
x - eXtra large (480x380px)
· en.wikipedia.org/wiki/Main_Page can be replaced with any site URL