i m trying below code for displaying my twitter follow button on wordpress site and in firefox browser not displaying that button while in all other browsers its working perfect...
<a href="https://twitter.com/mytwittername" class="twitter-follow-button" data-show-count="true" data-size="small">Follow @mytwitter</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}
(document,"script","twitter-wjs");
</script>
my site dont have SSL so because of that is that getting problem to load properly in firefox...?? and google+ also not displaying properly...
this problem only in Firefox Browser..
ANY HELP WOULD BE APPRECIATE !!