=== Plugin Name ===
Contributors: anupdebnath
Donate link: http://my.khulnahost.com/cart.php
Tags: screenshots, snapshot
Requires at least: 3.0.1
Tested up to: 3.5
Stable tag: 1.1
License: GPLv2
License URI: http://www.gnu.org/licenses/gpl-2.0.html

== Description ==

Put website thumbnails on your site. Use this shortcode <pre>[pagepeeker size="t" url="google.com" alt="Google"]</pre>

Supported parameters
<ul>
  <li>url - URL of the site to take snapshot</li>
  <li>size - The size of the thumbnail. Available sizes:
    <ul>
      <li>t - Tiny, 90 x 68 pixels</li>
      <li>s - Small, 120 x 90 pixels</li>
      <li>m - Medium, 200 x 150 pixels</li>
      <li>l - Large, 400 x 300 pixels</li>
      <li>x - Extra large, 480 x 360 pixels</li>
    </ul>
  </li>
  <li>alt - For image alt</li>
</ul>

== Installation ==

1. Upload to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Done!

== Changelog ==
=1.1=
01. Add default values
02. Cleanup source code

= 1.0 =
01. Create pagepeeker plugin

== Frequently Asked Questions ==
none
== Upgrade Notice ==
none
== Screenshots ==
<a href="http://anup.debnath.me/archives/17" title="demo">demo</a>