i have put this code for pin it button. it shows up counter but counter doesnt work.
<iframe scrolling="no" frameborder="0" src="http://pinit-cdn.pinterest.com/pinit.html?url=http://www.mydomain.co.uk&layout=vertical" style="border: medium none; width: 43px; height: 58px;"></iframe>
<a style="margin-left:-46px; width:43px; height:20px; display:inline-block;" href="javascript:void(run_pinmarklet())"></a>
<script type="text/javascript">
function run_pinmarklet() {
var e=document.createElement('script');
e.setAttribute('type','text/javascript');
e.setAttribute('charset','UTF-8');
e.setAttribute('src','http://assets.pinterest.com/js/pinmarklet.js?r=' + Math.random()*99999999);
document.body.appendChild(e);
}
</script>