Title: Uncaught ReferenceError
Last modified: August 22, 2016

---

# Uncaught ReferenceError

 *  Resolved [Pop](https://wordpress.org/support/users/bpopoleo/)
 * (@bpopoleo)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/uncaught-referenceerror-3/)
 * OSX 10.9.5
    Google Chrome Version 37.0.2062.124
 * Instagram Feed plugin version 1.2.1
    Uncaught ReferenceError: sbi_custom_js is
   not defined
 * screenshot: [https://dl.dropboxusercontent.com/u/1703133/Screen%20Shot%202014-10-01%20at%203.37.11%20AM.png](https://dl.dropboxusercontent.com/u/1703133/Screen%20Shot%202014-10-01%20at%203.37.11%20AM.png)
 * [https://wordpress.org/plugins/instagram-feed/](https://wordpress.org/plugins/instagram-feed/)

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

 *  Plugin Author [smashballoon](https://wordpress.org/support/users/smashballoon/)
 * (@smashballoon)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/uncaught-referenceerror-3/#post-5346629)
 * Hey bpopoleo,
 * This issue should have been fixed in version 1.2.1. Could you do the following
   for me?
 * 1) Go to your WordPress Plugins page and click ‘Edit’ under the Instagram Feed
   plugin
    2) On the right hand side, click on the file called ‘sb-instagram.js’
   3) Towards the bottom of the file, find the following line of code:
 *     ```
       //Run custom JS
       sbi_custom_js();
       ```
   
 * And change it to be this:
 *     ```
       //Run custom JS
       if (typeof sbi_custom_js == 'function') sbi_custom_js();
       ```
   
 * 4) Click ‘Update File’ to save the changes
 * Let me know whether that fixes the issue for you.
 * John
 *  Thread Starter [Pop](https://wordpress.org/support/users/bpopoleo/)
 * (@bpopoleo)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/uncaught-referenceerror-3/#post-5346636)
 * That fixed it, thanks.
 *  Plugin Author [smashballoon](https://wordpress.org/support/users/smashballoon/)
 * (@smashballoon)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/uncaught-referenceerror-3/#post-5346644)
 * Awesome, glad to hear that!

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

The topic ‘Uncaught ReferenceError’ 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/)

 * 3 replies
 * 2 participants
 * Last reply from: [smashballoon](https://wordpress.org/support/users/smashballoon/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/uncaught-referenceerror-3/#post-5346644)
 * Status: resolved