Resource icon

Twitter Widget on sidebar

MagnusB

Well-known member
MagnusB submitted a new 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...
 
Thank you. i use this widget to replace latest thread.
any way.is possible to make this widget per thread bases under related thread section?
 
something like this link as you see twitter widget show on own thread,
so user can comment on thread via twitter and the comment on twitter can see in forum thread .

PS sorry my bad English grammer
 
You want unique twitter feeds per thread? I don't think it is possible to achieve this with a simple template edit, that would require an addon of sorts. I don't think you would able to use this one for something like that....
 
Top Bottom