LinkPeek
LinkPeek is a fast real-time website screen shot service. We capture, store, and update webpage snapshots for you.
LinkPeek is a fast real-time website screen shot service. We capture, store, and update webpage snapshots for you.
The LinkPeek plugin grants you access to the following shortcode commands:
- linkpeek-image
- linkpeek-link-image
- linkpeek-hover
| Author | Russell Ballestrini Profile |
| Contributors | Russell Ballestrini |
| Tags | hover, image, link, preview, screenshot, screenshots |
This is a screenshot service! Check out these real examples: * http://russell.ballestrini.net/linkpeek-wordpress-shortcodes/
- Install from the wordpress admin plugin dashboard.
- Edit wp-linkpeek.php and set a default apikey and secret.
Meh, I'm not going to use this, look here for logs: https://bitbucket.org/russellballestrini/liblinkpeek/src
Shortcode examples
Real examples: http://russell.ballestrini.net/linkpeek-wordpress-shortcodes/
linkpeek-image
This shortcode will embed a LinkPeek screenshot.
Syntax:
[linkpeek-image uri="" apikey="" secret="" size="" style="" text=""]
uri: Target to be screen captured apikey: Your identifier secret: Your security secret size: width X height style: inline css styles text: title text
Example:
[linkpeek-image uri="http://russell.ballestrini.net" size="140x100" style="float:right;" text="title text!"]
Note: The linkpeek-link-image works the same as linkpeek-image, but it produces an image which is also a link.
linkpeek-hover
This shortcode will embed a LinkPeek hover link preview screenshot.
Syntax:
[linkpeek-hover uri="" apikey="" secret="" size="" text=""]
uri: Target to be screen captured apikey: Your identifier secret: Your security secret size: width X height style: inline css styles text: Hyperlink text
Example:
[linkpeek-hover uri="http://russell.ballestrini.net" size="140x100" style="color:green;" text="Anchor Text"]
Note: You can set your apikey and secret in the plug-in to avoid manually entering it for each shortcode.

