Dynamically update
If you want to dynamically update the data that will be used for share. You can call a method reNewAllInstance()
that will update data in goodshare providers instance and update EventListeners
.
1 2 | // Update all data window._goodshare.reNewAllInstance(); |
goodshare.js
instance expose inwindow._goodshare
by default.