Creating an image in a website screenshot if nothing is specified except a URL?

Possible duplicate:
Website screenshots using PHP

I was wondering if it is possible to create a website-like preview of the screen if nothing is specified except the URL?

+3
source share
3 answers

Yes, you can , please read the following questions about stackoverflow:

generating-a-screenshot-of-a-website-using-jquery

website-screenshots-using-php

There are several tools for creating a website snapshot for an image, so using jquery in conjunction with PHP can achieve your goal!

+2
source

JavaScript/jQuery? , , . , JavaScript, .

0

You can use a service like BitPixels . Use JSONP if there are any problems with the source code, and this should be easy.

0
source

All Articles