shareon
shareon copied to clipboard
Dynamically change URL of Shareon components when prompted
In some cases there are cases in which the location.href is not meant to be the shareable url.
You can use the data-url attribute on either the button or the button container (the one with class shareon). See the documentation here
I have tried this. It seems to only change the url on onload. When the attribute is changed after element is loaded shareon will not catch on to it.
Oh, yes, you have to call Shareon.init() after every update. For some reason, it's not in the documentation... I'll have to adjust that