Directory

← Back

AddThis

AddThis.com bookmarking and sharing integration for Vaadin

Author

Rating

Popularity

<100

AddThis is a popular free way to boost traffic back to your site by making it easier for visitors to share your content.

Using this add-on for Vaadin you can include AddThis buttons to you applications.

LIKE THIS ------>

Hundreds of Supported Services: AddThis add-on for Vaadin is customizable, so you can share the way you want. AddThis currently supports hundreds of services, including: AIM, Blogger, Delicious, Digg, Facebook, FriendFeed, Friendster, Google Bookmarks, LinkedIn, Live, Mixx, MySpace, Orkut, Plaxo, StumbleUpon, Tumblr, Twitter, Yahoo Bookmarks, and many more.

This implementation consists of two parts: a standalone GWT widget and a Vaadin server-side integration. Tested with 6.3.3, but it might work also with older Vaadin versions too.

Sample code

AddThis addThis = new AddThis("http://vaadin.com/","Vaadin - thinking of U and I");
addThis.addButton("facebook");
addThis.addButton("twitter");
addThis.addButton("digg");
addThis.addSeparator("|");
addThis.addButton("expanded", "More...");
window.addComponent(addThis);

Compatibility

(Loading compatibility data...)

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

Fixed small layout problem. Tested with Vaadin 6.4.

Released
2010-08-21
Maturity
STABLE
License
Apache License 2.0

Compatibility

Framework
Vaadin 6.3+
Browser
Internet Explorer
Internet Explorer
Firefox
Opera
Safari

AddThis - Vaadin Add-on Directory

AddThis.com bookmarking and sharing integration for Vaadin AddThis - Vaadin Add-on Directory
AddThis is a popular free way to boost traffic back to your site by making it easier for visitors to share your content. Using this add-on for Vaadin you can include AddThis buttons to you applications. LIKE THIS ------> Hundreds of Supported Services: AddThis add-on for Vaadin is customizable, so you can share the way you want. AddThis currently supports hundreds of services, including: AIM, Blogger, Delicious, Digg, Facebook, FriendFeed, Friendster, Google Bookmarks, LinkedIn, Live, Mixx, MySpace, Orkut, Plaxo, StumbleUpon, Tumblr, Twitter, Yahoo Bookmarks, and many more. This implementation consists of two parts: a standalone GWT widget and a Vaadin server-side integration. Tested with 6.3.3, but it might work also with older Vaadin versions too.
Online