Title: Undefined variable: popup
Last modified: August 30, 2016

---

# Undefined variable: popup

 *  Resolved [mingyeungs](https://wordpress.org/support/users/mingyeungs/)
 * (@mingyeungs)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/undefined-variable-popup-2/)
 * Similar to this issue: [https://wordpress.org/support/topic/undefined-variable-popup-1](https://wordpress.org/support/topic/undefined-variable-popup-1)
   but this time on Instagram.
 * There are five
    `if ($popup == 'yes')` inside `instagram-feed.php` which causes
   the `Notice: Undefined variable: popup in ...` PHP notice when Magnific Popup
   isn’t enabled.
 * Simply replacing the conditions with
    `if ( isset($popup) && $popup == 'yes' )`
   solves the issue. Please fix them in future releases, thanks a lot!
 * p.s. Using WP 4.3.1 + FTS 1.9.1
 * [https://wordpress.org/plugins/feed-them-social/](https://wordpress.org/plugins/feed-them-social/)

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

 *  Plugin Author [slickremix](https://wordpress.org/support/users/slickremix/)
 * (@slickremix)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/undefined-variable-popup-2/#post-6776858)
 * Thanks again for bringing this to our attention, we’ll get this fixed in a silent
   update today and let you know when it’s pushed so you can delete your current
   plugin and add it again.
 * Spencer
 *  Plugin Author [slickremix](https://wordpress.org/support/users/slickremix/)
 * (@slickremix)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/undefined-variable-popup-2/#post-6776885)
 * Just pushed silent update. Thanks again for the heads up.
 * Spencer

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

The topic ‘Undefined variable: popup’ is closed to new replies.

 * ![](https://ps.w.org/feed-them-social/assets/icon-256x256.jpg?rev=998039)
 * [Feed Them Social - Social Media Feeds, Video, and Photo Galleries](https://wordpress.org/plugins/feed-them-social/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/feed-them-social/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/feed-them-social/)
 * [Active Topics](https://wordpress.org/support/plugin/feed-them-social/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/feed-them-social/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/feed-them-social/reviews/)

## Tags

 * [notice](https://wordpress.org/support/topic-tag/notice/)
 * [popup](https://wordpress.org/support/topic-tag/popup/)

 * 2 replies
 * 2 participants
 * Last reply from: [slickremix](https://wordpress.org/support/users/slickremix/)
 * Last activity: [10 years, 6 months ago](https://wordpress.org/support/topic/undefined-variable-popup-2/#post-6776885)
 * Status: resolved