1

Re: YouTube plugin: How to display only videos in index.php, without video description and 'More...' ?

Marc,

I suppose I didn't account for 0 as an option when writing that part of the plugin. Have you attempted to place the more tag where you want it manually on a post or two to see if it achieves your desired result?

Re: YouTube plugin: How to display only videos in index.php, without video description and 'More...' ?

As manually placing the MORE tag wasn't an option for me, I ended up placing <?php  tern_wp_youtube_video($e=true); ?> in the Wordpress loop.
For now, that solved my main problem.

(Offtopic: I guess I'll have to manually copy the video descriptions from YouTube over, as the automatic import strips URLs and line breaks...)

3

Re: YouTube plugin: How to display only videos in index.php, without video description and 'More...' ?

In actuality the plugin does not strip URL's and linebreaks. YouTube stores the descriptions with non-html line breaks and plain text links. When YouTube displays the description it performs a regular expression replacement of these things to make them HTML. The plugin could do that too. I'll add it to my list.