Adding Twitget in footer
-
Hello,
I´m trying to add the Twitget in my footer (not as a widget) but I could´t do it.I´m using the following code:
<div class="footer-col"> <div class="footer-widget"> <h3>Ultimos Tweets</h3> <ul class="pages"> {$tweets_start} <li>{$tweet_text}<br />{$tweet_time}</li> {$tweets_end} </ul> </div> </div>Do I have to include any library or script in the <head> ?
Thank you!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Adding Twitget in footer’ is closed to new replies.