Workflow for Share button?

I was curious what should happen with my share icon I’m putting on my ecommerce website.

Generally what’s the lowest lift/easiest solve for a share functionality and what would be the right workflow?

i.e the most complex I can think of as example is a pop up appears with various external sources to share to with a space to add a caption/copy etc.

The easiest is a user clicks on the share button and it saves as a url to send? idk - any thoughts are very welcome

Hello, you can simply use a code to copy url
when an element is clicked - run java script - const textToCopy = ‘’;
if you want to copy current url, put dynamic value- This url
or you can use any dynamic value to copy
you need ‘Toolbox’ plugin for ‘run java script’ workflow

thanks for getting back to me. im non technical and new to bubble (only been building a few months) Im not sure I completely follow this. could you find a way to say it in a more bubble/code for dummies way? thanks :slight_smile:

I use ‘air copy to clipboard’ plugin. You can add the url and it saves to the device.

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.