WP YouTube Lyte - Version 0.3.3

Version Description

  • the "sorry for the linebreak-release"; a linebreak at the very end of options.php caused some configurations to produce "headers already sent" errors on all wp-admin pages.
  • some further readme.txt optimizations
Download this release

Release Info

Developer futtta
Plugin Icon 128x128 WP YouTube Lyte
Version 0.3.3
Comparing to
See all releases

Code changes from version 0.3.2 to 0.3.3

Files changed (3) hide show
  1. options.php +0 -1
  2. readme.txt +14 -8
  3. wp-youtube-lyte.php +1 -1
options.php CHANGED
@@ -47,4 +47,3 @@ function lyte_settings_page() {
47
  </form>
48
  </div>
49
  <?php } ?>
50
-
47
  </form>
48
  </div>
49
  <?php } ?>
 
readme.txt CHANGED
@@ -3,23 +3,23 @@ Contributors: futtta
3
  Tags: youtube, video, lyte, lite youtube embeds, html5 video, html5
4
  Requires at least: 2.9
5
  Tested up to: 2.9.2
6
- Stable tag: 0.3.2
7
 
8
- "Lite YouTube Embeds" look like normal YouTube embeds but don't use Flash unless clicked, thus reducing download size & page rendering time.
9
 
10
  == Description ==
11
 
12
- WP-YouTube-Lyte inserts "Lite YouTube Embeds" in your blog. These look and feel like normal embedded YouTube, but don't use Flash unless clicked on, thereby _reducing download size & rendering time substantially_. Just add a YouTube-link with "httpv" instead of "http" and WP-YouTube-Lyte will replace that link with the correct (flash-less) code.
13
 
14
  WP-YouTube-Lyte implements [LYTE](http://blog.futtta.be/2010/04/23/high-performance-youtube-embeds/ "High Performance YouTube embeds"), which is a small javascript-library that creates a "dummy" YouTube-player which includes the clip thumbnail and title. When clicked on, the dummy player is seamlessly replaced by the Flash video player.
15
 
16
- Since version 0.3 experimental support for embedding html5 YouTube video is available (implementing [newTube.js](http://blog.futtta.be/2010/02/04/embedding-youtube-html5-video-with-newtube/)), meaning WP-YouTube-Lyte allows for an entirely flash-less YouTube experience on your blog displaying YouTube's HTML5 video in h264 or the new WebM-coded. There are some caveats though, see [FAQ](http://wordpress.org/extend/plugins/wp-youtube-lyte/faq/) for more info.
17
 
18
  WP-Youtube-lyte can be used together with [Smart Youtube](http://wordpress.org/extend/plugins/smart-youtube/ "Great plugin"). In that case WP-Youtube-lyte will take care of the default embeds (httpv), while Smart Youtube continues to parse other types (httpvh, httpvhd, httpvp, ...).
19
 
20
  == Installation ==
21
 
22
- Installation is very straightforward:
23
 
24
  1. Upload the zip-file and unzip it in the `/wp-content/plugins/` directory
25
  2. Activate the plugin through the 'Plugins' menu in WordPress
@@ -27,12 +27,14 @@ Installation is very straightforward:
27
 
28
  == Frequently Asked Questions ==
29
  = What does "experimental html5 video support" mean? =
30
- There are some preconditions to see the HTML5 video, if these aren't met you'll see a Flash-version:
31
 
32
- * It only works in browsers that support the h264 (Safari, Chrome, IE9) or webm (currently development versions of Chrome, Opera and Firefox) video codecs
 
 
33
  * You have to be enrolled in the [YouTube html5 beta](http://www.youtube.com/html5)
34
 
35
- There are also some possible issues:
36
 
37
  * It might break if YouTube [implements x-frame-options](http://blog.futtta.be/tag/x-frame-options/) for their video-pages
38
  * Positioning of the player might be a few pixels off in some browsers
@@ -50,6 +52,10 @@ It's an re-implementation of [an earlier experiment called 'newTube.js'](http://
50
  Just ask, I'll see what I can do.
51
 
52
  == Changelog ==
 
 
 
 
53
  = 0.3.2 =
54
  * fixed misc. readme.txt markdown issues (again)
55
 
3
  Tags: youtube, video, lyte, lite youtube embeds, html5 video, html5
4
  Requires at least: 2.9
5
  Tested up to: 2.9.2
6
+ Stable tag: 0.3.3
7
 
8
+ "Lite YouTube Embeds" look like normal YouTube embeds but don't use Flash, thus reducing download size & page rendering time.
9
 
10
  == Description ==
11
 
12
+ WP-YouTube-Lyte inserts "Lite YouTube Embeds" in your blog. These look and feel like normal embedded YouTube, but don't use Flash unless clicked on, thereby [reducing download size & rendering time substantially](http://blog.futtta.be/2010/04/23/high-performance-youtube-embeds/). Just add a YouTube-link with "httpv" instead of "http" and WP-YouTube-Lyte will replace that link with the correct (flash-less) code.
13
 
14
  WP-YouTube-Lyte implements [LYTE](http://blog.futtta.be/2010/04/23/high-performance-youtube-embeds/ "High Performance YouTube embeds"), which is a small javascript-library that creates a "dummy" YouTube-player which includes the clip thumbnail and title. When clicked on, the dummy player is seamlessly replaced by the Flash video player.
15
 
16
+ Since version 0.3 experimental support for embedding html5 YouTube video is available (implementing [newTube.js](http://blog.futtta.be/2010/02/04/embedding-youtube-html5-video-with-newtube/)), meaning WP-YouTube-Lyte allows for an entirely flash-less YouTube experience on your blog, displaying YouTube's HTML5 video in h264 or the new WebM-coded. There are some caveats though, see [FAQ](http://wordpress.org/extend/plugins/wp-youtube-lyte/faq/) for more info.
17
 
18
  WP-Youtube-lyte can be used together with [Smart Youtube](http://wordpress.org/extend/plugins/smart-youtube/ "Great plugin"). In that case WP-Youtube-lyte will take care of the default embeds (httpv), while Smart Youtube continues to parse other types (httpvh, httpvhd, httpvp, ...).
19
 
20
  == Installation ==
21
 
22
+ Just install form your Wordpress "Plugins|Add New" screen and all will be well. Manual installation is very straightforward as well:
23
 
24
  1. Upload the zip-file and unzip it in the `/wp-content/plugins/` directory
25
  2. Activate the plugin through the 'Plugins' menu in WordPress
27
 
28
  == Frequently Asked Questions ==
29
  = What does "experimental html5 video support" mean? =
30
+ HTML5 video will not be visible for everyone (see requirements), some visitors will see the fallback Flash video instead and there are some possible caveats.
31
 
32
+ = What are requirements to see embedded YouTube HTML5 video? =
33
+
34
+ * It only works in browsers that support the h264 (Safari, Chrome, IE9) or WebM (currently development versions of Chrome, Opera and Firefox) video codecs
35
  * You have to be enrolled in the [YouTube html5 beta](http://www.youtube.com/html5)
36
 
37
+ = What are the issues, bugs & caveats with embedded YouTube HTML5 video =
38
 
39
  * It might break if YouTube [implements x-frame-options](http://blog.futtta.be/tag/x-frame-options/) for their video-pages
40
  * Positioning of the player might be a few pixels off in some browsers
52
  Just ask, I'll see what I can do.
53
 
54
  == Changelog ==
55
+ = 0.3.3 =
56
+ * the "sorry for the linebreak-release"; a linebreak at the very end of options.php caused some configurations [to produce "headers already sent" errors on all wp-admin pages](http://codex.wordpress.org/FAQ_Troubleshooting#How_do_I_solve_the_Headers_already_sent_warning_problem.3F).
57
+ * some further readme.txt optimizations
58
+
59
  = 0.3.2 =
60
  * fixed misc. readme.txt markdown issues (again)
61
 
wp-youtube-lyte.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: WP YouTube Lyte
4
  Plugin URI: http://blog.futtta.be/tag/lyte
5
  Description: WordPress Lite YouTube Embeds (look ma, even faster!) in posts.
6
  Author: Frank (futtta) Goossens
7
- Version: 0.3.2
8
  Author URI: http://blog.futtta.be/
9
  */
10
 
4
  Plugin URI: http://blog.futtta.be/tag/lyte
5
  Description: WordPress Lite YouTube Embeds (look ma, even faster!) in posts.
6
  Author: Frank (futtta) Goossens
7
+ Version: 0.3.3
8
  Author URI: http://blog.futtta.be/
9
  */
10