Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Craig at Smash Balloon

    (@craig-at-smash-balloon)

    Hey yonikachlon,

    You can do this with some custom javascript for the feed. I’ll give you two options that might work well for you. First, go to the Settings page, “Customize” tab, and scroll down to the “Custom Javascript” area. Paste in one of these two code snippets:

    1)
    jQuery('.sbi_photo').attr('href', 'https://www.smashballoon.com');

    2)
    jQuery('.sbi_photo').removeAttr('href');

    The first snippet, “1”, will change the link to go to the url also in the code. You could set this to link to another part of your site if you wanted.

    The second snippet, “2”, will disable the linking part of the post all together.

    Let me know if you have any questions about this.

    Thread Starter yonikachlon

    (@yonikachlon)

    Nevermind, works great, thanks!

    Thread Starter yonikachlon

    (@yonikachlon)

    Is it possible to take the videos out of there so people don’t try and click play?

    Plugin Author Craig at Smash Balloon

    (@craig-at-smash-balloon)

    Hello again,

    Would it make sense for you to just remove the “play” button so just the image shows? You could try this javascript (add it below the other snippet):

    jQuery('.sbi_playbtn').remove();

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘I don't want the pictures to link away from my site’ is closed to new replies.