Skip to main content

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

Fluent Community Share To everyone Fluent Community Share To everyone Fluent Community Share To everyone

Eren Çakmak

Hello can you make local video upload function? :)

WiLson Eberechi

Eren Çakmak yes working on it. Will let you know when I'm done

Eren Çakmak

WiLson Eberechi any improvemnts?

WiLson Eberechi

Eren Çakmak yes, but I'm not done. Just a few time

WiLson Eberechi

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

Rob de Wit

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

WiLson Eberechi

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

Rob de Wit

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:

https://www.flaticon.com/free-icon/share_1358023?term=social+share&page=1&position=1&origin=search&related_id=1358023

Thanks!

WiLson Eberechi

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.

Rob de Wit

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.