Page2Images Website Thumbnail
Categories
Component ID
2141867
Component name
Page2Images Website Thumbnail
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Component created
Component changed
Component body
Page2Images Plugin allows user to create a website thumbnail preview in the content. It can save a lot of time to take the screenshot of one page and parse it in the drupal.
The plugin requires a free or paid account from Page2Images who is the service provider. No purchase is required to use the plugin or the free service.
Core features:
Insert URL and get thumbnail preview in one second
Customize the size of the preview easily
Support different preview device included iOS phone, Android phone and tablet.
If you need know more information, here is our website thumbnail API document.
<?php
$options = array(
// URL of the site.
'p2i_url' => 'http://drupal.org',
// Size of the generated screenshot.
'p2i_size' => '480x400',
);
// Return html image.
echo theme_page2images_image($options);
