The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
MySpace/YouTube/Google Video Addon (best yet) Details »» | |||||||||||||||||||||||||||
MySpace/YouTube/Google Video Addon (best yet)
Developer Last Online: Apr 2009
...
Show Your Support
|
Comments |
#112
|
|||
|
|||
this hack i great
thank you for it |
#113
|
||||
|
||||
Just added it and it works a treat after some tweaking. Are you planning on adding some others for us greedy people such as:
- Metacafe - Putfile - Kontraband - Break.com - ebaumsworld I have no coding skillz so I wouldn't know where to start and I appreciate the time element as you are doing US a favour. I'm sure I speak about 99% of us who are genuinely grateful for your efforts. If you can do any of these i'm sure they'd be put to good use! <3 *edit* Here's the link for metacafe embedded player: https://vborg.vbsupport.ru/showthread.php?t=125647 Here's the link for break embedded player: https://vborg.vbsupport.ru/showthread.php?t=125298 |
#114
|
|||
|
|||
I figured out streetfire so I could post them on my car forum Driven2Modify.com
Add you VB tags.. name streetfire tag streetfire HTML Code:
<embed src="http://videos.streetfire.net/vidiac.swf" FlashVars="video={param}" quality="high" bgcolor="#ffffff" width="428" height="352" name="ePlayer" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash"></embed> Code:
else if (my_colors.match("videos.streetfire.net/")) { var col_array=my_colors.split("video/"); var part_num=1; final = col_array[part_num].split(".") var part_num=0; return this.insert_text("[streetfire]" + final[part_num] + "[/streetfire]"); } |
#115
|
|||
|
|||
Quote:
|
#116
|
||||
|
||||
I tried it too but there seemed to be a piece of code I didnt have that was different for youtube, google and myspace so it will probably be different for this too.... Pls Mr Chad. It would seriously help our sites!
<3 |
#117
|
||||
|
||||
i was adding other sites but it became an issue... So i decided just to stick with the top 3
|
#118
|
||||
|
||||
Is that a definate no then regarding adding any more Mr Chad?
|
#119
|
||||
|
||||
Ok ill do it you you paste the code the sites give you to embed the video on another page. But I'm not going to go out of my way to go to these sites.
|
#120
|
||||
|
||||
You're a star i'm sure everyone will be grateful... i'll keep adding them to my initial post.
|
#121
|
||||
|
||||
ok well the other sites you posted cant really be done with just JavaScript but i did the ones i could.
MetaCafe and Ebaumsworld Find This in the javascript file: Code:
return this.insert_text("[googlevideo]" + col_array[part_num] + "[/googlevideo]"); } Code:
else if (my_colors.match("ebaumsworld.com")) { var my_colors = my_colors.replace(".html",""); var col_array = my_colors.split("ebaumsworld.com/"); return this.insert_text("[ebaumsvideo]" + col_array[1] + "[/ebaumsvideo]"); } else if (my_colors.match("metacafe.com")) { var my_colors = my_colors.replace(new RegExp(/\/$/),""); var col_array = my_colors.split(new RegExp(/\/watch\//g)); return this.insert_text("[metacafe]" + col_array[1] + "[/metacafe]"); } BB Codes Title: ebaumsvideo Tag: ebaumsvideo Replacement: Code:
<embed src="http://ebaumsworld.com/ml_player2.swf" FlashVars="sharelink=http%3A%2F%2Ftaf.ebaumsworld.com%2Fform.php%3Frid%3D195%26ref%3D/{param}.html&stream=http%3A%2F%2Fwww.ebaumsworld.com/{param}.flv" loop="false" menu="false" quality="high" bgcolor="#ffffff" width="480" height="400" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> Tag: metacafe Replacement: Code:
<embed src="http://www.metacafe.com/fplayer/{param}.swf" width="400" height="345" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed> these are untested give me results after you try it.
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|