TheScripter Posted September 26, 2012 Share Posted September 26, 2012 Alright so at my site (http://independentrepublicofursum.tk/) The facebook social plugin is in the "sidebar" on every page, I don't like how my twitter link loads, then the plugin spawns and pushes it down. I tried to put a div around the plugin with a set height and width so that it would no something is there before the plugin loaded, but no cigar. Help please! Quote Link to comment Share on other sites More sharing options...
matthewtbaker Posted October 5, 2012 Share Posted October 5, 2012 (edited) After you have set the height and width of the plugin in your css add #pluginname {overflow: hidden;} This should stop any additional feeds being seen. Use overflow:hidden with caution as they may update the plugin at some point. Edited October 5, 2012 by matthewtbaker Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.