You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my particular case, I need a button for copying the current URL for sharing. I know it's easy to copy URL from the address bar, but I think that may carry some custom parameters in URLs and that causes some trailing parameters and users sometimes copy incorrectly.
Also, we need the option to use some custom buttons eg. WhatsApp and only show it on mobile as this project does https://github.com/kriskbx/whatsapp-sharing/
I think it would be great if we have following things:
Custom icon or image to choose for the network or some custom task(e.g. copy URL).
Callbacks when the button is clicked for support of other networks besides existing ones.
Config option to specify if we want to use font-icons or SVGs provided by social_share_button.
The text was updated successfully, but these errors were encountered:
Please add the copy URL button? For e.g. if a user copies the URL from paginated page etc then I would want the user to have the base URL in clipboard or what if I decide to use shortened URL for sharing by some method etc. in all these cases copy URL to clipboard option is great, it should copy the URL and tell user that he has the copied URL in its clipboard which can be shared.
In my particular case, I need a button for copying the current URL for sharing. I know it's easy to copy URL from the address bar, but I think that may carry some custom parameters in URLs and that causes some trailing parameters and users sometimes copy incorrectly.
Also, we need the option to use some custom buttons eg. WhatsApp and only show it on mobile as this project does https://github.com/kriskbx/whatsapp-sharing/
I think it would be great if we have following things:
The text was updated successfully, but these errors were encountered: