Title: Missing allowfullscreen
Last modified: August 21, 2016

---

# Missing allowfullscreen

 *  [callmeforsox](https://wordpress.org/support/users/sunscream/)
 * (@sunscream)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/missing-allowfullscreen/)
 * The code for the youtube embed is missing allowfullscreen.
 * [https://wordpress.org/plugins/featured-video-plus/](https://wordpress.org/plugins/featured-video-plus/)

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

 *  [shortster](https://wordpress.org/support/users/shortster/)
 * (@shortster)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/missing-allowfullscreen/#post-5046376)
 * Same here. The option ‘Fullscreen Button’ in the admin screen doesn’t do anything.
   Seems like a bug.
 *  [jadeadele](https://wordpress.org/support/users/jadeadele/)
 * (@jadeadele)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/missing-allowfullscreen/#post-5046401)
 * agreed. Could this be fixed?
 *  [Runo](https://wordpress.org/support/users/runo/)
 * (@runo)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/missing-allowfullscreen/#post-5046404)
 * If you’d like, I got the option working by changing featured-video-plus/php/general.
   php’s line 98 from
 * `$embed = "\n\t" . '<iframe width="'.$size['width'].'" height="'.$size['height'].'"
   src="'.$src.'" type="text/html" frameborder="0" id="fvpyt'.$post_id.'"></iframe
   >' . "\n";`
 * to:
 * `$embed = "\n\t" . '<iframe width="'.$size['width'].'" height="'.$size['height'].'"
   src="'.$src.'" type="text/html" frameborder="0" id="fvpyt'.$post_id.'"' .$isfullscreen.'
   ></iframe>' . "\n";`
 * And then by inserting this line:
 * `$isfullscreen = isset($options['youtube']['fs']) ? 'allowfullscreen' : '';`
 * Between lines 95 and 96.
 *  [Sharon](https://wordpress.org/support/users/prettybiddy/)
 * (@prettybiddy)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/missing-allowfullscreen/#post-5046424)
 * Hi – Is this still the code fix to general.php to get fullscreen option to work?

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

The topic ‘Missing allowfullscreen’ is closed to new replies.

 * ![](https://ps.w.org/featured-video-plus/assets/icon.svg?rev=1170997)
 * [Featured Video Plus](https://wordpress.org/plugins/featured-video-plus/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/featured-video-plus/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/featured-video-plus/)
 * [Active Topics](https://wordpress.org/support/plugin/featured-video-plus/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/featured-video-plus/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/featured-video-plus/reviews/)

 * 4 replies
 * 5 participants
 * Last reply from: [Sharon](https://wordpress.org/support/users/prettybiddy/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/missing-allowfullscreen/#post-5046424)
 * Status: not resolved