Create Screenshots with JavaScript


/ Published in: JavaScript
Save to your folder(s)

You will need to get an account at [GrabzIt](http://grabz.it) once you have this you need to add your [authorized domain](http://grabz.it/account/domains.aspx) this stops people using your account resources.

Then get your [application key](http://grabz.it/api/) place this where it says APPPLICATION KEY in the snipped below.

Change http://www.google.com to be the website of your choice.

Place this snippet anywhere within the body tag. Your screenshot should appear within a few seconds. You can have as many of these tags on the page as you like.

If you need to debug it they have a [diagnostics panel](http://grabz.it/account/diagnostics/) there are also [more options](http://grabz.it/api/javascript/) available.


Copy this code and paste it in your HTML
  1. <script type="text/javascript"
  2. src="http://grabz.it/services/javascript.ashx?key=APPLICATION KEY&url=http://www.google.com">
  3. </script>

URL: http://grabz.it/api/javascript/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.