Title: How to use with Embeded Code?
Last modified: August 21, 2016

---

# How to use with Embeded Code?

 *  Resolved [Grecocoach](https://wordpress.org/support/users/grecocoach/)
 * (@grecocoach)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/how-to-use-with-embeded-code/)
 * My problem is that I am using WPZoom’s VideoZoom theme for my site (apexwrestling.
   tv) and rather than hosting the video on our server we want to embed videos from
   youtube. The theme requires you to use the embedded code rather than the URL.
 * For example: “<iframe width=”640″ height=”360″ src=”//www.youtube.com/embed/ko3UdVlY2Bw”
   frameborder=”0″ allowfullscreen></iframe>”
 *  How do I use your plugin with the embedded code so that my site doesn’t take
   30 seconds to load anymore?
 * Thanks!
 * [http://wordpress.org/plugins/wp-youtube-lyte/](http://wordpress.org/plugins/wp-youtube-lyte/)

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

 *  Plugin Author [Frank Goossens](https://wordpress.org/support/users/futtta/)
 * (@futtta)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/how-to-use-with-embeded-code/#post-4085671)
 * that won’t work I’m afraid; lyte implies no embed code until clicked (played).
   if the theme has an API of some sort, you could maybe tell it about lyte. alternatively
   you could use [the lyte API](http://blog.futtta.be/2013/08/02/power-users-rejoice-wp-youtube-lyte-has-an-api/)
   to add embed-code in between noscript-tags. that way the theme will probably 
   pick up on the thumbnail, but normal visitors won’t see the slow embeds.
 *  [JuleSrgchen](https://wordpress.org/support/users/julesrgchen/)
 * (@julesrgchen)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/how-to-use-with-embeded-code/#post-4085877)
 * Hi,
 * I am using for my blog the html code: httpv
    to embed a youtube video. Unfortunately
   the video is too big. Do you know how I can make it smaller?
 * Thanks Jule
 *  Plugin Author [Frank Goossens](https://wordpress.org/support/users/futtta/)
 * (@futtta)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/how-to-use-with-embeded-code/#post-4085878)
 * Hi JuleSrgchen;
    In the wp youtube lyte admin screen, you can specify the (maximum)
   size.
 * Hope this helps,
 * frank
 *  [JuleSrgchen](https://wordpress.org/support/users/julesrgchen/)
 * (@julesrgchen)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/how-to-use-with-embeded-code/#post-4085879)
 * Hi Frank,
 * actually I haven´t work to much with workpress. I just wanted to add the code
   
   httpv://www.youtube.com/watch?v=iT7PGRlsE-4 and the video. So were do I find 
   this lyte admin screen? Or is their maybe just a possibility to add a width and
   height?
 * Thanks, Jule
 *  Plugin Author [Frank Goossens](https://wordpress.org/support/users/futtta/)
 * (@futtta)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/how-to-use-with-embeded-code/#post-4085880)
 * In that case;
    - you can set the default size in the admin screen, generally located at [http://your.url.here/wp-admin/options-general.php?page=lyte_settings_page](http://your.url.here/wp-admin/options-general.php?page=lyte_settings_page)
    - you can alternatively change size from the default one by adding #stepSize
      =-1 (or -2) to the httpv-URL, like this;
       `httpv://www.youtube.com/watch?v
      =iT7PGRlsE-4#stepSize=-1`
 * frank
 *  [southafricanrob](https://wordpress.org/support/users/southafricanrob/)
 * (@southafricanrob)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/how-to-use-with-embeded-code/#post-4085896)
 * Hi – can you maybe shed some more light on using with custom fields? – I’m not
   quite sure from the the answer in the FAQ.
    Thanks,
 *  Plugin Author [Frank Goossens](https://wordpress.org/support/users/futtta/)
 * (@futtta)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/how-to-use-with-embeded-code/#post-4085897)
 * Well, typically you would handle the input of a custom field containing a YouTube
   video id. In the code that parses that input, you would have something like
 *     ```
       if(function_exists('lyte_preparse')) { echo lyte_preparse($video); }
       ```
   
 * where $video is the param that holds the value of the custom field (i.e. the 
   YouTube video id).
 * hope this helps,
    frank

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

The topic ‘How to use with Embeded Code?’ is closed to new replies.

 * ![](https://ps.w.org/wp-youtube-lyte/assets/icon-128x128.png?rev=1836005)
 * [WP YouTube Lyte](https://wordpress.org/plugins/wp-youtube-lyte/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-youtube-lyte/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-youtube-lyte/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-youtube-lyte/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-youtube-lyte/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-youtube-lyte/reviews/)

## Tags

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

 * 7 replies
 * 4 participants
 * Last reply from: [Frank Goossens](https://wordpress.org/support/users/futtta/)
 * Last activity: [12 years, 8 months ago](https://wordpress.org/support/topic/how-to-use-with-embeded-code/#post-4085897)
 * Status: resolved