source: trunk/www.guidonia.net/wp/wp-content/plugins/wordpress-video-plugin/readme.txt@ 44

Last change on this file since 44 was 44, checked in by luciano, 14 years ago
File size: 18.8 KB
Line 
1=== Wordpress Video Plugin ===
2Contributors: daburna
3Donate link: http://www.daburna.de/
4Tags: embedding, Video, embed, portal, Youtube, Sevenload, Google, MyVideo, Clipfish, Revver, Yahoo!, Brightcove, Aniboom, MSN, Liveleak, Collegehumor, slideshare, guba, GoalVideoz
5Requires at least: 2.0.0
6Tested up to: 2.8
7Stable tag: 0.71
8
9== Description ==
10
11A filter for WordPress that allows easy video embedding of supported sites.
12
13The folliwing sites are supported:
14
15* MyVideo
16* Youtube
17* Youtube Playlist
18* google video
19* Brightcove
20* Aniboom
21* 123video.nl
22* MyspaceTV
23* Yahoo! Video
24* Veoh
25* Wandeo
26* Glumbert
27* Gametrailers
28* Gamevideos
29* LiveLeak
30* sevenload
31* clipfish
32* break.com
33* Metacafe
34* dailymotion
35* Vimeo
36* videotube
37* blip.tv
38* revver
39* IFILM
40* Tu.tv
41* grouper
42* Cellfish.com
43* Sumo.tv
44* Last.fm
45* Vsocial
46* teachertube
47* slideshare
48* reason.tv
49* ComedyCentral
50* Jumpcut
51* MSN
52* hamburg1
53* mncast
54* Collegehumor
55* Megavideo
56* d1g.com
57* ReelzChannel
58* Trilulilu
59* Funny or die
60* Generic Flash
61* Youreporter.it
62* Clipsyndicate
63* Mojvideo
64* GoalVideoz
65* Guba
66* wat.tv
67* OnSMASH
68* dotSUB
69* current
70* screen-o-matic
71* Facebook
72
73== Installation ==
74
75Copy the file videos.php into the wp-content/plugins folder of your WordPress installation.
76After that go to Administration page, choose Plugins. Wordpress Video Plugin should be in the list.
77Activtate it.
78
79
80== Using the plugin ==
81
82You can find the freshest instruction here: http://www.daburna.de/dokuwiki/doku.php/instruction.
83Please tell me your wishes: http://www.daburna.de/dokuwiki/doku.php/wishlist.
84
85MyVideo:
86- every occurence of the expression [myvideo id width height] (case unsensitive) will start as
87an embedded flash player. Replace "id" with the MyVideo id. For the URL
88http://www.myvideo.de/watch/366128, the id part is 366128
89
90youtube:
91- every occurence of the expression [youtube id] (case unsensitive) will start as
92an embedded flash player. Replace "id" with the youtube id. For the URL
93http://youtube.com/watch?v=83FWE_qBudU, the id part is 83FWE_qBudU
94
95The default width and height is definded in "define("YOUTUBE_WIDTH", 425)" and
96"define("YOUTUBE_HEIGHT", 350)". To change the default size, simply edit the
97values. Additionally you can add the desired width and height to the expression
98seperated by spaces (i.e. [youtube id 300 150].
99
100For the URL http://youtube.com/watch?v=83FWE_qBudU, the id part is 83FWE_qBudU,
101so a valid tag would be "[youtube 83FWE_qBudU]" or for a smaller player size then
102the default dimensions "[youtube 83FWE_qBudU 210 175]"
103
104
105google video:
106- every occurence of the expression [google id] (case unsensitive) will start as
107an embedded flash player. Replace "id" with the google video id. For the URL
108http://video.google.de/videoplay?docid=5024787479139933029, the id part is 5024787479139933029
109
110clipfish:
111- every occurence of the expression [clipfish id width height] (case unsensitive) will start as
112an embedded flash player. Replace "id" with the clipfish id. For the URL
113http://www.clipfish.de/channel/253/video/2834485/das-schaeferlied-von-schaefer-heinrich/, the id part is 2834485
114
115sevenload:
116- every occurence of the expression [sevenload id] (case unsensitive) will start as
117an embedded flash player. Replace "id" with the sevenload id. For the URL
118http://sevenload.de/videos/8A6KASF-arif-playback, the id part is 8A6KASF
119
120dailymotion:
121- every occurence of the expression [dailymotion id] (case unsensitive) will start as
122an embedded flash player. Replace "id" with the dailymotion id. It is a little bit difficult to get
123the id. You will find it, when you copy the video code for an embeded player. Look for this line:
124<param name="movie" value="http://www.dailymotion.com/swf/3IpRMmMPAdtLU5XDe">, there you can find the id:
1253IpRMmMPAdtLU5XDe
126
127BREAK.com:
128- every occurence of the expression [break id] (case unsensitive) will start as
129an embedded flash player. Replace "id" with the Break id. It is a little bit difficult to get
130the id. You will find it, when you copy the video code for an embeded player. Look for this line:
131<param name="movie" value="http://embed.break.com/MjI2NTkx">, there you can find the id: MjI2NTkx
132
133METACAFE.com:
134- every occurence of the expression [metacafe id] (case unsensitive) will start as
135an embedded flash player. Replace "id" with the Metacafe id. For the URL
136http://www.metacafe.com/watch/427425/boulot/, the id part is 427425
137
138VIMEO.com:
139- every occurence of the expression [vimeo id width height] (case unsensitive) will start as
140an embedded flash player. Replace "id" with the Vimeo id. For the URL
141http://www.vimeo.com/138920, the id part is 138920
142
143Videotube.de:
144- every occurence of the expression [videotube id] (case unsensitive) will start as
145an embedded flash player. Replace "id" with the Videotube id. For the URL
146http://www.videotube.de/ci/page/player/527, the id part is 527
147
148
149BLIP.tv:
150- every occurence of the expression [bliptv id] (case unsensitive) will start as
151an embedded flash player. Replace "id" with the Blip.tv id. You will find it,
152when you copy the video code for an embeded player. Look for this line: <embed src="http://blip.tv/play/gvFH8rZBgvNh"
153For the URL http://blip.tv/file/1865111, the id part is gvFH8rZBgvNh
154
155REVVER.com:
156- every occurence of the expression [revver id] (case unsensitive) will start as
157an embedded flash player. Replace "id" with the Revver id. For the URL
158http://one.revver.com/watch/174453, the id part is 174453
159
160UnCut.com:
161- every occurence of the expression [uncut id] (case unsensitive) will start as
162an embedded flash player. Replace "id" with the UnCut id. For the URL
163http://uncutvideo.aol.com/videos/16ea5688332b7df5a5dc5ba6a99f4d3d, the id part is
16416ea5688332b7df5a5dc5ba6a99f4d3d
165
166GROUPER.com:
167- every occurence of the expression [grouper id] (case unsensitive) will start as
168an embedded flash player. Replace "id" with the Grouper id. For the URL
169http://grouper.com/video/MediaDetails.aspx?id=1759771&ml=o%3D0%26t%3D1%26fx%3D%26fp%3D2%26fmx%3D3%26rnd%3D3,
170the id part is 1759771
171
172LIVELEAK.com:
173- every occurence of the expression [liveleak id] (case unsensitive) will start as
174an embedded flash player. Replace "id" with the Liveleak id. For the URL
175http://www.liveleak.com/view?i=8d3_1181986751, the id part is 8d3_1181986751
176
177IFILM.com
178- every occurence of the expression [ifilm id] (case unsensitive) will start as
179an embedded flash player. Replace "id" with the IFILM id. For the URL
180http://www.ifilm.com/video/2878371, the id part is 2878371
181
182GameTrailers
183- every occurence of the expression [gametrailers id] (case unsensitive) will start as
184an embedded flash player. Replace "id" with the GAMETRAILERS id. For the URL
185http://gametrailers.com/player/22271.html, the id part is 22271
186
187GameVideos
188- every occurence of the expression [gamevideos id] (case unsensitive) will start as
189an embedded flash player. Replace "id" with the GAMEVIDEOS id. For the URL
190http://www.gamevideos.com/video/id/13217, the id part is 13217
191
192GLUMBERT.com
193- every occurence of the expression [glumbert id] (case unsensitive) will start as
194an embedded flash player. Replace "id" with the GLUMBERT id. For the URL
195http://www.glumbert.com/media/spidermate, the id part is spidermate
196
197WANDEO.com
198- just copy the code from the box: "on my wordpress blog" e.g. [wandeo 0b61aa57760d51eab7b9a58adc16d0a3]
199
200VEOH.com
201- every occurence of the expression [veoh id] (case unsensitive) will start as
202an embedded flash player. Replace "id" with the VEOH id. For the URL
203http://www.veoh.com/videos/v849683cxDDQm7y, the id part is v849683cxDDQm7y
204
205MYSPACETV
206- every occurence of the expression [myspacetv id] (case unsensitive) will start as
207an embedded flash player. Replace "id" with the MYSPACETV id. For the URL
208http://vids.myspace.com/index.cfm?fuseaction=vids.individual&VideoID=11315224, the id part is 11315224
209
210Yahoo! Video
211- every occurence of the expression [yahoo id width height] (case unsensitive) will start as
212an embedded flash player. Replace "id" with the Yahoo! Video id. It is a little bit difficult to get
213the id. You will find it, when you copy the video code for an embeded player. Look for this line:
214flashvars='id=3253032&emailUrl=http%3A%2F%2...etc..., there you can find the id: 3253032
215
216Tu.TV
217- every occurence of the expression [tutv id] (case unsensitive) will start as
218an embedded flash player. Replace "id" with the Tu.tv id. It is a little bit difficult to get
219the id. You will find it, when you copy the video code for an embeded player. Look for this line:
220...tutvweb.swf?kpt=aHR0cDovL3d3dy50dS50di92aWRlb3Njb2RpL2MvaS9jaWNsaXN0YS1hYnVzaXZvLmZsdg==&x...,
221there you can find the id: aHR0cDovL3d3dy50dS50di92aWRlb3Njb2RpL2MvaS9jaWNsaXN0YS1hYnVzaXZvLmZsdg
222
223Cellfish.com
224- every occurence of the expression [cellfish id] (case unsensitive) will start as
225an embedded flash player. Replace "id" with the Cellfish id. For the URL
226http://cellfish.cellfish.com/multimedia/97749, the id part is 97749
227
228Aniboom
229- every occurence of the expression [aniboom id] (case unsensitive) will start as
230an embedded flash player. Replace "id" with the Aniboom id. For the URL
231http://www.aniboom.com/Player.aspx?v=1905, the id part is 1905
232
233Brightcove
234- every occurence of the expression [brightcove id] (case unsensitive) will start as
235an embedded flash player. Replace "id" with the Brightcove id. For the URL
236http://link.brightcove.com/services/player/bcpid416542555?bctid=24776439001, the id part is
23724776439001 -> [brightcove 24776439001]
238
239123video.nl
240- every occurence of the expression [123videonl id] (case unsensitive) will start as
241an embedded flash player. Replace "id" with the 123video.nl id. For the URL
242http://123video.nl/playvideos.asp?MovieID=132273, the id part is 132273
243
244Sumo.tv
245- every occurence of the expression [sumotv id] (case unsensitive) will start as
246an embedded flash player. Replace "id" with the sumo.tv id. It is a little bit difficult to get
247the id. You will find it, when you copy the video code for an embeded player. Look for this line:
248<param name="flashVars" value="file=00/01/200710049164669307.flv&autostart=true">there you can find the id:
24900/01/200710049164669307
250
251last.fm
252- every occurence of the expression [lastfm id] (case unsensitive) will start as
253an embedded flash player. Replace "id" with the last.fm id. It is a little bit difficult to get
254the id. You will find it, when you copy the video code for an embeded player. Look for this line:
255<param name="flashvars" value="embed=true&creator=Kettcar&title=Landungsbr%C3%BCcken+raus&uniqueName=Landungsbr%C3%BCcken+raus&albumArt=http://cdn.last.fm/coverart/130x130/1422004.jpg&album=Du+Und+Wieviel+Von+Deinen+Freunden&duration=257&image=http://panther3.last.fm/storable/videocap/15582/0/original.jpg&FSSupport=true" />
256the id is:
257embed=true&creator=Kettcar&title=Landungsbr%C3%BCcken+raus&uniqueName=Landungsbr%C3%BCcken+raus&albumArt=http://cdn.last.fm/coverart/130x130/1422004.jpg&album=Du+Und+Wieviel+Von+Deinen+Freunden&duration=257&image=http://panther3.last.fm/storable/videocap/15582/0/original.jpg&FSSupport=trueS
258
259Vsocial:
260[vsocial id]
261URL: http://www.vsocial.com/video/?d=106492 ->id=106492
262
263teachertube:
264[teachertube id]
265URL: http://www.teachertube.com/view_video.php?viewkey=2c8b64f1380e2a11d84f but look here: [flashvideo width="425" height="350" filename="http://www.teachertube.com/flvideo/11926.flv" /] ->id=11926
266
267slideshare:
268[slideshare id]
269Replace "id" with the corresponding values from the URL of the object. For embedding the presentation at
270http://www.slideshare.net/jboutelle/slidecasting-101 just click on 'Post to Wordpress' and you will get this code
271[slideshare id=82836&doc=slidecasting-1013073]
272
273Comedycentral:
274[comedycentral id]
275http://www.thedailyshow.com/video/index.jhtml?videoId=122364&title=meaningful-stuff -> [comedycentral 122364]
276
277Reason.tv:
278[reason id]
279http://reason.tv/video/show/157.html -> [reason 157]
280
281Jumpcut:
282[jumpcut id width height]
283http://jumpcut.com/view/?id=774D8BB8E95911DA897BFEAF976EA1AD -> [jumpcut 774D8BB8E95911DA897BFEAF976EA1AD]
284
285Collegehumor:
286[collegehumor id width height]
287http://www.collegehumor.com/video:1727961 -> [collegehumor 1727961]
288
289Hamburg1 Video:
290[hamburg1 id width height]
291http://www.hamburg1video.de/video/iLyROoaftT81.html -> [hamburg1 iLyROoaftT81]
292
293mncast.com:
294[mncast id width height]
295the id is in the embed code. search for "movieID". for http://www.mncast.com/?4223906 -> [mncast 10005583920080301233042]
296
297Youtube Playlist:
298[youtubeplaylist id width height]
299http://de.youtube.com/view_play_list?p=EF1145687A8B929B -> [youtubeplaylist EF1145687A8B929B]
300
301MSN:
302[msn id width height]
303http://video.msn.com/video.aspx?vid=71e6a055-7b68-4fc3-880a-1bcffe1433b5 -> [msn 71e6a055-7b68-4fc3-880a-1bcffe1433b5]
304
305MEGAVIDEO:
306[megavideo id width height]
307http://www.megavideo.com/?v=Q0G3U6F7 -> [megavideo Q0G3U6F7]
308
309ReelzChannel:
310[reelzchannel id width height]
311http://www.reelzchannel.com/video/32097/indiana-jones-4-trailer -> [reelzchannel 32097]
312
313d1g.com:
314[d1g id width height]
315http://www.d1g.com/video/show/1912587 -> [d1g 1912587]
316
317Trilulilu:
318[trilulilu id width height]
319http://www.trilulilu.ro/keskifa/d219752d57c01e -> [trilulilu d219752d57c01e]
320
321Funny or Die:
322[funnyordie id width height]
323http://www.funnyordie.com/videos/3b1e3750e2 -> [funnyordie 3b1e3750e2]
324
325Generic Flash:
326[flash id]
327http://www.messe-ideen.de/upload/magische-zauberkugel.swf -> [flash http://www.messe-ideen.de/upload/magische-zauberkugel.swf]
328
329Youreporter:
330[youreporter id]
331http://www.youreporter.it/view_video.php?viewkey=dac8bc8ba637133b2c65 -> [youreporter dac8bc8ba637133b2c65]
332
333Clipsyndicate:
334[Clipsyndicate id width height]
335http://www.clipsyndicate.com/publish/video/613132/raw_video_tornado_destroys_iowa_bank?wpid=0 -> [clipsyndicate 613132]
336
337Mojvideo.com:
338[mojvideo id width height]
339http://www.mojvideo.com/video-bmw-club-obsotelje/480f35d6e4c046353a58 -> [mojvideo 480f35d6e4c046353a58]
340
341GoalVideoz:
342[goalvideoz id width height]
343http://www.goalvideoz.com/watch/2674-Portugal-vs-Turkey-2nd-Half-Goals-and-Highlights-Euro-2008/ -> [goalvideoz 2674]
344
345Guba:
346[guba id width geight]
347http://www.guba.com/watch/3000093083?duration_step=0&featured=featuredsportsvids&filter_tiny=0&pp=10&sb=8&set=5&sf=0&size_step=0&o=2&sample=1213474809:9b2e64c91768e700634a0248b8c9ee758ff0bd27 -> [guba 3000093083]
348
349wat.tv:
350[wat id width height]
351http://www.wat.tv/video/ouverture-mondial-presse-automoto-z9po_z1vx_.html -> You will find the id, when you copy the video code for an embeded player. Look
352for this line: <param name="movie" value="http://www.wat.tv/swf2/313547fagwuFO1645548" /> there you find the id. It is 313547fagwuFO1645548 -> [wat 313547fagwuFO1645548]
353
354smotri.com
355[smotri id width height]
356http://smotri.com/video/view/?id=v630387892f -> [smotri v630387892f]
357
358OnSMASH
359[onsmash id width height]
360http://videos.onsmash.com/v/3X8RTKaK6C3hya7q -> [onsmash 3X8RTKaK6C3hya7q]
361
362dotSUB
363[dotsub id width height]
364http://dotsub.com/view/7774e495-71c5-4a64-83d9-28675d835d90 -> [dotsub 7774e495-71c5-4a64-83d9-28675d835d90]
365
366screencast-o-matic
367[screencast id width height]
368http://www.screencast-o-matic.com/watch/cii3lYtk -> [screencast cii3lYtk]
369
370current
371[current id width height]
372http://current.com/items/89891774/supernews_twouble_with_twitters.htm -> [current 89891774]
373
374Facebook
375[FB id]
376http://www.facebook.com/video/video.php?v=1036384564453 -> [FB 1036384564453]
377
378Flickr Video
379[flickr id width height]
380http://www.flickr.com/photos/25530364@N07/3599198949/in/pool-alongphoto -> [flickr 3599198949]
381
382Kewego
383[kewego id width height]
384http://www.kewego.de/video/iLyROoaftxTc.html -> [kewego iLyROoaftxTc]
385
386== Changelog ==
387
388= 0.71 - 30.06.2009 =
389* updated code for brightcove (instruction update!)
390* added history at readme file
391* added support for:
392- Facebook Video (code by roberto scano http://robertoscano.info)
393- Flickr Video (code by an anonymous user)
394- Kewego (code by Renaud Boyer)
395
396= 0.70 - 24.03.2009 =
397* added support for:
398- screencast-o-matic
399- current
400
401* updated code:
402- liveleak
403- slideshare (The code has essentially changed. You embedded old presentations need an id update!)
404- blip.tv (Maybe the old embedded videos need an id update after upgrading.)
405
406= 0.69 - 03.01.2009 =
407* added support for:
408- OnSMASH
409- dotSUB
410
411* updated code:
412- youtube: fullscreen is now possible
413- myvideo: configuring size & fullscreen is possible
414- clipfish: configuring size & fullscreen is possible
415- yahoo!: configuring size & fullscreen is possible
416- fixed a bug at vimeo code -> http://wordpress.org/support/topic/208723
417
418= 0.68 - 04.10.2008 =
419* added support for:
420- wat.tv by Bertimus (http://www.born2buzz.com/)
421- smotri.com
422* fixed bug "errors in archives" -> http://wordpress.org/support/topic/183928
423
424= 0.67 - 14.06.2008 =
425* added support for:
426- Generic Flash by Francisco Monteagudo
427- youreporter by Giacomo
428- clipsyndicate.com by Antonio SJ Musumeci
429- Mojvideo.com
430- GoalVideoz
431- Guba
432
433* added ability to show videos at rss feed
434* updated veoh.com code
435
436= 0.66 - 06.04.2008 =
437* added support for:
438- MEGAVIDEO
439- ReelzChannel
440- d1g.com
441- Trilulilu
442- Funny or Die
443* removed stage6 code; site is shutdown
444* updated code for vimeo
445
446= 0.65 - 10.03.2008 =
447* fixed bug on line 119 and 92
448* fixed problem with fullscreen player for dailymotion
449
450= 0.64 - 02.03.2008 =
451* added support for:
452- mncast.com
453- youtube playlist
454- msn (soapbox)
455
456= 0.63 - 29.12.2007 =
457* added support for:
458- Jumpcut
459- Collegehumor
460- Hamburg1 Video
461
462= 0.62 - 28.11.2007 =
463* added support for:
464- comedycentral by Antonio (http://www.landofbile.com/blog/)
465- reason.tv by Antonio
466
467= 0.61 - 25.11.2007 =
468* added support for:
469- implemented size by <a href="http://www.dickes-en.de">Wolfgang Neikes</a>
470- vsocial
471- teachertube by -drmike
472- SlideShare developed by <a href="www.mikrosklave.net">Peter Weiland</a>, included by <a href="http://www.bertdesign.de/blog">Markus Bertling</a>
473* first try of making flashplayersize configurable -->test it with youtube
474
475= 0.60 - 15.10.2007 =
476* added support for:
477- last.fm
478- Sumo.tv
479* testing svn-access to worpress plugin directory
480
481= 0.57 - 05.10.2007 =
482* added support for:
483- Aniboom
484- Brightcove
485- 123video.nl
486
487= 0.56 - 16.08.2007 =
488* added support for:
489- Cellfish.com
490
491= 0.55 - 31.07.2007 =
492* added support for:
493- tu.tv
494- Stage6
495
496= 0.54 - 28.07.2007 =
497* added support for:
498- Yahoo! Video
499- myspacetv
500- IFILM.com
501- VEOH.com
502- GameTrailers.com - thanks to Johno
503- GameVideos.com - thanks to Johno
504- Glumbert - thanks to Dwayne Bailey
505- Wandeo - thanks to PyPe
506
507= 0.53 - 16.06.2007 =
508* added support for LiveLeak.com - thanks to Whiteman
509
510= 0.52 - 18.02.2007 =
511* added patch for youtube ids, which were converted wrong, thanks to Sigve Indregard from http://indregard.no
512
513= 0.51 - 17.02.2007 =
514* renamed the plugin -> now it works with update plugin
515* videos from videotube should not auto play anymore
516
517= 0.5 - 15.02.2007 =
518* added support for:
519- break.com
520- metacafe
521- vimeo
522- videotube
523- blip.tv
524- revver
525- UnCut
526- Grouper
527
528* hopefully solved overlapping problem
529
530= 0.4 - 28.12.2006 =
531* added support for:
532- sevenload
533- dailymotion
534
535= 0.3 - 15.12.2006 =
536* removed wrong code for youtube videos
537* better support for clipfish
538
539= 0.2 - 13.12.2006 =
540* first official version of this plugin
541* added support for:
542- MyVideo
543- Clipfish
544
545= 0.1 - 13.12.2006 =
546* first version
547* support for:
548- Youtube
549- Google Video
Note: See TracBrowser for help on using the repository browser.