Fluent Community Share To everyone
FC Share To – Social Sharing Made Easy for FluentCommunity
Boost engagement in your FluentCommunity portal with FC Share To, a simple yet powerful plugin that adds social sharing buttons to posts, courses, and lessons. Make it effortless for your community members to share content, drive traffic, and grow your online presence.
Key Features:
- Seamless Integration with FluentCommunity: Works on all posts, courses, and lessons without any coding.
- Customizable Share Buttons: Choose which social networks to include, such as Facebook, Twitter, LinkedIn, WhatsApp, and more.
- Admin Toggle: Enable or disable sharing buttons globally or on specific content with a single click.
- Responsive & Lightweight: Buttons look great on any device and don’t slow down your portal.
- Boost Community Engagement: Encourage users to share valuable content, helping your portal grow organically.
- User-Friendly Dashboard: Manage all settings easily from the WordPress admin panel.
Download Share To
for support visit mpaddi
Hello can you make local video upload function? :)
Eren Çakmak yes working on it. Will let you know when I'm done
WiLson Eberechi any improvemnts?
Eren Çakmak yes, but I'm not done. Just a few time
Eren Çakmak you can also check mpaddi.com for other related plugins that interest you as I am working on the video upload right now, just give me sometime
Nice! The only thing is that the share icon isn't that clear because it's a link icon. It would be better to use a more recognizable share icon like:
https://www.flaticon.com/free-icon/share_107784
Or even use text instead: Share
Rob de Wit thank you for your feedback and I'm glad you liked the plugin.
Could you message me directly on mpaddi.com and kindly send me the icon that is preferable to use. Thank you, I use that icon because whether dark or white mode, the icon would display, since it's an emoji and not an image
WiLson Eberechi you can use any svg icon. The nice part is that you can use the color variable from fluent community to make it dark or light. You can put that in the svg itself so it responds to light and dark mode.
The only thing is that you need to call the icon inline for this to work. Calling the .svg file won’t do the color trick.
You can see an example here:
https://dev.brandforward.nl/test-purple/
When you change light/dark mode the color of the logo changes. This is in Breakdance builder + Headspin but I believe Fluent community handles dark / lightmode similar.
As for the icon: this one looks nice:
Thanks!
Rob de Wit to make that "share to" to display on FC is through JavaScript injections, the CEO of FC said that they specifically made sure that outside developers would find it difficult to create a plugin that works on FC since FC is a Vue single page(spa) unless outside developers uses FC hooks or webhooks.
And in this case of share to, there's no hook or webhooks for that, I had to make a js injection, and I use emojis for js injections so that it would display on FC no matter what.
I don't trust icons and svgs on JS injections on Vue spa, they might be disappointment in future, and what hurts me the most is when my customers complains to me about a faulty or disappointed in my product, it hurts me bad.
So to avoid complains, I use emojis cause it won't disappoint no matter what.
I do use svgs on other products(eg: course certificate, space manager, anonymous, etc) because I used the FC hooks on creating them, so it's good using svgs and icons cause they will be no disappointment.
But for products with no FC hooks or FC webhooks like (fc share to, FC view counts, etc,) I use emojis because they're js injections.
WiLson Eberechi Ah okay! Thanks for the elaborate explanation. It’s a strange move to make it difficult for devs to make addons. It’s a a good way to expand the FC ecosystem imho.