• Resolved atickettotakeoff

    (@atickettotakeoff)


    Hi there,

    I have a blog and I am using the Sassy Social Share Plugin so that social share buttons appear on my posts. I’ve built all my posts using Elementor.

    I’ve been reading about how to hide images on a post so that when you click the Pinterest Share Button, the hidden images appear and people can pin them to Pinterest. I’ve tried to hide the images using both this 2 options:
    – when I insert the image on the elementor page builder, I go to Advanced > Responsiveness and select “Hidden” for all devices (Desktop, tablet and mobile)
    – tried to use this code on the text editor in Elementor: <div style =”display:none;”> </div>

    First of all, the second option doesn’t work and the image doesn’t appear hidden.

    Second of all, when I hide the images using the 1st method, then the hidden images don’t appear on the available images to pin when I click the Pinterest Share Button.

    Can someone help me out?

    Thanks in advance.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Heateor Support

    (@heateor)

    You can put following HTML in your content.
    <div style="display:none"><img src="URL_OF_THE_IMAGE" /></div>
    URL_OF_THE_IMAGE is the URL of the image that you want to be pinned. This will hide the image at your web page and make the image pinnable for the Pinterest share button at the same time.

Viewing 1 replies (of 1 total)
  • The topic ‘Pinterest Hidden Images’ is closed to new replies.