Hi, I'd like to add a line of text above the button. How can I do this?
Thanks!
Hi, I'd like to add a line of text above the button. How can I do this?
Thanks!
Nevermind. Found what I need at line 539:
$container_wrap_open = '<div class="addtoany_share_save_container"><ul class="addtoany_list">';
Changed to this:
$container_wrap_open = '<div class="addtoany_share_save_container"><br /><p><b>Want to share this page with your friends?</b> Click this button...</p><ul class="addtoany_list">';
Hi ESCwd,
I'd advise against modifying the plugin directly because updates will overwrite your changes. You can accomplish the same task by modifying your theme files instead.
This topic has been closed to new replies.