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:
- Sublime Text plugins to boost your productivity
- Writing multiline sql queries in javascript using knex
- Dynamic module loading with require
- Disable eslint no-unused-vars warning on global functions