Be the first user to complete this post
|
Add to List |
Reinitialize addthis after loading ajax content
If you are using the AddThis share buttons, you might have noticed that once you initialize it on page load, it does not really work for content that is loaded via ajax after the fact. i.e. AddThis is unaware of fresly loaded content. The fix for this is pretty simple. Just ask AddThis to refresh as follows, and it will automatically regenerate the correct share links for newly loaded content
addthis.layers.refresh();
Also Read:
- Dynamic module loading with require
- Writing multiline sql queries in javascript using knex
- Use es6 and es6+ in eslint with babel
- Chromium flag to by pass the popup to grant media permissions in webRTC
- webpack with babel6 and react