Presented by Fryslan Webservices
DotNetnuke live!
|
And this is the code to make it work:
[span id="twtr-fws-widget"][/span]
[script src="http://widgets.twimg.com/j/2/widget.js"][/script]
[link
rel="stylesheet"
type="text/css"
href="http://widgets.twimg.com/j/2/widget.css" /]
[script]
new TWTR.Widget({
id: 'twtr-fws-widget',
version: 2,
type: 'profile',
rpp: 15,
interval: 3000,
title: 'Presented by Fryslan Webservices',
subject: 'DotNetnuke live!',
width: 250,
height: 300,
theme: {
shell: {
background: '#adb8ff',
color: '#ffffff'
},
tweets: {
background: '#ffffff',
color: '#444444',
links: '#cc1414'
}
},
features: {
scrollbar: true,
loop: false,
live: true,
hashtags: true,
timestamp: true,
avatars: true,
behavior: 'all'
}
}).render().setUser('dnncorp').start();
[/script]
Notes:
- replace [ .. ] by < ...> for original code
- paste code in DNN htm/txt module
- turn of ajax on DNN site through host/ hostsettings/... |