Be the first user to complete this post

  • 0
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:

  1. Writing multiline sql queries in javascript using knex
  2. Use es6 and es6+ in eslint with babel
  3. Disable eslint no-unused-vars warning on global functions
  4. Use node in es6 syntax with babel transpiling