I am helping with a school website, trying to insert a twitter feed into their front page. I know how to insert using the widget on an html page. But do not know how to insert into a js file page.
the website is: http://seaton.sd22.bc.ca/ I am trying to put it on the right hand side above the 27th st theatre box. REALLY REALLY Appreciate the help.
The code I am trying to insert the feed into is:
// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA
if (paragraph_1 == “yes”) {
document.write(’’);
document.write(‘Twitter
’);
document.write(’ More information …
’);
document.write(’
’);
document.write(‘br>’);
document.write(’’);
document.write(’
’);
}
// END RIGHT SIDEBAR AREA PARAGRAPH 1