Web Developer Tools

Adding a Jammit button to your webpage will allow your audience to see the MyJamm activity associated with your page.

Example: Used to embed a Jammit button in a web page.

<script src="http://myjamm.com/tools/jammit.js" type="text/javascript"></script>

Example: When the URL you want to associate Jamms with is different than the current page.

What if you want one URL for all your content to be associated with? Or do you have many thoughts or entries on a single page? No trouble at all! Just add a small script above the button embed code:

<script type="text/javascript">
MYJAMM_URL = 'WEBSITE_URL';
</script>
<script src="http://myjamm.com/tools/jammit.js" type="text/javascript"></script>