WordPress Simple Website Screenshot v. 0.6
Description:
As you Probably Know this plugin allow the blog’s admin to take screenshot of other website via shortcode or via php function calling
In this new version of “WordPress Website Screenshot” i’ve add some feature to the function trigger: I’ve Added new function to display screenshot thumbnail in Home Page or in Archive Page.
- I’ve Added wimg.ca Screenshot Service
- I’ve Removed the Link function
Usage:
You Have 2 Ways to use this plugin:
1. Via Shortcode:
- Create new post
- Switch on “Html” Mode
- Add
[screenshot url="www.theurl.com"]
or
2. Via php function in your template files:
- Open Your Single.php file
- Add wherever you want (problably under the_title)
<!--p if(function_exists('screenshottheme')) { screenshottheme(); }-->
- And if You want Thumbnail:
- Enable Option from Plugin Settings Page
- Open Your index.php and archives.php
- Apply This Code
<!--p if(function_exists('screenthumbnail')) { screenthumbnail(); }-->
Setup:
Install This Plugin like a Normal Plugin Via dashboard or via Ftp
Screenshot:
[nggallery id=4]
Download:
- [download id="2"] From WordPress Extend
PingBack:
Insert a link to http://www.wpcode.net/wordpress-simp…enshot-v-0-5-5.html into your website to take a pingback

Hi, the latest update has some bugs, on activation I get the message:
The plugin generated 2 characters of unexpected output during activation. If you notice “headers already sent” messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.
With it activated, the homepage return this error – conflicting :
Warning: Cannot modify header information – headers already sent by (output started at /home/charlesn/public_html/*************.com/wp-content/plugins/wordpress-simple-website-screenshot/simplewebsitescreenshot.php:78) in /home/charlesn/public_html/*************.com/wp-content/plugins/quick-pagepost-redirect-plugin/page_post_redirect_plugin.php on line 363
In the admin area, when adding a category on a post (or anything that uses AJAX), I get a message like this:
Warning: Cannot modify header information – headers already sent by (output started at /home/charlesn/public_html/*************.com/wp-content/plugins/wordpress-simple-website-screenshot/simplewebsitescreenshot.php:78) in /home/charlesn/public_html/*************.com/wp-includes/classes.php on line 1601
Previous version had none of these problems. Hope this helps with troubleshooting, let me know if you need more info.
First Thanks for your advice, watching the code i see that the line 78 is the new Thumnail function.
I’m Working now to solve this bug, but you can comment these line if you need to use plugin.
Comment from line 78 to line 91 included.
I will update plugin when i solve this bug.
Please can you make a test for me? Try to deactivate “quick-pagepost-redirect-plugin” then activate Simple Website screenshot. Please let me know if you retrieve the same error also with “quick-pagepost-redirect-plugin” deactivated.
Thank You
I have installed your latest version of the plugin … now my blog don’t work….
i get this message:
Warning: Cannot modify header information – headers already sent by (output started at /mnt/web4/30/53/5318053/htdocs/mine/blog/wp-content/plugins/wordpress-simple-website-screenshot/simplewebsitescreenshot.php:78) in /mnt/web4/30/53/5318053/htdocs/mine/blog/wp-includes/pluggable.php on line 890
i’m working to solve this trouble, but on all blog i’ve tested simple website screenshot i don’t have any problem. What version of WordPress you are current using?
Version 3.0.1 with modified Sleek Black 2.8 Theme
Plugins:
Contact Form 7
MiniMeta Widget
Random Posts widget
Simple Image Link
SI CAPTCHA Anti-Spam
and
Wordpress Simple Website Screenshot 0.5.4 (this works for me)
It’s not working for me. All I get is the box showing “generating preview” and that keeps going. What am I not doing right?
Do you use only http://www.address or write also http?