Viewing 1 replies (of 1 total)
  • Plugin Author Tom Morton

    (@tm3909)

    It always helps if you can provide a link to the site in question so I can look at the markup.

    I think what you need is the override system. In your code where you’ve called WPSocialite, use the following and override WPSocialites URL with a custom one. In this case, you would put in the URL of the image that is called.

    <?php
    $args = array(
        'url' => 'url_to_your_image', //use this to override the url that is sent to WPSocialite. Not recommended to use in loop.
    );
    wpsocialite_markup( $args ); ?>
Viewing 1 replies (of 1 total)
  • The topic ‘Within Lightbox’ is closed to new replies.