URL2PNG Screenshots

Integrate screenshots from url2png.com into your website.

Author:Nader Cserny (profile at wordpress.org)
WordPress version required:3.2.1
WordPress version tested:3.2.1
Plugin version:1.0.1
Added to WordPress repository:03-01-2012
Last updated:15-02-2014
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://www.bondero.com
Total downloads:1 292
Active installs:10+
plugin download
Click to start download

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" />


FAQ
ChangeLog