Skip to content Skip to sidebar Skip to footer

Twitter Follow Button Doesn't Render In Google Chrome


Solution 2:

If you use AVG you will also need to un-check the block ads and trackers extension


Solution 3:

I ran into a problem similar to this. My issue turned out to be that the Follow button was being displayed underneath its container div only in chrome. The solution was to add

position: relative;

to the Follow button's iframe.


Post a Comment for "Twitter Follow Button Doesn't Render In Google Chrome"