Official Screenjelly tools


Bookmarklet

This bookmarklet allows you to take Screenjelly with you wherever you are online.

To install it, drag the link below to your browser's bookmark bar, or right-click on it and select "Add to favorites":


Add a Screenjelly


Click here for more details…



Adding a Screenjelly button to your site

If you have a website to which you would like to add Screenjelly, this section is for you.

We've made it easy for website owners to add a Screenjelly button to any page. With just a few lines of JavaScript, you'll have the button; and a few more lines will give you advanced integration with your forum, blog or comment system.

If you add the following code to your website:

<script type="text/javascript">
var protocol = (document.location.protocol == 'https:') ? 'https:' : 'http:';
document.write(unescape("%3Cscript src='"+ protocol +"//www.screenjelly.com/widget/recorder.js' type='text/javascript'%3E%3C/script%3E"));
</script>

…the following Screenjelly button will be added:


Click here for more details…