I have embedded a follow company button on my webpage (PHP)…
It -IS- showing up/displaying… however… it s NOT clickable…
after looking, it ‘seems’ only the VERY far right corner of the ‘button/image’ is clickable… but NOT the whole thing?.. why?
And more importantly… what is the fix for this?
Thanks…
Here is the code Im using:
<!-- twitter -->
<div id="twitter">
<a href="https://twitter.com/CBIC" class="twitter-follow-button" data-show-count="false">Follow @CBIC</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
</div>
<!-- end twitter -->