PDA

View Full Version : Feedburner Subscription Counter Button NOT SHOWING!



spinenergy
12 May 2011, 03:29 PM
I'm trying to put both a feedburner subscription counter and twitter follower buttons in the header of my Wordpress blog. When I only put the code in for the feedburner button, it shows up. But when I put the twitter coding after it, only the twitter button shows up. The coding is below. What's the problem?

<div id="feedburner_count">
<p><a href="http://feeds.feedburner.com/passionispain"><img src="http://feeds.feedburner.com/~fc/passionispain?bg=99CCFF&amp;fg=444444&amp;anim=0&amp;label=listeners" height="26" width="88" style="border:0" alt="" /></a></p>
</div>

<div id="twitter_followers">
<p><script type="text/javascript" src="http://twittercounter.com/embed/passion_is_pain/444444/99CCFF"></script></p>
</div>