Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Martin Tod

    (@mpntod)

    It’s not doing that for me in Chrome. Which browser are you using?

    What are you seeing in your console ([F12] (in Chrome or IE) or [CTRL]+[SHIFT]+K (in Firefox))? This would normally be a JavaScript problem – since the follow button is delivered by a standard piece of Twitter JavaScript.

    Thread Starter codecmoments

    (@codecmoments)

    Using Chrome over a VPN, but it seems to have just resolved itself. Thanks for the quick response and checking, apologies for bothering you.

    Martin,

    Do you perchance know what the div and class are for the follow button? I’m trying to put some margin on the top. Right now it is bumping up against all of the text.

    Best,

    Joseph

    Plugin Author Martin Tod

    (@mpntod)

    You can normally find this by right-clicking in Chrome and selecting ‘Inspect Element’ – since that shows the HTML after processing by javascript as opposed to the raw HTML.

    On my site, the class is btn_o and id is #widget although you could also use #follow-button

    Martin

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Follow Button not displaying’ is closed to new replies.