• Resolved AJ20152015

    (@aj20152015)


    Hi, I am using the plugin to share images. So, I have added the JS script where the sharing icons are displaying on images to share. However, the icons appear only on hover. Is there a way to make them appear without hovering?

    Here is the JS script:

    a2a_config.overlays.push({
    services: [ 'pinterest', 'facebook', 'tumblr', ],
    size: '32',
    style: 'vertical',
    position: 'top left',
    });

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

    (@micropat)

    Yes, you can add showOn: 'visible' to always display share buttons on images:

    a2a_config.overlays.push({
    services: [ 'pinterest', 'facebook', 'tumblr', ],
    showOn: 'visible',
    size: '32',
    style: 'vertical',
    position: 'top left',
    });
Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.