I have the addthis follow code in my footer and the share code on some pages. I can't get it to work properly, sometimes it shows up and sometimes it doesn't. Website is www.inleven.nl/test1 I don't know whats wrong and it is strange that it randomly works. The website is running on wordpress
Make sure every place where you'd like the AddThis buttons to show up in your theme is using the the_content() function to show the content instead of the get_the_content() function. The former has hooks into it that our plugin uses to show our buttons.
This question is closed to new answers.