LARG / HFO

Half Field Offense in Robocup 2D Soccer
MIT License
230 stars 93 forks source link

AddToAny: I don't know how to apply share button images in wordpress #108

Open marcociencia opened 4 years ago

marcociencia commented 4 years ago

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?

mhauskn commented 4 years ago

This is likely not the right repo for this question.