Title: remove img url
Last modified: August 22, 2016

---

# remove img url

 *  Resolved [lamecasper](https://wordpress.org/support/users/lamecasper/)
 * (@lamecasper)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/remove-img-url/)
 * is it possible to NOT have the image clickable to the users instagram page? Or
   to display in a lightbox instead? I want to keep users on my website and not 
   bring them to to instagram.
 * [https://wordpress.org/plugins/instagram-feed/](https://wordpress.org/plugins/instagram-feed/)

Viewing 7 replies - 1 through 7 (of 7 total)

 *  Plugin Author [smashballoon](https://wordpress.org/support/users/smashballoon/)
 * (@smashballoon)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/remove-img-url/#post-5285693)
 * Hey lamecasper,
 * There isn’t a lightbox included in the plugin but I’ll see whether this is something
   we can add in a future update. You can remove all of the links from the photos
   by just adding the following jQuery to your theme:
 *     ```
       jQuery( document ).ready(function( $ ) {
         $('#sbi_images a').removeAttr('href');
       });
       ```
   
 * We’ll be adding a ‘Custom JavaScript’ section in the next update which will allow
   you to add jQuery/JavaScript snippets like the one above directly to the plugin.
 * John
 *  [rd297](https://wordpress.org/support/users/rd297/)
 * (@rd297)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/remove-img-url/#post-5285798)
 * hi where do i need to place the jQuery code?
 *  Plugin Author [smashballoon](https://wordpress.org/support/users/smashballoon/)
 * (@smashballoon)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/remove-img-url/#post-5285805)
 * Hey guys,
 * I’ve just released an update to the plugin (v1.2) which contains a ‘Custom JavaScript’
   section on the plugin’s ‘Customize’ page. If you update to the latest version
   then you can copy and paste the jQuery code above into that Custom JavaScript
   section.
 * We also just launched a Pro version of the plugin which adds the ability to view
   your photos directly on your site in a pop-up lightbox. For one week only you
   can get a 50% discount by using the coupon code `launchparty`.
 * John
 *  [rd297](https://wordpress.org/support/users/rd297/)
 * (@rd297)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/remove-img-url/#post-5285808)
 * hi John,
 * i updated the plugin and added the code but its still clickable.
 * [http://bit.ly/Y16npP](http://bit.ly/Y16npP)
 *  Plugin Author [smashballoon](https://wordpress.org/support/users/smashballoon/)
 * (@smashballoon)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/remove-img-url/#post-5285809)
 * Hey rd297,
 * The images don’t link anymore for me when viewing your site. To remove the clicking
   cursor when you’re hovering over them you can just add the following CSS to the
   plugin’s **Custom CSS** section:
 * `#sbi_images a{ cursor: default; }`
 * Let me know whether that works for you,
 * John
 *  [rd297](https://wordpress.org/support/users/rd297/)
 * (@rd297)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/remove-img-url/#post-5285810)
 * Hi John,
 * they are still clickable with that CSS code.
 * I bought the instagram pro but i’m getting a fatal error.
 * i send a message via the support page on your website i hope i can get a reply
   asap.
 * RESOLVED! thanks John!
 *  Plugin Author [smashballoon](https://wordpress.org/support/users/smashballoon/)
 * (@smashballoon)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/remove-img-url/#post-5285811)
 * Hey Ro,
 * I just replied to your support email. Let me know whether it solves the problem
   for you.
 * John

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘remove img url’ 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/)

 * 7 replies
 * 3 participants
 * Last reply from: [smashballoon](https://wordpress.org/support/users/smashballoon/)
 * Last activity: [11 years, 7 months ago](https://wordpress.org/support/topic/remove-img-url/#post-5285811)
 * Status: resolved