We have a twitter feed on our Moodle site.
The code is:
<script src="http://widgets.twimg.com/j/2/widget.js" charset="utf-8"></script>
<script> new TWTR.Widget({
version: 2, type: 'profile', rpp: 6, interval: 30000, width: 'auto', height: 300, theme: { shell: {
background: '#2e1b9e', color: '#fafafa' }, tweets: { background: '#fcfcfc', color: '#030003', links:
'#1c1073' } }, features: { scrollbar: false, loop: false, live: false, behavior: 'all' } }).render
().setUser('BalcarrasPR').start(); </script>
When browsing our moodle from home or if I embed the code in a simple page it works fine.
HOWEVER
At school the code just gives a basic twitter box with no tweets....
I created a simple page with the code and have tested with IE, Chrome and Firefox and all do the same....
Any ideas?


LinkBack URL
About LinkBacks





