Title: Customising HTML
Last modified: September 1, 2016

---

# Customising HTML

 *  [Ahmad Mushtaq](https://wordpress.org/support/users/ahmad-mushtaq/)
 * (@ahmad-mushtaq)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/customising-html/)
 * 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://wordpress.org/plugins/instagram-feed/](https://wordpress.org/plugins/instagram-feed/)

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [Craig at Smash Balloon](https://wordpress.org/support/users/craig-at-smash-balloon/)
 * (@craig-at-smash-balloon)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/customising-html/#post-7709572)
 * 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.

 * ![](https://ps.w.org/instagram-feed/assets/icon-256x256.png?rev=2700807)
 * [Smash Balloon Social Photo Feed – Easy Social Feeds Plugin](https://wordpress.org/plugins/instagram-feed/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/instagram-feed/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/instagram-feed/)
 * [Active Topics](https://wordpress.org/support/plugin/instagram-feed/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/instagram-feed/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/instagram-feed/reviews/)

## Tags

 * [customization](https://wordpress.org/support/topic-tag/customization/)
 * [html](https://wordpress.org/support/topic-tag/html/)

 * 1 reply
 * 2 participants
 * Last reply from: [Craig at Smash Balloon](https://wordpress.org/support/users/craig-at-smash-balloon/)
 * Last activity: [9 years, 9 months ago](https://wordpress.org/support/topic/customising-html/#post-7709572)
 * Status: not resolved