How can I add the social media icons to a widget? I would like to put them a few other places than the top bar and footer.
http://relationships-at-work.com/
thank you.
Hi gharding!
Your wanting those exact icons?
You could try placing this inside a text widget.
$social_args = array('outside'=>'ul', 'inside'=>'li', 'append' => '');
echo avia_social_media_icons($social_args, false);
And then install a plugin that lets you execute PHP. Something like this perhaps, https://wordpress.org/plugins/exec-php/.
Best regards,
Elliott