Website Screenshot GeneratorRecently I have been working for a project to display screenshots of websites. I have a Web Directory which needed to display screenshots of the websites or webpages posted. If you would like to display a screenshot of a website at your web page you can do it by just inserting one line of javascript <script type="text/javascript" src="http://webshot.in/thumbshot/getshot.php?url=http://www.shrunktheweb.com"></script>How does this work? Once we get a request of a webshot, the url is stored in our database for the next process and we generate the screenshot of the webpage you have requested. The first time till the webshot is generated you get an advertisement displayed. You can view the usage at my web directory project For more information, please visit Free Website Screenshots. Here you can create webshots instantly. I have posted an example. The code used is <script type="text/javascript" src="http://webshot.in/thumbshot/getshot.php?url=http://www.shrunktheweb.com"></script>Suppose you need a smaller Image, you need to use an additional parameter thats size=S1 <script type="text/javascript"
src="http://webshot.in/thumbshot/getshot.php?url=http://www.shrunktheweb.com&size=S1"></script>Suppose you need a more smaller Image, you need to use an additional parameter thats size=S <script type="text/javascript"
src="http://webshot.in/thumbshot/getshot.php?url=http://www.shrunktheweb.com&size=S"></script>Suppose you need a larger Image <script type="text/javascript"
src="http://webshot.in/thumbshot/getshot.php?url=http://www.shrunktheweb.com&size=L"></script>You want a much larger Image <script type="text/javascript"
src="http://webshot.in/thumbshot/getshot.php?url=http://www.shrunktheweb.com&size=L1"></script>__________________
|