vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   BB Code Enhancements - AME3 - Auto Media Embeding and Video Extender (https://vborg.vbsupport.ru/showthread.php?t=230707)

Iguana Goddess 04-27-2011 11:17 AM

I have noticed that youtube is including a . in some of the video urls which causes embedding with this mod to not work.

yin9 04-27-2011 01:30 PM

Someone has Megavideo definition for VB4?

Thanks in advance.

Phaedrus 04-28-2011 11:08 PM

Quote:

Originally Posted by Iguana Goddess (Post 2189250)
I have noticed that youtube is including a . in some of the video urls which causes embedding with this mod to not work.

This post should help you.

Quote:

Originally Posted by Alan_SP (Post 2182792)
For new youtube code (youtu.be one, if there is new one, please give link for us to see):

Go to AdminCP, AME CP, choose Add New.

For Provider: YouTube New (or whatever you like as a name for it)
Tagoption: youtuben (this can be anything you like, but unique, I just added n to stress it's new youtube tag)
URL: http://youtu.be
Regex URL: http:\/\/youtu\.be\/([a-z0-9-_]+) (this must looks like this, I used old original youtube regex to construct this one based on new youtube links)
Regex Scrape: leave empty
Embed:
HTML Code:

<object width="660" height="400"><param name="movie" value="http://www.youtube.com/v/{vb:raw code}?fs=1&amp;hl=en_US&amp;rel=0&amp;hd=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/{vb:raw code}?fs=1&amp;hl=en_US&amp;rel=0&amp;hd=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="660" height="400"></embed></object>
Here I'm using code for HD video. It's the same as for old YouTube videos, because links just get redirected to old site (new links a just much simpler on us users). You can change width and height of video. Also you can disable HD if you want it.

Priority: 0


0verl0rd 05-05-2011 04:30 AM

Quote:

Originally Posted by testbot (Post 2185296)
did you try this:

Tried but still not working..

it does wrap the youtube url in

but it does not show the player



BTW, was anybody able to make it work for 'quickreply' with out the advance reply?

In quickreply i think the text/links are not parsed into AME3 automatically. :(

Also,

What is the difference between the two YT URL?

http://www.youtube.com/watch?v=YdLvHkzCZJo <--- this is parsed with AME3 automatically.

http://www.youtube.com/watch?v=-aOLWOwF-es <--- this is not parsed with AME3 automatically.


Lastly,

Does anybody share their ame.xml that is working on VB 4.1.3 ?

Thanks a lot!

steveyos666 05-16-2011 05:00 AM

Quote:

Originally Posted by Alan_SP (Post 2182792)
For new youtube code (youtu.be one, if there is new one, please give link for us to see):

Go to AdminCP, AME CP, choose Add New.

For Provider: YouTube New (or whatever you like as a name for it)
Tagoption: youtuben (this can be anything you like, but unique, I just added n to stress it's new youtube tag)
URL: http://youtu.be
Regex URL: http:\/\/youtu\.be\/([a-z0-9-_]+) (this must looks like this, I used old original youtube regex to construct this one based on new youtube links)
Regex Scrape: leave empty
Embed:
HTML Code:

<object width="660" height="400"><param name="movie" value="http://www.youtube.com/v/{vb:raw code}?fs=1&amp;hl=en_US&amp;rel=0&amp;hd=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/{vb:raw code}?fs=1&amp;hl=en_US&amp;rel=0&amp;hd=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="660" height="400"></embed></object>
Here I'm using code for HD video. It's the same as for old YouTube videos, because links just get redirected to old site (new links a just much simpler on us users). You can change width and height of video. Also you can disable HD if you want it.

Priority: 0


This didn't do anything for me, regular youtube and youtu.be links both just showing up as links


There's a lot of pages to go through, am I supposed to somehow disable vb4's new horrible terrible built-in video tag?





EDIT WAIT: the above coupled with testbot's code worked fine, someone add both steps to the mod's original post man I hate how we gotta go through 70 pages of stuff to get mods working properly on this damn site thanks for the text though guys I love this thing, loved vb3 more though hate vb4 with a passion

Krusty1231 05-16-2011 10:09 AM

Quote:

Originally Posted by steveyos666 (Post 2196230)
EDIT WAIT: the above coupled with testbot's code worked fine, someone add both steps to the mod's original post man I hate how we gotta go through 70 pages of stuff to get mods working properly on this damn site thanks for the text though guys I love this thing, loved vb3 more though hate vb4 with a passion

Thanks alot for that - it is working for me now.

Iguana Goddess 05-26-2011 12:23 PM

Quote:

Originally Posted by Phaedrus (Post 2189839)
This post should help you.

Thanks!

MonkYZ 05-31-2011 12:29 PM

I think i'm screwed... I've upgraded to AME3, and now i can't edit any post that contains a video link, because i get: "Database error!".

Even after disabling and uninstalling AME3, i still get the same error... Please help!

P.S. I am on vB 4.1.3

doobiefillin 05-31-2011 12:50 PM

Quote:

Originally Posted by Alan_SP (Post 2182792)
For new youtube code (youtu.be one, if there is new one, please give link for us to see):

Go to AdminCP, AME CP, choose Add New.

For Provider: YouTube New (or whatever you like as a name for it)
Tagoption: youtuben (this can be anything you like, but unique, I just added n to stress it's new youtube tag)
URL: http://youtu.be
Regex URL: http:\/\/youtu\.be\/([a-z0-9-_]+) (this must looks like this, I used old original youtube regex to construct this one based on new youtube links)
Regex Scrape: leave empty
Embed:
HTML Code:

<object width="660" height="400"><param name="movie" value="http://www.youtube.com/v/{vb:raw code}?fs=1&amp;hl=en_US&amp;rel=0&amp;hd=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/{vb:raw code}?fs=1&amp;hl=en_US&amp;rel=0&amp;hd=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="660" height="400"></embed></object>
Here I'm using code for HD video. It's the same as for old YouTube videos, because links just get redirected to old site (new links a just much simpler on us users). You can change width and height of video. Also you can disable HD if you want it.

Priority: 0

doesn't work for me, it wraps the video in the youtuben links but then it doesn't display the video

voter 06-03-2011 06:43 PM

Any way to push Rebuilding and Converting Tools to work on 4.1.3 and convert
HTML Code:

[URL]http://www.youtube.com/watch?v=I47MTASaQ54&feature=related[/URL]
as well
HTML Code:

[URL="http://www.youtube.com/watch?v=e8rpAbUyU1o"]YouTube - SPARTACUS LO SCHIAFFEGGIATO[/URL]
into embeded VIDEO???


All times are GMT. The time now is 01:33 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.06100 seconds
  • Memory Usage 1,765KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (5)bbcode_html_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete