tmort / Socialite

Other
1.68k stars 163 forks source link

Trying to refresh with new URL to share #48

Closed ValerieMichaud closed 11 years ago

ValerieMichaud commented 11 years ago

Hi, i've been trying to change dynamically the URL to share, but even with removing the classes 'socialite-loaded' and 'socialite-instance', changing the properties i need, emptying each social sharing tool and relaunching the function load(), the laod function doesnt seem to work.

Your help would be greatly appreciated.

Thanks, Valérie Michaud

dbushell commented 11 years ago

Hi @ValerieMichaud — if you've initiated the widget with Socialite.load() there's no way to change the sharing URL. The widgets are iframes so you can't access the content. You'll either have to change the URL prior to load, or delete this entire thing and start from scratch.

Hope that helps!