Please create an account or log in to build a reputation and unlock more editing privileges!!!
Talk:Twitter Search
From MediaWiki Widgets
Width and height
Two parameters for changing width and height can be added like this:
width: <!--{$width}-->,
height: <!--{$height}-->,
Regards. Emijrp 05:04, February 19, 2011 (MST)
- here you go --Sergey Chernyshev 18:26, February 19, 2011 (MST)
alignment
I try to get two twitter widgets next to each other, (one twitter search, one twitter User). Is this possible? What code should I use. Would be wonderfull if someone could help me Thanx!
Tom Kronenburg
- try including both of them in
<div style="float: left></div>
- and then below add
<div style="clear:both"></div>
- like so
- add some margins if needed --Sergey Chernyshev 08:03, March 14, 2011 (MDT)