Integrate screenshots from url2png.com into your website.
As of April 2026, URL2PNG Screenshots is a WordPress images plugin with 10 active installations and a 0/5 rating0. It has been downloaded 2.0K+ times in total. Requires WordPress 3.2.1+ and PHP false+. Available on WordPress.org since 2012. Last updated 12 years ago — may have compatibility concerns. Top alternative: Autoptimize.
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 U…
| WordPress | 3.2.1+ requiredTested up to 3.2.1 |
| PHP | false+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.