Twitter widgets for Vaadin - Vaadin Add-on Directory
UI components to embed Twitter timelines, buttons and TweetsIssue Tracker
Source Code
Javadocs
Twitter widgets for Vaadin version 0.1
Basic widgets
* [Single Tweet](https://dev.twitter.com/web/embedded-tweets)
* [Follow Button](https://dev.twitter.com/web/follow-button)
* [Tweet Button](https://dev.twitter.com/web/tweet-button)
* [Hashtag Button](https://dev.twitter.com/web/tweet-button/hashtag-button)
* [Mention Button](https://dev.twitter.com/web/tweet-button/mention-button)
* [Timeline](https://dev.twitter.com/web/embedded-timelines)
Twitter widgets for Vaadin version 0.2
Fixed parent pom issue
Twitter widgets for Vaadin version 1.0
First release compatible with Vaadin 10
Twitter widgets for Vaadin version 2.0
* Upgraded to Vaadin 14.x
* Added workaround to display tweet iframe inside shadow DOM
Twitter widgets for Vaadin version 2.1.1
Twitter widgets for Vaadin version 3.0.0
Changes:
* Upgrade to Vaadin 22+
* Component migrated from Polymer to Lit
* Added loading indicator
* Fixed `hashtags` handling
Breaking changes:
* Removed `Tweet.withLinkColor()` and `Tweet.getLinkColor()` methods because they are no more supported by Twitter widgets
Twitter widgets for Vaadin version 3.0.1
Widgets now extends Component and not LitTemplate, as template features are not required
Twitter widgets for Vaadin version 3.0.2
Added jandex index, so that the add-on can now work on Quarkus without addinf configuration on application.properties