Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Add-ons

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
  #2  
Old 02-19-2009, 03:09 PM
Vaupell's Avatar
Vaupell Vaupell is offline
 
Join Date: Apr 2008
Location: Esbjerg, Denmark
Posts: 1,036
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

reserved for future use, perhaps.
couldnt imagine what.
Reply With Quote
  #3  
Old 02-19-2009, 03:35 PM
RobbieZ RobbieZ is offline
 
Join Date: Jul 2008
Posts: 1,117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks

What did you use to create your side bar (navigation) / (polls) etc, on your website ?
Reply With Quote
  #4  
Old 02-19-2009, 03:40 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 RobbieZ View Post
Thanks

What did you use to create your side bar (navigation) / (polls) etc, on your website ?
im using vBadvanced 3.1.0
and the navigation is the one named Yet another navigation module
Except i changed it a little, so depending on which usergroup
they have different items in the menu..
Reply With Quote
  #5  
Old 02-19-2009, 03:42 PM
jambo_1969 jambo_1969 is offline
 
Join Date: May 2007
Posts: 224
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Are you not leaving yourself open to copyright infringement by posting full length videos on your site ?

Or, is it into the grey area we had with You Tube ?

Cracking wee code tho...
Reply With Quote
  #6  
Old 02-19-2009, 03:45 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
Are you not leaving yourself open to copyright infringement by posting full length videos on your site ?

Or, is it into the grey area we had with You Tube ?

Cracking wee code tho...
Not posting anything.
just linking, excaktly like youtube

Howewer this is a BBC program, and ive seen they sometimes claim
their rrights on Veoh, so if they claim they dont want it shared they
will remove it from veoh, thos also removing it from all sites linking their
videos..

My "gues" is its a gray area, just like google videos, which also allow
full length movies hostet..
Reply With Quote
  #7  
Old 02-19-2009, 03:47 PM
jambo_1969 jambo_1969 is offline
 
Join Date: May 2007
Posts: 224
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Vaupell View Post
Not posting anything.
just linking, excaktly like youtube

Howewer this is a BBC program, and ive seen they sometimes claim
their rrights on Veoh, so if they claim they dont want it shared they
will remove it from veoh, thos also removing it from all sites linking their
videos..

My "gues" is its a gray area, just like google videos, which also allow
full length movies hostet..
Cool - I think I'm going to "explore" this some more...I have a members only premium area, so I need to work out how I can limit the bbcode to premium usergroups only...any idea ?
Reply With Quote
  #8  
Old 02-19-2009, 03:51 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
Cool - I think I'm going to "explore" this some more...I have a members only premium area, so I need to work out how I can limit the bbcode to premium usergroups only...any idea ?
hmm perhaps include

<if condition="is_member_of($bbuserinfo, 2)">

</if>

Around the replacement code.. NOT SURE IT WILL WORK..
but its worth a try.. replace the number 2 with the group with acces
if several groups just add like this 2, 5, 7, etc..

If it works great, if it dosent. ahm.. well yeah..
Reply With Quote
  #9  
Old 02-19-2009, 03:57 PM
jambo_1969 jambo_1969 is offline
 
Join Date: May 2007
Posts: 224
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

cheers - I was right in the middle of if'ing the code

Mind you all I'm getting is a white box in place of the video ....
Reply With Quote
  #10  
Old 02-19-2009, 04:03 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
cheers - I was right in the middle of if'ing the code

Mind you all I'm getting is a white box in place of the video ....
dont use the IF, then..

Attachment 95189

ive attempted to mark how you identify a video ID
Reply With Quote
Reply

Thread Tools

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 10:43 AM.


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.11102 seconds
  • Memory Usage 2,314KB
  • Queries Executed 24 (?)
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
  • (5)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