Hello,
I'm trying to display buttons directly in the theme file. I'm using the following code, but it doesn't work:
if ( function_exists( 'addthis_display_social_widget' ) ) {
echo addthis_display_social_widget( '' );
}
Ideally, I would like to display the style of buttons that have been configured under "". However, I've noticed that error log flags that 'below' index is undefined:
Notice: Undefined index: below in
I would hugely appreciate your help.
Many thanks,
Dasha