Don't show Twitter block on my site
Autor: M. YugovAfter upgrade to version 10 my site don't show the Twitter's block in the box on home page. With version 9 it's worked. Inserting Twitter's gadgets from the available object panel at the right of the page constructor didn't help - there's nothing on Twitter block place on the page in preview mode and after the uploading of the site. What's happen? What I might do?
The code was:
<!-- Social Network.Twitter: START -->
<script src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 5,
interval: 6000,
width: 450,
height: 160,
theme: {
shell: {
background: '#996600',
color: '#ffffff'
},
tweets: {
background: '#FF9900',
color: '#000000',
links: '#0033CC'
}
},
features: {
scrollbar: false,
loop: false,
live: false,
hashtags: true,
timestamp: true,
avatars: false,
behavior: 'all'
}
}).render().setUser('M_CanisLupus').start();
</script>
<!-- Social Network.Twitter: END -->
Hi,
I've just tested this myself and notice the exact same problem you describe. I am using version 10.0.6.31
This could be a bug. I hope someone from Incomedia can clarify the situation.
Thanks for pointing this out.
Hello M. Yugov,
Unfortunately this depends on twitter itself since they decided to close this service 2 days ago as you can read from their official website:
https://dev.twitter.com/discussions/18458
Our developers are already working on it to find a solution and for the moment the only option to make it work is to login to the twitter account and then follow the instructions to create a custom box code that works, which will be related to your account, on following page:
http://twitter.com/settings/widgets
Please feel free to write back if you need more information.