Twitter widgets for Vaadin
UI components to embed Twitter timelines, buttons and Tweets
Twitter widgets for Vaadin provides UI components to integrate an application with Twitter with Tweets, Timelines and buttons (follow, tweet, mention, hashtag).
Components are built on top of Twitter for Websites JavaScript API.
For more information see Twitter for Websites documentation.
Sample code
TweetButton.follow("TwitterDev") .hideScreenName() .large() .withCount(TweetButton.Count.none);
Tweet tweet = new Tweet(tweetId) .withoutCards() .withDarkTheme() .withHashtag("vaadin", "reactive") .withRelated("ligthbend", "DevoxxUK") .withVia("marcoc_753");
Links
Compatibility
Was this helpful? Need more help?
Leave a comment or a question below. You can also join
the chat on Discord or
ask questions on StackOverflow.
Version
Added jandex index, so that the add-on can now work on Quarkus without addinf configuration on application.properties
- Released
- 2022-08-20
- Maturity
- STABLE
- License
- Apache License 2.0
Compatibility
- Framework
- Vaadin 22+
- Vaadin 14+ in 2.1.1
- Vaadin 10+ in 1.0
- Vaadin 8.0+ in 0.2
- Vaadin 7.6+ in 0.2
- Browser
- N/A