I have social icons using jQuery plugin: [
addtoany.com...]
As I like to modify icons to my web icons need to know how to change default code:
<a title="" class="a2a_button_instagram" data-a2a-follow=""></a>
I have code like:
<div class="social-icon"><i class="icon-facebook1"></i></div>
But how to add modification without eliminated default code. It bothers me class="a2a_button_instagram" data-a2a-follow="" if this collapse all code.