Plugin info

Total downloads: 1,888
Active installs: 10
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 2
Last updated: 2/15/2014 (4337 days ago)
Added to WordPress: 1/3/2012 (14 years old)
Minimum WordPress version: 3.2.1
Tested up to WordPress version: 3.2.1
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 4337 days ago

20/100

Is URL2PNG Screenshots abandoned?

Possibly abandoned (last update 4337 days ago).

Compatibility

Requires WordPress: 3.2.1
Tested up to: 3.2.1
Requires PHP: f

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

Cloud2PNG
Rating 0.0/5 (0 reviews)Active installs 0

Description

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: Website URL

Example: $url2png->getScreenshot('www.bondero.com', 300, 300, true, 'alignleft')
// Result: Website URL

Installation

The installation is simple:

  1. Upload url2png.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Edit the head of the plugin: API Key, Secret Key, Alternative screenshot directory
  4. Place <?php $url2png->getScreenshot('Website URL', WIDTH, HEIGHT, true); ?> or other functions in your templates

Make sure the screenshots directory is writeable by your webserver

Frequently Asked Questions

What features are planned in future versions?

  • Make API-Key, Secret Key editable through the admin interface
  • Make screenshots featured images by default / on demand
  • Enable the use of shortcode within posts
  • Any other ideas?

More information

Visit BONDERO

Review feed

No reviews available

Screenshots

No screenshots available

Changelog

1.0.1

  • Readme Change + Plugin Tuning

1.0

  • Initial plugin: Get screenshot, save it to disk, display it