• Hello There,

    I really love your plugin. It is simply the best plugin that does the job so perfectly. My client wants customizations that requires more than just adding CSS and JS. For example I want to add share buttons below each image etc.

    Can you please guide me how can I achieve this without editing the core plugin files ( I can do that but abstaining as it will break whenever the plugin updates).

    Appreciate your time in advance. Thank you for such an amazing plugin.

    P.S: I can do some basic PHP programming.

    Best Regards,
    Ahmad

    https://www.ads-software.com/plugins/instagram-feed/

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

    (@craig-at-smash-balloon)

    Hey Ahmad,

    Glad you like the plugin!

    You can actually do this with some javascript. Go to the “Customize” tab in the Instagram Feed settings area and paste this in the “Custom Javascript” area:

    jQuery('.sbi_item').each(function() {
      if(!jQuery(this).find('.sbi_follow_btn').length) {
        jQuery(this).append('<div class="sbi_follow_btn"><a href="https://instagram.com/smashballoon" style="" target="_blank"><i class="fa fa-instagram"></i>Follow</a></div>');
      }
    });

    Change the “smashballoon” user name to the user name you would like people to follow.

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