Download & Extend

PagePeeker Screenshots

The PagePeeker Screenshots module uses the PagePeeker.com service to fetch and display thumbnails of web pages.

The module works very smoothly with the Link module. Simply go to the display management page and select the "Pagepeeker thumbnail" format. Same formatter works in Views as well. There is an additional option to choose the screenshot image size.

The module provides function theme_pagepeeker_image() to request and display web pages screenshots. The theme function could be executed as follows:

<?php
$options
= array(
 
'url' => 'http://drupal.org', //URL of the site
 
'size' => 'l', // size of the generated screenshot.
 
'image_options' => array(
   
'attributes' => array('class' => 'my-class') // image "class" attribute
 
),
 
'url_options' => array(
   
'attributes' => array(
     
'class' => array('class1 class2'), // link "class" attributes
     
'title' => 'this is the URL title',
     
'target' => '_blank'
   
)
  )
);

echo
theme_pagepeeker_image($options);
?>

There are free, link-back and paid versions of the service available, and all of them are supported by this module. For more info, see http://pagepeeker.com/free-thumbnails/ and http://pagepeeker.com/site-thumbs-pricing/.

Additional information (e.g. possible sizes of the generated screenshots) is available at http://pagepeeker.com/website-thumbnails-api/.

The ShrinkTheWeb thumbnails module provides similar functionality and could be used as an alternative source for web page screenshots.

Downloads

Recommended releases

Version Downloads Date Links
7.x-1.3 tar.gz (10 KB) | zip (10.77 KB) 2013-Jan-14 Notes
6.x-1.0 tar.gz (9.14 KB) | zip (9.87 KB) 2012-Aug-01 Notes

Development releases

Version Downloads Date Links
7.x-1.x-dev tar.gz (10.01 KB) | zip (10.77 KB) 2013-May-25 Notes

Project Information


Maintainers for PagePeeker Screenshots

  • Vacilando - 4 commits
    last: 18 weeks ago, first: 19 weeks ago
  • jasonlttl - 1 commit
    last: 42 weeks ago, first: 42 weeks ago
  • geobaev - 8 commits
    last: 1 year ago, first: 1 year ago

Issues for PagePeeker Screenshots

To avoid duplicates, please search before submitting a new issue.
All issues
Bug reports
Statistics (2 years)
New issues
Open bugs
Participants
nobody click here