So you got your Twitter widget and changed the size but the thing still doesn’t fit in your blog’s side bar (or wherever you wanted it)?
Easy fix – there are TWO locations in the code where you need to change the size. As an example I’ve used the HTML of the widget you see on this blog and highlighted the two areas you need to look for in bold red.
——————-CODE CODE CODE—————————————
<object classid=”clsid:d27cdb6e-ae6d-11cf-96b8-444553540000″ codebase=”http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,124,0″ width=”290″ height=”350″ id=”TwitterWidget” align=”middle”>
<param name=”allowScriptAccess” value=”always” />
<param name=”allowFullScreen” value=”false” />
<param name=”movie” value=”http://static.twitter.com/flash/widgets/profile/TwitterWidget.swf” />
<param name=”quality” value=”high” />
<param name=”bgcolor” value=”#000000″ />
<param name=”FlashVars” value=”userID=36596741&styleURL=http://static.twitter.com/flash/widgets/profile/velvetica.xml”>
<embed src=”http://static.twitter.com/flash/widgets/profile/TwitterWidget.swf” quality=”high” bgcolor=”#000000″ width=”290″ height=”350″ name=”TwitterWidget” align=”middle” allowScriptAccess=”sameDomain” allowFullScreen=”false” type=”application/x-shockwave-flash” pluginspage=”http://www.macromedia.com/go/getflashplayer” FlashVars=”userID=36596741&styleURL=http://static.twitter.com/flash/widgets/profile/velvetica.xml”/>
</object>
——————-END OF CODE———————————————–

Twitter
0 Responses to “Make Twitter Widget Fit in your Sidebar”