Twitter-timeline on Vaadin page

Hi all,

does anyone have any idea how to add Twitter-timeline on Vaadin page?

I have tried 1) to add my twitter-timeline in CKEditor where it works in Preview mode, but not in non-preview mode. I have also tried 2) to make my own widget with Label( “”, ContentMode.HTML), but none of them works.

The 2) is actually from http://stackoverflow.com/questions/15420494/embedded-tweets-in-vaadin, works fine the first time, when the page gets loaded, but not any time later.

Any suggestion?