This works when I add it to my template.php code:
<? php do_action( ‘addthis_widget’ ); ?>
But when I try to add a style, as shown below, I get an error. I don’t think I have entered the details properly!
<? php do_action( ‘addthis_widget’ $addthis_new_styles = ‘small_toolbox’ ); ?>
Would you be able to show us an example of using an AddThis style with this php string?
Many thanks!