That's right, we have a free, unlimited version of our service. You can take advantage of it and use it on your site, without paying anything. This service is available free of charge, without registration. Just use the code from this page on your site. Or you can register a free account to keep in touch and maybe upgrade later.

There are several ways to use our free service. They are listed below, and you can also have a look at the full specs on the API page.



Autorefreshing thumbnail

This will show a "loading" image until the thumbnail is generated. Once generated it will automatically replace the "loading" image with the actual thumbnail.

Place this code immediately below the <body> tag

<!-- PagePeeker JS body script -->
<script language="JavaScript">
__pp_s='{size}';
__pp_u='http://pagepeeker.com/thumbs_generated.php?size='+__pp_s+'&url=';
__pp_f='http://pagepeeker.com/thumbs.php?size='+__pp_s+'&url=';
h=document.getElementsByTagName('body')[0];
function __pp_rd(rd,r){if (rd==1) document.getElementById('__pp_i_' + r).src=__pp_f+r+'&r='+Math.random();else setTimeout("__pp_call('"+r+"')", 5000);}
function __pp_call(r){
if (!document.getElementById('__pp_i_' + r)) document.write('<img id="__pp_i_'+r+'" src="'+__pp_f+r+'&r='+Math.random()+'" border="0">');
var e=document.getElementById('__pp_scr_'+r);if (e) h.removeChild(e);var s=document.createElement('script');s.type='text/javascript';s.async=true;s.src=__pp_u+encodeURIComponent(r)+'&r='+Math.random();s.id='__pp_scr_'+r;h.appendChild(s);
}
</script>
<!-- END PagePeeker -->

Place this code where an image needs to appear

<script language="JavaScript">__pp_call('{url}');</script>


Zoomable thumbnail

This allows you to embed an image that zooms in when the mouse is hovered over it.

Use the code below for such an image

<!-- PagePeeker zoomable thumbnail -->
<div id="{div-id}"></div>
<script type="text/javascript" src="http://pagepeeker.com/thumbsLoad.php?target={div-id}&size={size}&nextsize={next-size}&url={url}">
</script>
<!-- END PagePeeker zoomable thumbnail -->


Simple thumbnail, nice URL

A simple way to embed our thumbnail in your site, using a URL that looks nice

Use the code below for such an image

http://pagepeeker.com/t/{size}/{url}


Simple thumbnail, normal URL

This provides the full set op options for embeding our thumbnails. Please consult the API page for the parameters, as some of them are reserved for premium accounts

Use the code below for such an image

http://pagepeeker.com/t/{size}/{url}