Directory

← Back

Share Easy Add-on

Easy social media sharing component.

Author

Rating

Popularity

100+

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);

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

Bug fixes:

  • Breaking change: add missing encoding for media links (#10)
Released
2024-07-15
Maturity
TESTED
License
Apache License 2.0

Compatibility

Framework
Vaadin 24
Browser
N/A

Share Easy Add-on - Vaadin Add-on Directory

Easy social media sharing component. Share Easy Add-on - Vaadin Add-on Directory
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.
View on GitHub
Online Demo
Author Homepage

Share Easy Add-on version 1.0.0
Initial release

Share Easy Add-on version 1.1.0
#### New features: * add custom drivers in any index within the social menu ([#4](https://github.com/FlowingCode/ShareEasy/issues/4)) * make copy driver to consider share link if exists ([#8](https://github.com/FlowingCode/ShareEasy/issues/8)) #### Bug fixes: * change access of withDrivers method to public ([#6](https://github.com/FlowingCode/ShareEasy/issues/6))

Share Easy Add-on version 2.0.0
#### Bug fixes: * Breaking change: add missing encoding for media links ([#10](https://github.com/FlowingCode/ShareEasy/issues/10))

Online