I created code for Follow buttons for my 2 Twitter accounts to add to the end of my Blogger posts, but when I followed instructions on how to add them to the Blogger template, they don’t show up.
Here’s the code. The instructions say to add it after <data:post.body>. Can somebody pls tell me if the code is correct? Suggest any possible causes and how to fix?
<a href="http://twitter.com/dbdebunk" data-lang="en" data-text-color = "#FF0000" data-link-color = "#0033CC" data-button = "grey" data-align="center" data-show-count="false" class="twitter-follow-button">Follow @DBDebunk</a>
<script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script>
<a href="http://twitter.com/thepostwest" data-lang="en" data-text-color = "#009999" data-link-color = "#0033CC" data-button = "grey" data-align="center" data-show-count="false" class="twitter-follow-button">Follow @ThePostWest</a>
<script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script>