Is there a way to dynamically set the addthis:url attribute after page load?
I am not having any success with this and am curiuos if anyone else has done it.
Specifically, I have a page of images in a gallery that the user scrolls through and I'd like the addthis:url to point to whatever image is currently being viewed. My current (ugly) solution is to load the page with a query that has the image path in it and document.write the share link that way. This works, but I don't want to keep reloading my page and am hoping that there's a way to get the add this link to modify its addthis:url attribute's value on the fly.