You could use a service with an API such as http://www.thumbalizr.com (which offers a free option that includes a watermark on the screenshots) or http://url2png.com (there are other services, some of which are listed here: http://url2png.com/alternatives).
The other option is to run a headless browser on the server and use that to render pages and capture images. Here's a Python library for doing that: https://github.com/AdamN/python-webkit2png/. Anthony On Friday, May 18, 2012 7:22:51 AM UTC-4, Ramkrishan Bhatt wrote: > > we need make facebook fan page like where we need to fetch the site screen > shot through url. how we can do that. >

