Embedding the Twitter widget into my Joomla 2.5.1 site

General questions relating to Joomla! 2.5. Note: All 1.6 and 1.7 releases have reached end of life and should be updated to 2.5. There are other boards for more specific help on Joomla! features and extensions.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting.
Forum Post Assistant - If you are serious about wanting help, you should use this tool to help you post.
Locked
fotografa
Joomla! Fledgling
Joomla! Fledgling
Posts: 4
Joined: Tue Feb 07, 2012 12:34 am

Embedding the Twitter widget into my Joomla 2.5.1 site

Post by fotografa » Wed Feb 08, 2012 11:30 pm

Hello,

I obtained the following code from the Twitter Widgets page to embed into my site in order to display tweets.



<script charset="utf-8" src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 6,
interval: 30000,
width: 'auto',
height: 300,
theme: {
shell: {
background: '#000000',
color: '#db1f1f'
},
tweets: {
background: '#474747',
color: '#ffffff',
links: '#db1f1f'
}
},
features: {
scrollbar: false,
loop: false,
live: false,
behavior: 'all'
}
}).render().setUser('USERNAME_HERE').start();
</script>


It says to insert it into an HTML page. I went to the MODULES manager, selected NEW, then selected CUSTOM HTML and inserted it in there. When I went to preview my site, I notice that all the scripting is there and not the Twitter Widget.

HELPPPPP???? :( :( :(

- Julia

User avatar
red2678
Joomla! Explorer
Joomla! Explorer
Posts: 281
Joined: Tue Apr 15, 2008 5:18 pm
Location: Los Angeles, CA

Re: Embedding the Twitter widget into my Joomla 2.5.1 site

Post by red2678 » Thu Feb 09, 2012 5:14 am

If you are using the default WYSIWYG editor in Joomla, it will automatically strip out Javascript, PHP, CSS, etc.

You need to use a module that will either displays custom code or a module designed to display twitter. I suggest the latter. Here is a good one:

http://extensions.joomla.org/extensions ... lay/16809s

Hope that helps,

Red


Locked

Return to “General Questions/New to Joomla! 2.5”