Title: [Plugin: Embed YouTube] feature request?
Last modified: August 19, 2016

---

# [Plugin: Embed YouTube] feature request?

 *  Resolved [kato](https://wordpress.org/support/users/kato/)
 * (@kato)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-embed-youtube-feature-request/)
 * I need to add the window mode parameter to my YouTube URL to keep the YouTube
   window from covering a floated Navigation pane in Chrome.
 * In other words, I need the iframe to look like this:
 *     ```
       [iframe src="http://www.youtube.com/embed/bFaEgDC9S_A?wmode=transparent" allowfullscreen][/iframe]
       ```
   
 * Is it possibly to adjust your code to allow the parameters in my YouTube URL 
   to pass through to your iFrame embed?
 * I’ve tried messing with the code but my php skills aren’t up to snuff yet. Thanks.
 * [http://wordpress.org/extend/plugins/dirtysuds-embed-youtube-iframe/](http://wordpress.org/extend/plugins/dirtysuds-embed-youtube-iframe/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Pat Hawks](https://wordpress.org/support/users/pathawks/)
 * (@pathawks)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-embed-youtube-feature-request/#post-1982267)
 * I have just updated the plugin to add wmode=transparent to _all_ YouTube embeds,
   as I can’t think of a single case where this would not be the desired behavior.
 * As you could probably see when you were looking at the code, it isn’t quite as
   simple as just passing a specific paramater to the embed code, as the embed code
   is 100% generated by YouTube. The only thing the plugin does is tell WordPress
   to ask YouTube for the iframe code instead of the Flash code.
 * **Now,** when YouTube returns the iframe embed code, I have added a filter that
   tells WordPress to add _wmode=transparent_ before it does anything else with 
   the code (like cache it or display it).
 * The updated version is [now available to download.](http://wordpress.org/extend/plugins/dirtysuds-embed-youtube-iframe/)
   
   If you find this works for you, please consider rating my plugin, as I take a
   lot of pride in my work.

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Embed YouTube] feature request?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/dirtysuds-embed-youtube-iframe.svg)
 * [Better YouTube Embeds](https://wordpress.org/plugins/dirtysuds-embed-youtube-iframe/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/dirtysuds-embed-youtube-iframe/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/dirtysuds-embed-youtube-iframe/)
 * [Active Topics](https://wordpress.org/support/plugin/dirtysuds-embed-youtube-iframe/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/dirtysuds-embed-youtube-iframe/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/dirtysuds-embed-youtube-iframe/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Pat Hawks](https://wordpress.org/support/users/pathawks/)
 * Last activity: [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-embed-youtube-feature-request/#post-1982267)
 * Status: resolved