View Full Version : Miscellaneous Hacks - passiveVid - (YouTube, Myspace, Google...) Not BBCODE :D
ajmboy
10-11-2008, 04:34 AM
I signed up to your site http://www.Scriptasy.com
Also paid your $5. Tried to conact you, with no response , and bounced back e-mails. What was the $5 license for? It keeps showing as unpaid. I now need to dispute it in paypal because I have not heard anyting in a few days.
yotsume
10-11-2008, 08:50 AM
Does this work with vBadvanced CMPS v3.0.1???
If so how? I pasted a youtube link in a bbcode block and it just shows the url. How can i get this to work in the latrest version of vBadvanced CMPS v3.0.1?
Goomzee
10-15-2008, 07:25 AM
could you plz add ign movie codes
legionofangels
10-16-2008, 02:59 PM
* bump *
legionofangels
10-20-2008, 02:54 AM
* bump 2 *
MeMySelfNi
10-27-2008, 09:27 AM
can you make it work with this?
http://www.worldstarhiphop.com/videos/index.php
BamaStangGuy
10-27-2008, 02:28 PM
Will it be possible to support the deep linking?
legionofangels
10-30-2008, 04:09 PM
* bump 3 *
ajmboy
11-15-2008, 12:01 AM
I noticed if I link to the last post, the meta tag <title> includes the post number, sometimes numerous times after the page title.
Using 3.7.3
OrionDesigns
11-16-2008, 11:54 PM
I can not get Streetfire embeds to work. It says v.1.0.4 and above should work, but that is not the case for me. And, I can not find the v.1.0.4 file - on the front page I only see v.1.0.7 - .12. Anyone know how I can get Streetfire videos to work?
stickskills
11-18-2008, 02:37 AM
I'd love to see EaSportsWorld.com support for this.
odeezie
11-18-2008, 03:48 PM
I cannot get several of these to work. Do we just post the URL and that is it? The big ones like Google and Youtube work everytime, but I cant get break.com, streetfire, and metacafe to work. These sites are all checked in the adminCP. I just wondered if there was something I may be doing wrong....
Link to test thread:
http://www.supermotogallery.com/forums/showthread.php?t=6
people can break the forums by placing the urls that get parsed into url bbcode that links to somewhere else.
HarleyK
11-28-2008, 01:55 PM
Superb mod. :)
Marked as installed.
Roi Danton
11-29-2008, 01:17 PM
To support vimeo.com add the following code to PlugIn passiveVid - Global Array
// Vimeo (own edit)
$passiveVid[] = array (
'string' => '#'.$urlrx[0].'(?:www\.)?vimeo.com/(\d+)(?:[^"]+)?'.$urlrx[1].'#',
'replacement' => '$PASSIVEURL = $matches[1]; $PASSIVETITLE = $matches[3]; $PASSIVEEMBED = \'<object width="500" height="281"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=\'.$matches[2].\'&server=vimeo.com&show_title=1&show_byline=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=\'.$matches[2].\'&server=vimeo.com&show_title=1&show_byline=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="500" height="281"></embed></object>\'; return "'.$customstring.'";',
'id' => 7563452433
);
goxy63
12-03-2008, 01:39 AM
I instaled this mod few weeks ago its just great :)
But can I somehow use this mod to let my users display youtube video in their profile ?
No way ?
rajrana007
12-04-2008, 11:56 AM
can we have it for xvideos.com
stickskills
12-16-2008, 05:35 PM
To support vimeo.com add the following code to PlugIn passiveVid - Global Array
// Vimeo (own edit)
$passiveVid[] = array (
'string' => '#'.$urlrx[0].'(?:www\.)?vimeo.com/(\d+)(?:[^"]+)?'.$urlrx[1].'#',
'replacement' => '$PASSIVEURL = $matches[1]; $PASSIVETITLE = $matches[3]; $PASSIVEEMBED = \'<object width="500" height="281"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=\'.$matches[2].\'&server=vimeo.com&show_title=1&show_byline=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=\'.$matches[2].\'&server=vimeo.com&show_title=1&show_byline=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="500" height="281"></embed></object>\'; return "'.$customstring.'";',
'id' => 7563452433
);
Sweeeeet! Any idea on how to get the EA Sports World videos?
TheCatcher
12-30-2008, 10:11 PM
this mod make be a error in the rss (external.php)
The following plug-in is to blame
passiveVid - Show Thread Replacement, if I do this PluginIn off, everything is normal!
vBulletin 3.7.4 Patch Level 1
zeus_r6
12-31-2008, 05:42 PM
any chance www.imcrazytoo.com could also be supported?
ComputerVitals
01-02-2009, 07:33 PM
Any fix for Break.com videos?
will this work in 3.8?
currently working on 3.74
thanks.
goxy63
01-02-2009, 11:53 PM
Got this mod running already 2months without any issues, now I would like to ask something bit offtopic!
Is there any chance that we can get similar mod as this one but for mp3
which will open posted links in some tiny mp3 player !?
Even in private or profile-visitor messages
This would be awesome
sweptwingnut
01-09-2009, 09:00 PM
To support vimeo.com add the following code to PlugIn passiveVid - Global Array
// Vimeo (own edit)
$passiveVid[] = array (
'string' => '#'.$urlrx[0].'(?:www\.)?vimeo.com/(\d+)(?:[^"]+)?'.$urlrx[1].'#',
'replacement' => '$PASSIVEURL = $matches[1]; $PASSIVETITLE = $matches[3]; $PASSIVEEMBED = \'<object width="500" height="281"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=\'.$matches[2].\'&server=vimeo.com&show_title=1&show_byline=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=\'.$matches[2].\'&server=vimeo.com&show_title=1&show_byline=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="500" height="281"></embed></object>\'; return "'.$customstring.'";',
'id' => 7563452433
);
I am a bit new to this. Where should I be looking in the Admin control panel to find where this edit should go?
Is there a specific place in the language that this edit should start after?
sweptwingnut
01-10-2009, 02:31 AM
Well, I found where the code needed to be placed. I changed the ID to the appropriate figure and installed it in the Global Array.
Unlucky me,,,,,vimeo still not working.
toneloc
01-15-2009, 07:17 PM
Does s work with Flickr videos yet?
sweptwingnut
01-18-2009, 08:03 AM
Uninstalled Vimeo code.
Pokerbanter
01-18-2009, 07:07 PM
Awesome mod. Installed with ease. Thanks
Xtrato
01-19-2009, 03:26 AM
i have a question , can we make it work with personal sites such as :
http://www.wisconsinfishingvideos.com/ ??
Let me know , Really like this mod , !! great work
lowlight
01-22-2009, 04:06 AM
Gamespot is not working, using the URL provided when you "Digg" it
MeMySelfNi
01-24-2009, 06:03 AM
can someone make this work with worldstarhiphop
http://www.worldstarhiphop.com/videos/index.php
webmaster74
01-27-2009, 09:49 AM
Up Coming (v2.0)
Ability to get Video Titles without VBSEO - DONE
Going to recheck all video sites to make sure they are still functioning - DONE
Make compatible with latest VB release - DONE
Supported Sites:
blip
break
brightcove
collegehumor
dailymotion
expertvillage
gamespot
gametrailers
gmx
godtube
google
izlesene
liveleak
livevideo
megarotic - may not be possible
megavideo
metacafe
movieweb
mtv
myspace
myvideo
onsmash
photobucket
pornotube - may not be possible
redtube
revver
sapo
sevenload
sina
streetfire
tu.tv
tudou
veoh
viddler
vidiac
vidmax
vimeo
worldstarhiphop
xtube
yahoo
youku
youmaker
youtube
we are waiting for this version 2..........
people are requesting dailymotion vids to be included as soon as possible
lowlight
01-28-2009, 10:00 AM
we are waiting for this version 2..........
people are requesting dailymotion vids to be included as soon as possible
There's a 2.0, but it's gone commercial :(
93Corvette
02-01-2009, 06:47 AM
Noob here...
I used the Noob install instructions for this plug in... I got to step #2...Woo-hoo
But now I don't understand it says "The bitfield.xml contains the directions which...." Being a stupid noob, where do I find anything labeled "bitfield"? When I download this I get "product-passivevid.xml"..... It this some type of lingo I don't understand? And just to make sure I need this mod, when I paste the embedded code from YouTube, it doesn't work. So this mod will make it work? Correct?
Lastly besides the bitfield question, does everyone this this would be easy enough for a noob to install? I just don't want to get too over my head... (I'm using 3.7.4)
Thanks in advance....
https://vborg.vbsupport.ru/external/2009/02/118.jpg
R1lover
02-01-2009, 06:53 AM
All you need to do is install the .xml file that's it... :)
tsptom
02-01-2009, 09:23 PM
Great mod! Thanks.
I still have not seen an answer to these questions however:
Moving the the player from the center to the left.
<div style="text-align: center; margin: 20px;">
<table summary="table" class="tborder" border="0" cellpadding="6" cellspacing="1" width="1" style="margin: auto;">
Removing align="center" does nor seem to work, and changing "center" to "left" messes up the edit and quote button alignment.
Also, is there a way to put the title on top instead of the URL?
If these have been answered already, please point me in the right direction. Thanks, and thanks for the cool mod!
R1lover
02-01-2009, 10:40 PM
Great mod! Thanks.
I still have not seen an answer to these questions however:
Moving the the player from the center to the left.
Removing align="center" does nor seem to work, and changing "center" to "left" messes up the edit and quote button alignment.
Also, is there a way to put the title on top instead of the URL?
If these have been answered already, please point me in the right direction. Thanks, and thanks for the cool mod!
There is no URL on top, in the admin cp under settings turn on the video player.
You can align it just like you would anything else with the formatting tools https://vborg.vbsupport.ru/external/2009/10/2.gif https://vborg.vbsupport.ru/external/2009/10/3.gif https://vborg.vbsupport.ru/external/2009/10/4.gif
tsptom
02-01-2009, 11:20 PM
Huh? I'm no sure I understand the reponse. Do you have an example on one of your boards showing a title and/or a left justified player? thanks.
R1lover
02-02-2009, 12:16 AM
Huh? I'm no sure I understand the reponse. Do you have an example on one of your boards showing a title and/or a left justified player? thanks.
Yes all of my boards have this mod... ;) Here is an example
http://www.ducati-superbikes.com/forum/showthread.php?t=14999
tsptom
02-02-2009, 01:33 AM
Yup, that's doing what I want - thanks. Any chance of posting your Custom Replacement code in passiveVid Settings so I can see what you've done? Thanks again!
R1lover
02-02-2009, 01:59 AM
Yup, that's doing what I want - thanks. Any chance of posting your Custom Replacement code in passiveVid Settings so I can see what you've done? Thanks again!
I have done nothing....
Like I mentioned, use the default settings and make sure you turn on the player in the admin panel... :) it will work just like what I have.
tsptom
02-02-2009, 03:35 AM
Like I mentioned, use the default settings and make sure you turn on the player in the admin panel... :) it will work just like what I have.
Now I get it - thanks!
93Corvette
02-02-2009, 05:26 AM
All you need to do is install the .xml file that's it... :)
What am I missing here? Yea, I'm a nube...
So I have the .xml file loaded I beleive. However it says "product-passivevid.xml", and not "bitfield.xml". I beleive it is loaded correctly since I see it at:
Vbulletin Options>Vbulletin Option> passiveVid Settings...
Here is what it looks like (attached)
And here is the screen saying it's looking for bitfield.... (attached)
So what am I doing wrong, what am I missing. I still can't embed Youtube video's (I only get the code)?
tsptom
02-02-2009, 01:21 PM
There's also a file called /includes/xml/bitfield.xml in the zip file, that needs to be uploaded.
See - https://vborg.vbsupport.ru/showpost.php?p=1448278&postcount=785
Ekremxx
02-10-2009, 08:37 AM
dailymotion cant run:S
jaderollie
02-12-2009, 07:50 PM
I have uploaded the file to the root server. what do u mean when u say to
install new product xml?
goxy63
02-13-2009, 09:45 PM
Admin Cp >>>Plugins&Products>>>Menage products.....at the bottom there is '[Add/Import Product]' then just point to the XML file
Simple even for a noob as me :D
Does anyone know how to use this feature in blogs, that is in blog entries ???
Also is it possible to show wide version of video same as on youtube....they change this overthere few months ago !?
johnbro
02-22-2009, 08:26 PM
awesome :) thanks a lot :P
sR->Shaun
03-27-2009, 08:04 AM
I'm getting a hole bunch of javascript errors when this product is installed.
JavaScript - http://www.notebookforums.com/post3020412.html
Inline script compilation
Syntax error while loading: line 2 of inline script at http://www.notebookforums.com/post3020412.html :
Expected statement
pvid.set('forum_stack0',);
-----------------------------^
JavaScript - http://www.notebookforums.com/post3020412.html
Inline script compilation
Syntax error while loading: line 2 of inline script at http://www.notebookforums.com/post3020412.html :
Expected statement
pvid.parsePost('post_message_1636138',1636138,,);
-------------------------------------------------^
JavaScript - http://www.notebookforums.com/post3020412.html
Inline script compilation
Syntax error while loading: line 2 of inline script at http://www.notebookforums.com/post3020412.html :
Expected statement
pvid.parsePost('post_message_1636138',1636138,,);
-------------------------------------------------^
JavaScript - http://www.notebookforums.com/post3020412.html
Inline script compilation
Syntax error while loading: line 2 of inline script at http://www.notebookforums.com/post3020412.html :
Expected statement
pvid.parsePost('post_message_2932650',2932650,,);
-------------------------------------------------^
JavaScript - http://www.notebookforums.com/post3020412.html
Inline script compilation
Syntax error while loading: line 2 of inline script at http://www.notebookforums.com/post3020412.html :
Expected statement
pvid.parsePost('post_message_1636138',1636138,,);
-------------------------------------------------^
JavaScript - http://www.notebookforums.com/post3020412.html
Inline script compilation
Syntax error while loading: line 2 of inline script at http://www.notebookforums.com/post3020412.html :
Expected statement
pvid.parsePost('post_message_2932650',2932650,,);
-------------------------------------------------^
JavaScript - http://www.notebookforums.com/post3020412.html
Inline script compilation
Syntax error while loading: line 2 of inline script at http://www.notebookforums.com/post3020412.html :
Expected statement
pvid.parsePost('post_message_2935230',2935230,,);
-------------------------------------------------^
JavaScript - http://www.notebookforums.com/post3020412.html
Inline script compilation
Syntax error while loading: line 2 of inline script at http://www.notebookforums.com/post3020412.html :
Expected statement
pvid.parsePost('post_message_1636138',1636138,,);
-------------------------------------------------^
JavaScript - http://www.notebookforums.com/post3020412.html
Inline script compilation
Syntax error while loading: line 2 of inline script at http://www.notebookforums.com/post3020412.html :
Expected statement
pvid.parsePost('post_message_2932650',2932650,,);
-------------------------------------------------^
JavaScript - http://www.notebookforums.com/post3020412.html
Inline script compilation
Syntax error while loading: line 2 of inline script at http://www.notebookforums.com/post3020412.html :
Expected statement
pvid.parsePost('post_message_2935230',2935230,,);
-------------------------------------------------^
JavaScript - http://www.notebookforums.com/post3020412.html
Inline script compilation
Syntax error while loading: line 2 of inline script at http://www.notebookforums.com/post3020412.html :
Expected statement
pvid.parsePost('post_message_2935234',2935234,,);
-------------------------------------------------^
JavaScript - http://www.notebookforums.com/post3020412.html
Inline script compilation
Syntax error while loading: line 2 of inline script at http://www.notebookforums.com/post3020412.html :
Expected statement
pvid.parsePost('post_message_1636138',1636138,,);
-------------------------------------------------^
JavaScript - http://www.notebookforums.com/post3020412.html
Inline script compilation
Syntax error while loading: line 2 of inline script at http://www.notebookforums.com/post3020412.html :
Expected statement
pvid.parsePost('post_message_2932650',2932650,,);
-------------------------------------------------^
JavaScript - http://www.notebookforums.com/post3020412.html
Inline script compilation
Syntax error while loading: line 2 of inline script at http://www.notebookforums.com/post3020412.html :
Expected statement
pvid.parsePost('post_message_2935230',2935230,,);
-------------------------------------------------^
JavaScript - http://www.notebookforums.com/post3020412.html
Inline script compilation
Syntax error while loading: line 2 of inline script at http://www.notebookforums.com/post3020412.html :
Expected statement
pvid.parsePost('post_message_2935234',2935234,,);
-------------------------------------------------^
JavaScript - http://www.notebookforums.com/post3020412.html
Inline script compilation
Syntax error while loading: line 2 of inline script at http://www.notebookforums.com/post3020412.html :
Expected statement
pvid.parsePost('post_message_2955117',2955117,,);
-------------------------------------------------^
JavaScript - http://www.notebookforums.com/post3020412.html
Inline script compilation
Syntax error while loading: line 2 of inline script at http://www.notebookforums.com/post3020412.html :
Expected statement
Dukefrukem
03-27-2009, 04:08 PM
any help with the javascript errors here?
Dukefrukem
03-29-2009, 05:21 PM
no one??
mariocaz
03-29-2009, 06:15 PM
this mod have a new version here:
https://vborg.vbsupport.ru/showthread.php?t=188956
Maybe updating it you fix your errors.
Dukefrukem
03-30-2009, 05:42 AM
this mod have a new version here:
https://vborg.vbsupport.ru/showthread.php?t=188956
Maybe updating it you fix your errors.
not compatible with 3.8.1 (https://vborg.vbsupport.ru/showpost.php?p=1780174&postcount=186)
terminator2k2
04-07-2009, 10:17 AM
does 1.1.2 work with vb 3.8.2 or only passivevid 2.0?
jaderollie
04-07-2009, 08:17 PM
hi,
i cant seem to get the videos from my magic site going in my vbullitin board :-
http://youtubemagic.net//index.php
heres the code :-
<object type="application/x-shockwave-flash" data="http://youtubemagic.net//player.swf" width="370" height="280">
<param name="movie" value="http://youtubemagic.net//player.swf" />
<param name="allowFullScreen" value="true" />
<param name="FlashVars" value="flv=http://youtubemagic.net//flvideo/121.flv&autoplay=1&width=370&height=280&showstop=1&showvolume=1&showtime=1&showfullscreen=1&showplayer=always&showloading=always;loadingcolor=6e6e6e&buttonovercolor=6e6e6e&sliderovercolor=6e6e6e" />
</object>
what am i doing wrong????
try it on your forum ;)
EDIT :-
dont seem to work here niether :(
Jamieinnh
04-08-2009, 03:05 AM
Has anyone gotten this to work with GodTube since they changed their name to tangle.com?
I run a Christian board and would love to use this, but without Godtube/tangle.com I am not sure my users would use it.
Since they just changed their name, would it be hard to make it work? I don't know much about coding and such.
Thanks for any help!
Jamie
BBR-APBT
04-16-2009, 03:26 PM
Any way you can tell us how to fix the external.php error caused by this script. I really don't wish to upgrade.
jaderollie
04-16-2009, 05:17 PM
i wondered if this is still supported??
SoulSuite
05-01-2009, 09:10 AM
hey great plugin, bought the license.. but the megavideo script don't work!!
please look into this and update us :)
scottjonesqpr
05-01-2009, 03:38 PM
Doesnt seem to work on myspace videos?
Great on others though...just installed it here on my forum.
http://wearetherangersboys.com/forum/showthread.php?t=11724
jazzyname
05-03-2009, 06:14 AM
this sounds great ! Nice work, Will this work with hulu.com also ????
tommydamic68
05-04-2009, 05:08 PM
I get this under admin cp for allowed sites: An error occurred while processing the bitfield files, the following information was returned:
i uploaded bitfield.xml in includes/xml/
any help?
Danecookie
05-05-2009, 12:12 PM
ITs not working here, i get this error while uploading xml file from admincp : No file uploaded and no local file found.
SoulSuite
05-12-2009, 10:01 AM
Men the support sucks very hard over here. C'mon ive paid for something that won't work, And I see on your forum more people has the same issue which u don't answer or reply back !!!
etalKroniK
05-12-2009, 10:35 PM
Hey can you try getting a site called Wegame to be enabled please? They support only Game videos. That would be a great help to many Gamming communitys out there!
Oh and thanks great mod!
NLP-er
06-23-2009, 10:05 PM
Hello this plugin brokes RSS!!!
Here You have discussion about this:
https://vborg.vbsupport.ru/showthread.php?p=1835856#post1835856
One again thanks to Lynne fo help.
I had to disable plugin which was for postbit_display_complete hook because of RSS error:
Warning: Invalid argument supplied for foreach() in [path]includes[path]class_postbit_alt.php(474) : eval()'d code on line 165
Now - what to do, to be able to use this plugin without RSS problems?...
Oh - I have vB 3.8.2
vendov
07-19-2009, 08:21 AM
Great plugin.
Thanks
lurkerx
08-09-2009, 02:40 AM
I am having an issue where it works in the preview but when you hit submit, it just has the link. Any thoughts?
im using 3.83
HATEWILL!
08-09-2009, 04:14 AM
just installed it on 3.8.3
works perfectly for me! thanks!
HATEWILL!
08-11-2009, 07:18 AM
can you add worldstarhiphop.com to the sites it embed's... that site has a lot of videos...
mickknutson
08-25-2009, 01:08 PM
I have found the if there is NOT a www. in front of the URL, the video is NOT parsed. It ends up as a link.
Is there a workaround?
BigSlick
09-28-2009, 01:08 AM
Getting an error message with little to indicate what the cause might be.
An error occurred while processing the bitfield files, the following information was returned:
Nothing else in the error message.
All my embedded vids freezes every browser hard. This started today, This has been installed and working perfectly for almost a year.
vB 3.8.3
PHP 5.2.6
4.1.25 Debian MySQL
Any ideas ?
Thanks
Jeff
avitor
10-04-2009, 01:30 PM
hi
after install the new version of vbadvansed
the videos screen stop show on home page
befor all videos be shows normali
now no one shows
example
www.beneficiofamily.com
what to do?
Kottonmouth801
11-29-2009, 01:31 PM
How could I add my own video player site? :D
jaderollie
11-30-2009, 05:47 PM
How could I add my own video player site? :D
good question ;)
Kottonmouth801
12-21-2009, 08:09 PM
good question ;)
Anyone...........????????? I have seen a thread for this but I can't find....?
Anyone...........????????? :D
Leo Brazil
12-22-2009, 10:16 AM
Any plans for 4.0 ?
txsbmw
01-11-2010, 03:22 PM
Works fine on 4.0 for me
djbaxter
01-18-2010, 03:56 AM
Incredibly, this still works in vB 4.01. :)
Leo Brazil
01-18-2010, 11:53 AM
Yes, doing some tests and it seems still works great on 4.0.1
txsbmw
01-19-2010, 01:53 AM
I must mention though that if you have the suite installed, it does mess up the blogs section if it is enabled. I had to disable it in order for my blogs to display correctly and stop throwing errors. Hoping this mod gets upgraded for 4.0
ghisirds
03-10-2010, 03:35 PM
Whenever I rename a discussion gives me this error:
Warning: Invalid argument supplied for foreach () in [path] / includes / class_postbit.php (294): eval () 'd code on line 27
Warning: Invalid argument supplied for foreach () in [path] / includes / class_postbit.php (294): eval () 'd code on line 27
How to fix?
well, I turned off one at a time and I found out is that from problems is the "passiveVid - Showthread Replacement".
But what is the excuse?
Thanks
djbaxter
03-10-2010, 03:52 PM
[QUOTE=ghisirds;2000971]Since I've updated the vbet, whenever I rename a discussion gives me this error/QUOTE]
What is "the vbet"?
ghisirds
03-10-2010, 04:07 PM
another plugin, but had nothing to do ... excuse
the problem is the passiveVid
rwoscott
03-13-2010, 03:58 AM
Incredibly, this still works in vB 4.01. :)
Excellent news!!
rwoscott
03-18-2010, 08:42 PM
Causes issues with the Blog.
I've had to disable it.
Markos
03-23-2010, 09:36 AM
can anyone confirm this works on vb 4.0.2 ??
tagged till confirmed
Goomzee
03-30-2010, 05:03 AM
why videos are not embed in my site could you please tell me how to embed videos
THANKS! super plugin, works flawlessly - nice job
nightbloom
05-04-2010, 11:56 PM
It says it is supported but when I went to the website to ask about adding a new hoster (if its added I would gladly buy the full version) I see that their forum is totally overrun by spam....
That is not a good sign.
*pass*
trytop.com
06-16-2010, 04:25 PM
Hi ,
thanks so much , plz can you will add www.megavideo.com ? ...
thanks.
trytop.com
06-16-2010, 05:09 PM
not working with yahoo !!!?.....
trytop.com
06-16-2010, 05:23 PM
please is not working now with yahoo !!!!!!!!!!!!!
New Joe
07-09-2010, 12:56 AM
I have this installed and it works, but it turns a signature into a link.
Anyone else had this problem?
captainron19
07-19-2010, 04:00 PM
Any chance of having it support videos from vimeo.com ?
sas forum
07-22-2010, 05:21 PM
Works in 4.05 for me :) Thanks.
yotsume
11-23-2010, 04:28 PM
We do I need to change to get the full screen button for Youtube videos to show in my forum please?
rwoscott
11-25-2010, 12:11 AM
Worked fine, until I installed 4.0.8.
It now has an issue with VB CMS.
Invalid argument supplied for foreach() in [path]/includes/class_postbit.php
LOKIN510051
12-17-2010, 02:33 AM
funcionando a la perfeccion en la version 3.8.6 gracias
njoker555
12-17-2010, 08:51 PM
is there a way to disable certain links from being embedded? For example, someone wants to embed a whole playlist from youtube but linking to 30 videos can be bad for browsers because every instance uses up ram.
I searched through the thread but couldn't find anything useful. May have missed it - no time to read through every single post :(
does this plugin automatically resize the video within posts, like if there is an ad block next to it ?
dutchbb
04-11-2012, 07:36 PM
Sorry for the bump, but how can I make it work for http://www.dumpert.nl/ please?
ludachris
11-21-2012, 03:56 PM
Does anyone know of a good alternative to this plugin for 3.8.X installs? I've been using it for a couple years with minor problems but it just seems to conflict with too many other things. I get errors with usernotes that go away when I disable the the postbit_display_complete plugin for this product. So if anyone has successfully converted to a different plugin please let me know what it was.
Chase
01-21-2013, 11:13 PM
Does anyone know of a good alternative to this plugin for 3.8.X installs? I've been using it for a couple years with minor problems but it just seems to conflict with too many other things. I get errors with usernotes that go away when I disable the the postbit_display_complete plugin for this product. So if anyone has successfully converted to a different plugin please let me know what it was.
I'd be interested in knowing this as well....
ar-K-ic
08-02-2013, 06:15 AM
I'd be interested in knowing this as well....
I as well...
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.