For additional follow buttons such as VK, the trick right now is to add a “Text” widget (instead of the “AddToAny Follow” widget) and place this example HTML code as the “Content” of the Text widget:
<div class="a2a_kit a2a_kit_size_32 a2a_follow addtoany_list">
<a class="a2a_button_vk" href="https://vk.com/durov"></a>
<a class="a2a_button_twitter" data-a2a-follow="AddToAny"></a>
<a class="a2a_button_instagram" data-a2a-follow="kevin"></a>
</div>
This HTML code is based off the general AddToAny code for follow buttons, and tailored to work with the WordPress plugin.
Thank you so much. It worked!
Great pity that you can not organize it in the widget. Something like “Other Network”, where the user can provide a link to a page and link to the icon.
You can do something like this too:
<div class="a2a_kit a2a_kit_size_32 a2a_follow addtoany_list">
<a class="a2a_button_vk" href="https://vk.com/durov"></a>
<a href="https://example.com/my-other-networks/">
<img src="//static.addtoany.com/menu/svg/png/a2a.png" width="32" height="32">
</a>
</div>
Is that what you mean, or something else?
No, not exactly. I mean that instead of doing the “text”, it would be great if the settings widget AddToAny Follow has the option to add “other network”.
Agreed, thanks for the feedback.