Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
inlineVideo - Youtube / Myspace / Google / Ebaums Details »»
inlineVideo - Youtube / Myspace / Google / Ebaums
Version: 2.02, by Coders Shack Coders Shack is offline
Developer Last Online: Sep 2013 Show Printable Version Email this Page

Category: Miscellaneous Hacks - Version: 3.6.7 Rating:
Released: 05-22-2007 Last Update: 05-25-2007 Installs: 132
Uses Plugins
Code Changes Additional Files  
No support by the author.

[hr]value[/hr]
. . . . . . . . Brought to you by

. . . http://www.Scriptasy.com
[hr]value[/hr]
I WOULD LIKE A MOD TO CLOSE THIS AND MOVE IT TO THE GRAVEYARD
it has been made obsolete by my other mod [here]


[/CENTER]
Installation Time: <2 mins
Products: 1
File Edit: 1
VB Version: 3.6.7
  • v2.02
    • removed the need for template edits.
Example:
[hr]value[/hr]
youtube-myspace-videos-posts/

Description:
[hr]value[/hr]
ok this mod is a little different than the other ones it adds a button to the tool bar and when you click it you just enter the URL of the video if its myspace then it creates the myspace video BB code if its youtube then it creates the youtube BB code. There is no need to enter the end of the video link you can just enter the whole URL in.

Installation:
[hr]value[/hr]
Open clientscript/vbulletin_textedit.js and Find:
Code:
    // =============================================================================
    // vB_Text_Editor methods

    /**
    * Editor initialization wrapper
    */
Add This above:
HTML Code:
    /**
    * Insert Video Link
    */
    this.createvideolink = function(e, url)
    {
        var my_colors=prompt("MySpace, YouTube, Google video, or eBaum's World video URL","");
        if ((my_colors=="") || (my_colors==null))
        {
              alert("Please Enter The Full URL!");
        }
        else
        {
            if (my_colors.match("youtube.com")) 
            {
                var col_array=my_colors.split("?v=");
                var part_num=1;
                return this.insert_text("[youtube]" + col_array[part_num] + "[/youtube]");
            }
            else if (my_colors.match("myspace.com"))
            {
                if (my_colors.match("videoID="))
                {
                    var col_array=my_colors.split("videoID=");
                }
                else
                {
                    var col_array=my_colors.split("videoid=");
                }
                var part_num=1;
                return this.insert_text("[myspace]" + col_array[part_num] + "[/myspace]");
            } 
            else if (my_colors.match("video.google.")) 
            {
                var col_array=my_colors.split("docid=");
                var part_num=1;
                return this.insert_text("[googlevideo]" + col_array[part_num] + "[/googlevideo]");
            }
            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]");
            }
            else
            {
                  alert("Please Enter The Full URL!");
            }
        }
    };
Ok, install the product xml. Then go to your BB Code Manager and click edit and resave all 5 of the BBCODES.

[hr]value[/hr]
If you like then [Mark As Installed]
[hr]value[/hr]

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #82  
Old 06-19-2007, 02:22 PM
optrex optrex is offline
 
Join Date: Sep 2005
Posts: 344
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have this excellent hack working in the forum, but unfortunately it conflicts with photpost, meaning that the quick comments and comment on a photo options do not work, because the text editor does not show.

Any ideas how we could go about fixing it.
Reply With Quote
  #83  
Old 06-19-2007, 02:34 PM
optrex optrex is offline
 
Join Date: Sep 2005
Posts: 344
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I think I've found a way. In the plugin manager, find inline video.

At the very beginning add
Code:
if ( VB3_INTEGRATION != "on" ) {
at the very end add
Code:
}
it doesn't show the webcam icon, but you wont want to put youtube into a gallery comment.
Reply With Quote
  #84  
Old 06-21-2007, 06:08 AM
iogames's Avatar
iogames iogames is offline
 
Join Date: Jan 2007
Location: Las Vegas, NV.
Posts: 1,433
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Obviously this is a good idea, and poor strategic/management...
Sorry to say it CoderShack, but welcome to the real world, people skills and humbleness are necessary in this life...

Here is another part of the code that plays the most Popular videos out there:

Quote:
For youtube, google, myspace, and ebaums embeding video code i just used Coders Shack hack.

Title: MetaCafe Video BB Code

Tag: metacafe

Replacement: <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>

Example: [metacafe]301001/1_minute_unlock[/metacafe]


Title: Embed Liveleak videos

Tag: liveleak

Replacement: <embed src="http://www.liveleak.com/player.swf" width="450" height="370" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" flashvars="autostart=false&token={param}" scale="showall" name="index" />

Example: [liveleak]96feee086c[/liveleak]


Title: Embed Daily Motion Videos

Tag: dailymotion

Replacement: <div><object width="425" height="335"><param name="movie" value="http://www.dailymotion.com/swf/{param}"></param><param name="allowfullscreen" value="true"></param><embed src="http://www.dailymotion.com/swf/{param}" type="application/x-shockwave-flash" width="425" height="334" allowfullscreen="true"></embed></object></div>

Example: [dailymotion]74Kct2CLI6oTj5HBX[/dailymotion]


Title: Break Embed Code

Tag: break

Replacement: <object type="application/x-shockwave-flash" width="425" height="350" data="http://embed.break.com/{param}">
<param name="movie" value="http://embed.break.com/{param}" />
<param name="wmode" value="transparent" />
</object>

Example: [break]MjU3ODkx[/break]

&

Quote:
./clientscript/vbulletin_textedit.js

Find:

// vB_Text_Editor methods

/**
* Editor initialization wrapper
*/


Add Under.


/**
* Insert Video Link
*/
this.createvideolink = function(e, url)
{
var my_colors=prompt("MySpace, YouTube, Google video, Liveleak, Break, MetaCafe, Dailymotion, or eBaum's World video URL","");
if ((my_colors=="") || (my_colors==null))
{
alert("Please Enter The Full URL!");
}
else
{
if (my_colors.match("youtube.com"))
{
var col_array=my_colors.split("?v=");
var part_num=1;
return this.insert_text("[ytv]" + col_array[part_num] + "[/ytv]");
}
else if (my_colors.match("myspace.com"))
{
if (my_colors.match("videoID="))
{
var col_array=my_colors.split("videoID=");
}
else
{
var col_array=my_colors.split("videoid=");
}
var part_num=1;
return this.insert_text("[myspace]" + col_array[part_num] + "[/myspace]");
}
else if (my_colors.match("video.google."))
{
var col_array=my_colors.split("docid=");
var part_num=1;
return this.insert_text("[gv]" + col_array[part_num] + "[/gv]");
}
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]");
}
else if (my_colors.match("liveleak.com"))
{
var col_array=my_colors.split("view?i=");
var part_num=1;
return this.insert_text("[liveleak]" + col_array[part_num] + "[/liveleak]");
}
else if (my_colors.match("dailymotion.com"))
{
var col_array=my_colors.split("/swf/");
var part_num=1;
return this.insert_text("[dailymotion]" + col_array[part_num] + "[/dailymotion]");
}
else if (my_colors.match("embed.break."))
{
var col_array=my_colors.split("com/");
var part_num=1;
return this.insert_text("[break]" + col_array[part_num] + "[/break]");
}
else
{
alert("Please Enter The Full URL!");
}
}
};
Just the Yahoo's video code is needed to make of this hack an 'Universal Inline Video' [as it was requested many times for the users since the beginning]

so I will pay to whom wrap all the hack together, then I will release the hack for free then I don't have to wait for a kid...
Reply With Quote
  #85  
Old 06-21-2007, 06:09 AM
iogames's Avatar
iogames iogames is offline
 
Join Date: Jan 2007
Location: Las Vegas, NV.
Posts: 1,433
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

[Sighs] I said it
Reply With Quote
  #86  
Old 06-22-2007, 10:43 AM
saidsrc saidsrc is offline
 
Join Date: Jan 2007
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

There is a good wiev.
videos are in a table

bb codes

Code:
Title
MySpace Video BB Code

BB Code
[myspace]1470466793[/myspace]

HTML
<center><table width="430" border="1" cellspacing="0" cellpadding="0"> <tr> <td width="430" class="thead"><center>MySpace Video</center></td> </tr> <tr> <td class="alt2"><center><embed src="http://lads.myspace.com/videos/vplayer.swf" flashvars="m=1470466793&amp;type=video" type="application/x-shockwave-flash" width="430" height="346"></embed></center></td> </tr> </table></center>

Title
Google Video BB Code

BB Code
[googlevideo]2179664390181099936[/googlevideo]

HTML
<center><table width="400" border="1" cellspacing="0" cellpadding="0"> <tr> <td width="400" class="thead"><center>Google Video</center></td> </tr> <tr> <td class="alt2"><center><embed style="width:400px; height:326px;" id="VideoPlayback" type="application/x-shockwave-flash" src="http://video.google.com/googleplayer.swf?docId=2179664390181099936&amp;hl=en" flashvars=""></embed></center></td> </tr> </table></center>

Title
YouTube Video BB Code

BB Code
[youtube]H0dmHYz1HMA[/youtube]

HTML
<center><table width="425" border="1" cellspacing="0" cellpadding="0"> <tr> <td width="425" class="thead"><center>Youtube Video</center></td> </tr> <tr> <td class="alt2"><center><object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/H0dmHYz1HMA"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/H0dmHYz1HMA" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object></center></td> </tr> </table></center>

Title
Ebaums Video BB Code

BB Code
[ebaumsvideo]2006/07/yahweh[/ebaumsvideo]

HTML
<center><table width="480" border="1" cellspacing="0" cellpadding="0"><tr><td width="480" class="thead"><center>Ebaums Video</center></td></tr><tr><td class="alt2"><center><embed src="http://ebaumsworld.com/ml_player2.swf" FlashVars="sharelink=http%3A%2F%2Ftaf.ebaumsworld.com%2Fform.php%3Frid%3D195%26ref%3D/2006/07/yahweh.html&amp;stream=http%3A%2F%2Fwww.ebaumsworld.com/2006/07/yahweh.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" /></center></td></tr></table></center>

Title
MetaCafe Video BB Code

BB Code
[metacafe]301001/1_minute_unlock[/metacafe]

HTML
<center><table width="400" border="1" cellspacing="0" cellpadding="0"><tr><td width="400" class="thead"><center>MetaCafe Video</center></td></tr><tr><td class="alt2"><center><embed src="http://www.metacafe.com/fplayer/301001/1_minute_unlock.swf" width="400" height="345" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed></center></td></tr></table></center>
Reply With Quote
  #87  
Old 06-22-2007, 12:58 PM
RetroDreams RetroDreams is offline
 
Join Date: Nov 2002
Posts: 238
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Coders Shack View Post
view the location of the image lol... your a designer you should know.
You have absolutely TERRIBLE customer service skills. Pity anyone that hires you for a job in the real world.
Reply With Quote
  #88  
Old 06-22-2007, 03:56 PM
RetroDreams RetroDreams is offline
 
Join Date: Nov 2002
Posts: 238
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Created a nice editor bar button for video for those of you not wanting to use the included image:



It's transparent, so it should work nicely with whatever style/scheme you've got working. Just right-click the image above and Save Target As.
Reply With Quote
  #89  
Old 06-22-2007, 05:50 PM
Coders Shack Coders Shack is offline
 
Join Date: Apr 2007
Location: Culver City, CA
Posts: 807
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RetroDreams View Post
You have absolutely TERRIBLE customer service skills. Pity anyone that hires you for a job in the real world.
... This isn't my job, this is something I'm doing as a favor i gain nothing from it.

Its people like you that make me feel like releasing nothing, I'm not sure how you think that I'm obligated to give you quality customer support. If i could ban people from my hacks on this forum you would be the first... Ungrateful members of vb.org, in the real world if you wanted to hire me i would say "F**K YOU" because i can.
Quote:
Originally Posted by RetroDreams View Post
Created a nice editor bar button for video for those of you not wanting to use the included image:



It's transparent, so it should work nicely with whatever style/scheme you've got working. Just right-click the image above and Save Target As.
very nice
Reply With Quote
  #90  
Old 06-22-2007, 07:18 PM
iogames's Avatar
iogames iogames is offline
 
Join Date: Jan 2007
Location: Las Vegas, NV.
Posts: 1,433
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RetroDreams View Post
You have absolutely TERRIBLE customer service skills. Pity anyone that hires you for a job in the real world.
Lol... gladly to see that I'm not the only one sitting & waiting for a decent response when I got 2 corporations to manage, a family to take care of, and dozens of workers and hundreds of clients to attend...

Someday 'Reality will set in'
Reply With Quote
  #91  
Old 06-22-2007, 08:54 PM
rjmjr69's Avatar
rjmjr69 rjmjr69 is offline
 
Join Date: Jan 2007
Location: Southie
Posts: 876
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by iogames View Post
Lol... gladly to see that I'm not the only one sitting & waiting for a decent response when I got 2 corporations to manage, a family to take care of, and dozens of workers and hundreds of clients to attend...

Someday 'Reality will set in'
Busy man. I agree with you.
If someone is going to post something here for the members then they should be dedicated to supporting it or mark it un supported and people will leave you alone. Your hacks are great I love your work. But I agree your attitude needs some major adjustments. It comes with growing up some just take longer than others.
Just keep your head up swallow the crap thats thrown at you and be a man about it let it slide and help out support your work.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:08 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04403 seconds
  • Memory Usage 2,347KB
  • Queries Executed 27 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (4)bbcode_code
  • (1)bbcode_html
  • (7)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete