I'm looking for a web app (ideally with an API) that will, when given a URL, take a screenshot of the web page and provide thumbnail images. It must support sites that use javascript for rendering, and modern standards particularly CSS3 and Web Fonts.
|
closed as not constructive by phwd♦ Jun 21 '12 at 18:02
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
You can use browsershots.org and choose a reasonable modern browser (this will include the browser window though). It even has an XML-RPC API. |
|||
|
|
|
I went with bluga.net's WebThumbs service as it has the best support for the latest CSS3 modules that we're using, and a really easy to use but thorough API. The only thing significant that was missing was support for web fonts, which the author is already working on. |
|||
|
|
|
If you want something to use via an API, then Kwiboo offer a web-snapshot service that does this. |
|||
|
|
|
I always use GrabzIt for this, they provide a great service, with API's for five different languages that allow you to easily integrate it into your web app. Its also free easy to use and fast. |
|||
|
|
|
Browshot uses real modern web browsers, with full HTML5/CSS3/Flash support. You can try the service for free. |
|||
|
|
|
If you are looking for a wordpress plugin that will automate the job for you than "Simple Website Screenshot" does a fantastic job. You can specify the thumbnail size etc. http://www.digg-it.info/wordpress-simple-website-screenshot-v-0-5 We use it on our own website (http://productivewebapps.com) if you'd like to see an example of it in use! (Disclaimer: I am the owner of this site) |
|||
|
|