1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

How to add social icons on hover for every image of the content in wordpress?

Discussion in 'PHP' started by Ramesh8248, Mar 11, 2015.

  1. #1
    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...
     
    Ramesh8248, Mar 11, 2015 IP
  2. PoPSiCLe

    PoPSiCLe Illustrious Member

    Messages:
    4,623
    Likes Received:
    725
    Best Answers:
    152
    Trophy Points:
    470
    #2
    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?
     
    PoPSiCLe, Mar 11, 2015 IP
  3. Ramesh8248

    Ramesh8248 Active Member

    Messages:
    165
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    73
    #3
    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...
     
    Ramesh8248, Mar 11, 2015 IP
  4. PoPSiCLe

    PoPSiCLe Illustrious Member

    Messages:
    4,623
    Likes Received:
    725
    Best Answers:
    152
    Trophy Points:
    470
    #4
    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.
     
    PoPSiCLe, Mar 12, 2015 IP
  5. PDD

    PDD Greenhorn

    Messages:
    67
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    23
    #5
    you could also just mark all the content images with an id
     
    PDD, Mar 12, 2015 IP