David Winiecki
David Winiecki

Reputation: 4213

Two twitter follow buttons with addthis, one extra twitter follow button

Yesterday, an extra twitter follow button started showing up in the AddThis section on a site, so there were two identical twitter follow buttons. AddThis puts the buttons in with JavaScript. It must be an AddThis or Twitter bug, because there was only one link for twitter in the addthis section in the html.

Upvotes: 0

Views: 155

Answers (1)

David Winiecki
David Winiecki

Reputation: 4213

Today it seems to have been fixed, but this might be useful in the future. I fixed it by hiding the second Twitter follow button:

iframe.twitter-follow-button + iframe.twitter-follow-button { display: none; }

Upvotes: 1

Related Questions