Title: Minified scripts
Last modified: August 31, 2016

---

# Minified scripts

 *  Resolved [Nextendweb](https://wordpress.org/support/users/nextendweb/)
 * (@nextendweb)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/minified-scripts/)
 * Hi,
 * I just had a support with one of mine plugin regarding the YouTube API. Nothing
   serious, I just had to look for clues in your scripts. Could you add your scripts
   also in non minified version too?
 * (Obfuscated[minified] code is not match with GPL license, it is only allowed 
   if the non minified source available too. [wp.org guidelines #4](https://wordpress.org/plugins/about/guidelines/))
 * Thank you!
 * ————–
 * WordPress also has a switch where user can specify if he wants to load the minified
   or not minified script:
 *     ```
       if(defined('SCRIPT_DEBUG') && SCRIPT_DEBUG){
       ... load non minified ...
       }else{
       ... load minified ...
       }
       ```
   
 * [https://wordpress.org/plugins/youtube-embed-plus/](https://wordpress.org/plugins/youtube-embed-plus/)

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

 *  Plugin Author [embedplus](https://wordpress.org/support/users/embedplus/)
 * (@embedplus)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/minified-scripts/#post-7156544)
 * Nextendweb, (cool name btw)
 * We got so many requests to minify for performance, and you’re the first to request
   the reverse! 🙂
 * We understand your reasoning though; we’re releasing a version of the plugin 
   soon that will include that condition in place.
 * -EmbedPlus Team
 *  Thread Starter [Nextendweb](https://wordpress.org/support/users/nextendweb/)
 * (@nextendweb)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/minified-scripts/#post-7156545)
 * Thank you! 🙂

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

The topic ‘Minified scripts’ is closed to new replies.

 * ![](https://ps.w.org/youtube-embed-plus/assets/icon-256x256.png?rev=2165403)
 * [Embed Plus for YouTube Gallery, Livestream and Lazy Loading with Facades](https://wordpress.org/plugins/youtube-embed-plus/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/youtube-embed-plus/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/youtube-embed-plus/)
 * [Active Topics](https://wordpress.org/support/plugin/youtube-embed-plus/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/youtube-embed-plus/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/youtube-embed-plus/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Nextendweb](https://wordpress.org/support/users/nextendweb/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/minified-scripts/#post-7156545)
 * Status: resolved