Website to image in 6 seconds or less!

Use our instant screenshot service to embed self updating images on your site!

LinkPeek Web Screenshot Service Getting started


Pass us any web uri and we will return an image.

Syntax:
https://linkpeek.com/api/v1?uri=[web page address]
Example:
https://linkpeek.com/api/v1?uri=russell.ballestrini.net
Give it a try now, we will wait ...

... Pretty simple, huh?

Ok lets move on to some slick ways to use LinkPeek.

Embed a thumbnail


This will work anywhere HTML is supported.

Syntax:
<img src="/api/v1?uri=russell.ballestrini.net" />
Result:
Russell.Ballestrini.net

Embed a thumbnail that is also a hyperlink


Syntax:
<a href="/api/v1?uri=russell.ballestrini.net">
  <img src="/api/v1?uri=russell.ballestrini.net" />
</a>
Result:



Instant webpage preview on hover


This is my favorite effect!

Syntax:

Include the linkpeek stylesheet in your head section,
<link rel="stylesheet" href="/m/css/linkpeek.css" >
then create your web link as follows:
<a href="/api/v1?uri=russell.ballestrini.net">
  russell.ballestrini.net
  <img src="/api/v1?uri=russell.ballestrini.net" class="linkpeek" />
</a>

Result:

russell.ballestrini.net