MagnusB submitted a new resource:
Twitter Widget on sidebar (version 1) - Add a Twitter widget on forum sidebar
Read more about this resource...
Twitter Widget on sidebar (version 1) - Add a Twitter widget on forum sidebar
I see this question pop up from time to time, so I thought I would add it here. The easiest way to do it is to use the ad_sidebar templates, and in this example I am going to use ad_sidebar_bottom, so open this template and paste in the following code on a new line (after the xen:hook code):
HTML:<div class="section"> <div class="secondaryContent"> <h3>Our Twitter</h3> <!--- TWITTER WIDGET CODE HERE --> </div> </div>
Now you need to create your widget, so go to...
Read more about this resource...