I want to add AddThis social buttons to my articles.
In NextJS, the AddThis script only loads once when the site has been loaded. If I go to other articles/pages then this AddThis social buttons wont appear.
Does anybody know how to solve this? Thanks in advance!
I've tried NextJS <Script> component, useEffect, useRouter, but it won't work.