
0 10 0
First add the call to the Moozar SDK to your html, usually after the <body> tag.
<script type='text/javascript' src='http://moozar.com/api/Moozar.js'></script>
Then paste the button code where you want it to display.
<div id='moozar-button'></div><script>$(function(){ M = new Moozar(); M.getNbRewards(26218); });</script>