This plugin is outdated and might not be supported anymore
URL2PNG Screenshots

URL2PNG Screenshots

Details
View on WordPress

For now the plugin is very basic but functional. Use this function within your theme files, inside loops or any other place in your code. Check out the FAQ. You can also use other functions of the plugin, just have a look at the code.

Skeleton: $url2png->getScreenshot('Website URL', WIDTH, HEIGHT, IMAGETAG, CLASS)

Example: $url2png->getScreenshot('www.bondero.com', 300, 300)
// Result: http://www.example.com/wp-content/screenshots/...

Example: $url2png->getScreenshot('www.bondero.com', 300, 300, true)
// Result: <img src="http://example.com/wp-content/screenshots/.…" alt="Website URL" class="" width="300" />

Example: $url2png->getScreenshot('www.bondero.com', 300, 300, true, 'alignleft')
// Result: <img src="http://example.com/wp-content/screenshots/.…" alt="Website URL" class="alignleft" width="300" />

Details

Plugin code:
url2png-screenshots
Plugin version:
1.0.1
Outdated:
Yes
WP version:
3.2.1 or higher
PHP version:
or higher
Test up to WP version:
3.2.1
Total installations:
10
Last updated:
2014-02-15
Rating:
Times rated:
0
images
screenshots
url2png