bbVideo – bbPress Video Plugin
21. Februar 2008 | In: bbPress
Ich habe für bbPress ein Plugin geschrieben, was Links auf Videos, die in Posts erscheinen automatisch in die entsprechenden Embedded-Player umwandelt. Das ist sehr nützlich, da der Leser nicht immer die Webseite verlassen muss um sich ein Video anzusehen.
Click here for an english summary!
Das Plugin unterstützt z.Z. die folgenden 14 Videoanbieter:
- myvideo
- funnyordie
- collegehumor
- dailymotion
- sevenload
- glumbert
- youtube
- googlevideo
- liveleak
- metacafe
- clipfish
- gametrailers
- Vidmeo
Zur Homepage von bbPress
Update 23.06.2008:
- Video Download Funktion hinzugefügt
- Den Videoanbieter Vimeo hinzugefügt.
Update 09.03.2008:
- Diverse Pattern wurden überarbeitet.
- Embed-Option hinzugefügt. Kann im Backend dektiviert/aktiviert werden.
Update 09.03.2008:
- Pattern hinzugefügt.
- Download-Option hinzugefügt. Kann im Backend dektiviert/aktiviert werden.
Download v0.24
bbPress ist eine sehr schlanke Forensoftware, die von den Machern von Wordpress vor einiger Zeit geschrieben wurde.
This plugin converts all links to knowen videos portals in your bbPress posts to the matching embedded players. Use the downloadlink above to grab it.

12 Kommentare zu bbVideo – bbPress Video Plugin
www.bbpress-deutschland.de
21. Februar 2008 um 18:25:29
[...] Das Plugin gibt es auf folgender Seite. [...]
edutech » Blog Archive » Reading Capital, Part 3: Forums vs. Discourse
22. Juli 2008 um 09:02:19
[...] also has some cool plugins that add some nice functionality like embedding images and embedding video by simply copying the URL into a forum post (and it works with a host of different video services). Such a feature could make [...]
Alex
27. April 2009 um 03:52:57
I love this plugin(BBVIDEO), I want to ad it to my new site currently parked at atkinsonlawoffice.ca, however I want to restrict to post videos to admins and moderators, how can I do this?
Danke
Please excuse me that I don’t speak German.
naden
28. April 2009 um 15:47:44
@alex, you can modifie the plugins content filter callback to return the unmodified data if the user doesnt belong to the admin group.
Anyhow, the user can post links to videos. To restrict this, you have to code you wn plugin, that checks the post content before saving it to the database.
Jason Pelker
28. Juni 2009 um 19:44:04
Would you happen to know of a similar plugin for WordPress comments? Thank you in advance.
naden
29. Juni 2009 um 08:16:44
@jason, unfortunately. Maybe I shoudl backport this plugin to wordpress and make the functionality available for comments. I have to think about it.
korhan
16. Juli 2009 um 17:49:09
is there a way to include facebook videos as well? Can you give the code to add to provider.inc.php file please?
naden
16. Juli 2009 um 17:56:40
@korhan please give me some examples. Video Url and Embed Code.
David Snodgrass
09. Oktober 2009 um 05:35:17
is there a way I set the width and height to imbed video?
naden
09. Oktober 2009 um 11:07:31
@david, yes there is. If you look inside provider.inc.php – using the texteditor of your choice – you can see the width and height definition for every video provider there. Feel free to edit them to fit your needs.
citizenkeith
02. Dezember 2009 um 23:05:44
Thank you for this plugin!
If I quote a post that contains a video, I have to add an extra carriage return after the ending blockquote tag, or else my post ends up in the quoted area with the video. This doesn’t happen when quoting other content (text, images, links, etc). I am using bbPress 0.9.0.6 with the standard quote plugin.
naden
03. Dezember 2009 um 11:54:39
@citizenkeith are you referring to this plugin http://bbpress.org/plugins/topic/quote/ ?
If so please email me an example post that raises the error you pointed out.