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

Reply
 
Thread Tools
Veoh video Embedding Details »»
Veoh video Embedding
Version: 1.00, by Vaupell Vaupell is offline
Developer Last Online: Jan 2015 Show Printable Version Email this Page

Category: BB Code Enhancements - Version: 3.8.x Rating:
Released: 02-18-2009 Last Update: Never Installs: 14
Translations  
No support by the author.

Embedding videos from www.veoh.com on your website.

Video source and host - Veoh tv

Live Demo : Black adder iv



Installation : Goto Administration Control Panel.

Click "Costum BB codes > Add new code"

Then enter following into colums

Title : Veoh vid
Codename : Veoh
Replacement :
Code:
<object width="410" height="341" id="veohFlashPlayer" name="veohFlashPlayer"><param name="movie" value="http://www.veoh.com/static/swf/webplayer/WebPlayer.swf?version=AFrontend.5.3.8.1003&permalinkId={param}"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.veoh.com/static/swf/webplayer/WebPlayer.swf?version=AFrontend.5.3.8.1003&permalinkId={param}" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="410" height="341" id="veohFlashPlayerEmbed" name="veohFlashPlayerEmbed"></embed></object>
Example : '[Veoh]v16399770t74ty4yN[/Veoh]'
Description :
Code:
Embed veoh videos in your posts, only use the video ID,
ID it optained in the url right after  /watch/   and before #watch
Use : no
Buttonimg : Link to attachment (used to easy acces in posts)
rest : no or as suited.

Added img for those who want a botton : Attachment 95188

You might want ot remove the links at the botton of the code,
but left them there for copyright issues from VeohTm

Enjoy

Show Your Support

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

Comments
  #12  
Old 02-19-2009, 04:03 PM
jambo_1969 jambo_1969 is offline
 
Join Date: May 2007
Posts: 224
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is your replacement code right mate ? It's got the Blackadder link in it...

Also, the first replacement (no links) the url has posted funny (not the full link)....
Reply With Quote
  #13  
Old 02-19-2009, 04:10 PM
jambo_1969 jambo_1969 is offline
 
Join Date: May 2007
Posts: 224
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Vaupell View Post
dont use the IF, then..

Attachment 95189

ive attempted to mark how you identify a video ID
No - I meant the replacement code in the first code box - it's shortened the URLS to veoh...

PHP Code:
<object width="410" height="341" id="veohFlashPlayer" name="veohFlashPlayer"><param name="movie" value="http://www.veoh.com/static/swf/webplayer/WebPlayer.swf?version=AFrontend.5.3.8.1003&amp;permalinkId=v16399770t74ty4yN&amp;player=videodetailsembedded&amp;videoAutoPlay=0&amp;id=anonymous%22%3E%3C/param%3E%3Cparam</param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.veoh.com/static/swf/webplayer/WebPlayer.swf?version=AFrontend.5.3.8.1003&amp;permalinkId=v16399770t74ty4yN&amp;player=videodetailsembedded&amp;videoAutoPlay=0&amp;id=anonymous" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="410" height="341" id="veohFlashPlayerEmbed" name="veohFlashPlayerEmbed"></embed></object> 
That's what it should say
Reply With Quote
  #14  
Old 02-19-2009, 04:37 PM
Vaupell's Avatar
Vaupell Vaupell is offline
 
Join Date: Apr 2008
Location: Esbjerg, Denmark
Posts: 1,036
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by jambo_1969 View Post
No - I meant the replacement code in the first code box - it's shortened the URLS to veoh...

That's what it should say
lol ups, fixed.
Reply With Quote
  #15  
Old 02-25-2009, 01:13 AM
Lucifer1337 Lucifer1337 is offline
 
Join Date: Feb 2007
Location: California
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks. My one issue with this is that unlike Youtube and Google embeds, the Veoh player seems to start whenever the page loads. If you have a page where there's multiple videos or the video is not in line with the main point of discussion, this can be problematic. I examined the code but couldn't find what was making it start the embedded video without clicking play. Is there a way to force a user to play it before it plays?

Can't use it until this gets resolved, because users are complaining about the fact their speakers are essentially hijacked any time they load a page with a video embedded in one of the posts.
Reply With Quote
  #16  
Old 02-25-2009, 06:00 AM
Vaupell's Avatar
Vaupell Vaupell is offline
 
Join Date: Apr 2008
Location: Esbjerg, Denmark
Posts: 1,036
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Lucifer1337 View Post
Thanks. My one issue with this is that unlike Youtube and Google embeds, the Veoh player seems to start whenever the page loads. If you have a page where there's multiple videos or the video is not in line with the main point of discussion, this can be problematic. I examined the code but couldn't find what was making it start the embedded video without clicking play. Is there a way to force a user to play it before it plays?

Can't use it until this gets resolved, because users are complaining about the fact their speakers are essentially hijacked any time they load a page with a video embedded in one of the posts.
Well im using hide / show code around it, so whenever a veoh video is postet
te post shows a [show] botton.
And dont think this will change anytime soon, it is becourse of the player
loaded to play the files, you could change the address of the player but
not sure videos play then..
Reply With Quote
  #17  
Old 02-25-2009, 01:59 PM
jambo_1969 jambo_1969 is offline
 
Join Date: May 2007
Posts: 224
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

When I use it tags - I always need to press a play button on the video ?:
Reply With Quote
  #18  
Old 06-20-2009, 06:07 PM
vbob vbob is offline
 
Join Date: Jan 2008
Posts: 37
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for the mod.
Installed.
I want to copy paste the full url of the link (it is quicker).
What changes should I do to the code to achieve this? :-)
Reply With Quote
  #19  
Old 06-21-2009, 06:59 AM
Mr.Joker Mr.Joker is offline
 
Join Date: Feb 2009
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

tenX
Reply With Quote
  #20  
Old 11-14-2009, 10:26 AM
Vaupell's Avatar
Vaupell Vaupell is offline
 
Join Date: Apr 2008
Location: Esbjerg, Denmark
Posts: 1,036
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

works on VB4 aswell,
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 08:34 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04717 seconds
  • Memory Usage 2,324KB
  • Queries Executed 25 (?)
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
  • (2)bbcode_code
  • (1)bbcode_php
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)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_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