2007-12-22 11:59:24

TheM
New Member
alpha
Known languages: sv, en

[ORPHAN] the_video - Easy video embeding

the_video is an easy way to embed videos in textpattern posts. Supports video embeding for the following sites:

Thanks to that I’ve added the output in a JavaScript, the embeded code validates the W3 standards since the <embed> tag does not validates.

Download from here

Thanks to Zeta for giving me the help with making the code validate for W3C standards.

Last edited by TheM (2007-12-22 12:27:48)

Offline

 

2007-12-22 12:17:06

jstubbs
Moderator
omega
Real name: Jonathan
From: Hong Kong
Known languages: en-gb, es-es, fr-fr
Website

Re: [ORPHAN] the_video - Easy video embeding

TheM, you forgot to mention that the plugin (wonderful, BTW) also supports local .swf files…


TXP Tips | @txptips | Me | @jonathanstubbs | Github

TXP Builders – finely-crafted code, design and txp @txpbuilders

Offline

 

2007-12-22 12:30:23

TheM
New Member
alpha
Known languages: sv, en

Re: [ORPHAN] the_video - Easy video embeding

That is so true. Thank you for your reminder jstubbs!

Offline

 

2007-12-22 16:18:03

colak
Admin
omega
Real name: Yiannis
From: Cyprus
Known languages: el, en
Website

Re: [ORPHAN] the_video - Easy video embeding

theM thanks for posting your plugin here. I started using it as soon as i discovered it a few weeks ago. A real space saver!

Offline

 

2007-12-24 23:01:58

darock
Member
delta

Re: [ORPHAN] the_video - Easy video embeding

does this allow for embedding of our own quicktime, flash, or mpeg?

Offline

 

2007-12-25 09:22:42

colak
Admin
omega
Real name: Yiannis
From: Cyprus
Known languages: el, en
Website

Re: [ORPHAN] the_video - Easy video embeding

it allows for swf embedding but not for quicktime

Offline

 

2007-12-26 14:41:52

candyman
Member
lambda
Real name: Alessandro
From: Italy
Known languages: Italian, English

Re: [ORPHAN] the_video - Easy video embeding

Any possibility to add a custom field in which you colud write the id?
I mean: put in the custom filed (beside the article) the number of the video and see it. No video in the article if the field is lenf blank, of course.

Offline

 

2007-12-26 16:16:24

Els
Admin
omega
Real name: Els Lepelaars
From: The Netherlands
Known languages: nl, en, (some: de, fr, es, it)
Website

Re: [ORPHAN] the_video - Easy video embeding

Great plugin, thank you! Would it be hard to also include flv files? Right now I’m using bas_flvplayer for that, but it would be wonderful if everything could be done with only one plugin. I know it is different because you’d also need the flvplayer, so maybe I’m asking too much. I tried converting my flv files to swf, but then the controls are lost and when the video is over you end up with a black square…


<txp:Els /> ;)
Tag Reference | Unexpected behaviour? Check the tag trace | Still no clue? Check the names of your custom fields

Offline

 

2007-12-26 17:35:56

colak
Admin
omega
Real name: Yiannis
From: Cyprus
Known languages: el, en
Website

Re: [ORPHAN] the_video - Easy video embeding

candyman wrote:

Any possibility to add a custom field in which you colud write the id?
I mean: put in the custom filed (beside the article) the number of the video and see it. No video in the article if the field is lenf blank, of course.

You could probably do this anyway with if_custom_field and asy_wondertag

ie for google video you could have something like…

<txp:if_custom_field name="googlevideo"><txp:asy_wondertag><txp:the_video from="g" id="<txp:custom_field name="googlevideo">" /></txp:asy_wondertag></txp:if_custom_field>

Offline

 

2008-01-13 21:15:17

grafzahl
Member
delta
Real name: Christian
From: Magdeburg
Known languages: DE-DE, PHP
Website

Re: [ORPHAN] the_video - Easy video embeding

The Problem is that the Feed gets invalid while the plugin is used inside an article.

Is there a walktrough or something to disable the output for feeds?

Offline

 

Powered by FluxBB