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

---

# Undefined variable: popup

 *  Resolved [cyper85](https://wordpress.org/support/users/cyper85/)
 * (@cyper85)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/undefined-variable-popup-1/)
 * **Notice**: Undefined variable: popup in /path/to/wordpress/wp-content/plugins/
   feed-them-social/feeds/twitter/twitter-feed.php on line 217
 * If found this code in the line:
 * `if ($popup == 'yes')`
 * My workaround:
 * `if (isset($popup) && $popup == 'yes')`
 * Please change it in your version.
 * [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)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/undefined-variable-popup-1/#post-5944651)
 * Awesome, will do. Thanks for the heads up.
 *  Plugin Author [slickremix](https://wordpress.org/support/users/slickremix/)
 * (@slickremix)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/undefined-variable-popup-1/#post-5944741)
 * This should be fixed in version 1.7.4, we just made an update.

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

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

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