Share Easy Add-on
Easy social media sharing component.
Share Easy provides easy social media sharing capabilities by displaying a social media menu that can have different modes and customizations. This component is a wrapper of Sharee library.
Features:
- Default social media drivers to share links easily: Copy, Twitter, Facebook, Linkedin, Whatsapp, Telegram.
- Modes to display the Easy Share menu: Fixed, Normal, Hover, Text, Dropdown.
- By defaut, locale and keys are in English but custom locales and keys can be defined.
Sample code
/* Fixed mode */ FixedShareEasy.create().forComponent(this); /* Normal mode */ Div div = new Div(); NormalShareEasy.create().withNoTitle(true).forComponent(div); add(div);
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
Initial release
- Released
- 2023-08-30
- Maturity
- TESTED
- License
- Apache License 2.0
Compatibility
- Framework
- Vaadin 24
- Browser
- Browser Independent
Share Easy Add-on - Vaadin Add-on Directory
Easy social media sharing component.Share Easy provides easy social media sharing capabilities by displaying a social media menu that can have different modes and customizations. This component is a wrapper of [Sharee](https://github.com/parsagholipour/sharee) library.
#### Features:
* Default social media drivers to share links easily: Copy, Twitter, Facebook, Linkedin, Whatsapp, Telegram.
* Modes to display the Easy Share menu: Fixed, Normal, Hover, Text, Dropdown.
* By defaut, locale and keys are in English but custom locales and keys can be defined.