• The description of the plugin says that you can select what images from your site can be shared. Share all images or just from several pages. Or just single images that you want.

    I only want images on a single page to be shared – how do I do this?

    Also are you going to add an Instagram share option?

Viewing 1 replies (of 1 total)
  • Plugin Author ILLID

    (@mihail-barinov)

    Hello,

    In plugin settings page there is special option for this called ‘Selector’. By default its set to

    img

    So all images on your site available for sharing.
    You need to find unique classname or id that you have on that single page. Usually it is something like

    page-id-51

    where 51 – id of the page.

    So you need to change ‘Selector’ option to something like

    .page-id-51 img

    After this only images from page with class page-id-51 will be available for sharing.

    More about this you can read here – https://share-this-image.com/guide/selectors/

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