skip to Main Content

Tweet button doesn't appear when used in accordion with some browsers-Twitter bootstrap

I'm using the following code to display a twitter button to share a page from one website. <script>$(document).ready(function(){!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> <a href="https://twitter.com/share" class="twitter-share-button" data-url="/myUrl" data-text="message" data-hashtags="myhashtag">Tweet</a> This code is working with no problem when used in a page, no matter the…

VIEW QUESTION
Back To Top
Search