Hello!
I've a wordpress site, I'll put motivational quotes inside landscape images,
approximately 6 or 7 images on the same page,
and I need image sharing buttons, and site AddToAny have specific buttons and code.
but I've doubts on how to implement your Javascript code !
If I don't use the AddToAny plugin, where I put this code in wordpress:
a2a_config. overlays. push ({
services: ['pinterest', 'facebook', 'houzz', 'tumblr'],
size: '50',
style: 'horizontal',
target: 'img.share-image'});
position: 'top center'});
If I've 6 or 7 images, how do I define each image in this code:
target: 'img.share-image'});
How to apply CSS in this JS code?