I want to add social icons for every post images in wordpress. I tried using some css tricks but nothing works for me. I do not want to use any plugin. If you guys know hot to do this, then please help me...
Make the images position: relative, and on :hover you show a div or something with social media icons with position: absolute? I don't see the problem?
I can do it, if I know where is the image... but in WordPress how to find content images? I don't know how to do it...
Create a custom image-input function? Hence, when you use a shortcode to add an image to a post, that shortcode transforms into a container, with the image, and also a social buttons container. Look up "custom functions in wordpress" in google.