I have a WordPress template that has a form in it. But the page content needs to appear above the form and therefore so does the AddThis options. But I want them below the form. I can turn them off via the post meta options but how then do I add it to the correct place in my template.
I have tried <?php do_action( 'addthis_widget', $url, $title); ?>. It adds it but not the button options I'm using.
Anyone have any ideas I could try?