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