The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
DJ's AMEs :: Media Definitions for AME 2.5 :: More Video, Twitter, Pinterest... Details »» | ||||||||||||||||||||||||||||||||||||||||||
DJ's AMEs :: Media Definitions for AME 2.5 :: More Video, Twitter, Pinterest...
Developer Last Online: Sep 2023
NEARLY 300 SUPPORTED SITES FOR VIDEOS, AUDIO, GAMES AND MORE! This is the most current repository of definitions for DJ's AME :: The Ultimate Automatic Media Embedder. These media definitions will expand your AME to support embedding from hundreds of websites. More videos. More than videos. These definitions will let you embed content from sites that include games, widgets, music players and so much more. This repository was seeded by contributions from the vBulletin community over several years, but are curated here for easy access. Special thanks to Hotwheels and Danyloski for starting the tradition. [hr]#CCCCCC[/hr] NEWS DJ's AME 2.5.7 is out! What are you waitin' fer?! [hr]#CCCCCC[/hr] IMPORT DEFINITIONS ARE NOT INSTALLED They're imported through your AME CP. Which means you have to have AME installed first. You DO NOT import definitions through your Product Manager. I mean, you can try. But I'll make fun of you. The READ ME file explains in more detail. Please don't skip it. I named it in big letters and everything. [hr]#CCCCCC[/hr] VERSION INFO These definitions are for AME 2.5. A BETA set of definitions for AME 3 can be found here. [hr]#CCCCCC[/hr] LIVE DEMO This is my development area with a lot of test thread. As such, it's not a comprehensive list of all working definitions. You can find that below... [hr]#CCCCCC[/hr] MEDIA DEFINITIONS LIST The full list of definitions is available in the second post of this thread. Requests for new definitions should be made here (no registration required), rather than in this thread. It makes it easier for me to keep track and to prioritize. Please do not use this area to contact me. Code:
The password is: LetMeIn#33 [hr]#CCCCCC[/hr] SUPPORT I can't stress this enough. I NEED LINKS in order to troubleshoot problems. Links to the video. Links to the thread. I can't do anything without knowing what videos are causing the problem. If all you do is post that a particular site is not working and provide me with nothing to look at, well, how can I fix it? Following this simple guideline will save us both a lot of time and effort. (And check the FAQ on the first page. I worked really hard on that one. :erm: ) Please note that I do new definition requests in the order they were received and as timely as I can. Download Now
Screenshots
Supporters / CoAuthors Show Your Support
|
Comments |
#1632
|
|||
|
|||
Youtu.be Addon:
Title = Your Choice Description = Your Choice Unique Key = Your Choice Display Order = Your Choice Active = Yes Contain = Yes Regex Code:
http:\/\/youtu\.be\/([A-Za-z0-9-_]+) Code:
<object width="$ameinfo[width]" height="$ameinfo[height]"> <param name="movie" value="http://www.youtube.com/v/$p1&ap=%2526fmt%3D18&fs=1"></param> <param name="allowFullScreen" value="true"></param> <embed src="http://www.youtube.com/v/$p1&ap=%2526fmt%3D18&fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="$ameinfo[width]" height="$ameinfo[height]" wmode="transparent"></embed></object> New Code - param name="movie" <-- Double quotes Old Code - param name=''movie'' <-- Two single quotes |
Благодарность от: | ||
MikesSite |
#1633
|
|||
|
|||
Hmmm...not working for me.
Quote:
|
#1634
|
||||
|
||||
It works. I am using this, but for some reason it's not pulling the title? I am not a regex expert so maybe someone else can chime in as to why that is.
Youtu.be Addon: Title = Your Choice Description = Your Choice Unique Key = Your Choice Display Order = Your Choice Active = Yes Contain = Yes Extract destination data = Yes Regex Code:
http://youtu\.be/([\w-]+)[\#t=]*([\d]*)[&;10shdq=]* Code:
<object width="$ameinfo[width]" height="$ameinfo[height]"> <param name="movie" value="http://www.youtube.com/v/$p1&ap=%2526fmt%3D18&fs=1&start=$p2"></param> <param name="allowFullScreen" value="true"></param> <embed src="http://www.youtube.com/v/$p1&ap=%2526fmt%3D18&fs=1&start=$p2" type="application/x-shockwave-flash" allowfullscreen="true" width="$ameinfo[width]" height="$ameinfo[height]" wmode="transparent"></embed></object> |
#1635
|
||||
|
||||
I find some videos grab the title and some don't- I've had the problem with the original youtube definitions as well.
|
#1636
|
|||
|
|||
Someone has more definitions for AME 3 for VB 4.x? Megavideo for VB 4?
Thanks in advance. |
#1637
|
|||
|
|||
I am having issues trying to get the youtube videos to size correctly. I am replacing the "$ameinfo[height]" with the one I want because the default zone settings are not working either and yes I uploaded the delta definitions and never installed the 3rd times a charm. Can someone please help me with this. This is what I have tried so far.
Code:
<object width="$ameinfo[425]" height="$ameinfo[350]"> <param name=''movie'' value="http://www.youtube.com/v/$p1&ap=%2526fmt%3D18&fs=1"></param> <param name="allowFullScreen" value="true"></param> <embed src="http://www.youtube.com/v/$p1&ap=%2526fmt%3D18&fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="$ameinfo[350]" height="$ameinfo[425]" wmode="transparent"></embed></object> Code:
<object width="$ameinfo[425px]" height="$ameinfo[350px]"> <param name=''movie'' value="http://www.youtube.com/v/$p1&ap=%2526fmt%3D18&fs=1"></param> <param name="allowFullScreen" value="true"></param> <embed src="http://www.youtube.com/v/$p1&ap=%2526fmt%3D18&fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="$ameinfo[350px]" height="$ameinfo[425px]" wmode="transparent"></embed></object> Code:
<object width="425" height="350"> <param name=''movie'' value="http://www.youtube.com/v/$p1&ap=%2526fmt%3D18&fs=1"></param> <param name="allowFullScreen" value="true"></param> <embed src="http://www.youtube.com/v/$p1&ap=%2526fmt%3D18&fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="350" wmode="transparent"></embed></object> No $ameinfo[height] with px added. Code:
<object width="425px" height="350px"> <param name=''movie'' value="http://www.youtube.com/v/$p1&ap=%2526fmt%3D18&fs=1"></param> <param name="allowFullScreen" value="true"></param> <embed src="http://www.youtube.com/v/$p1&ap=%2526fmt%3D18&fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="350px" height="425px" wmode="transparent"></embed></object> |
#1638
|
||||
|
||||
It doesn't ever pull the title though with the youtu.be links but will if you post the full youtube.com url.
|
#1639
|
||||
|
||||
Quote:
Code:
<object width="$ameinfo[width]" height="$ameinfo[height]"> Quote:
http://youtu.be/TKPvwep08xc |
#1640
|
|||
|
|||
Do you know of a way to disable this plugin if using vBulletin Mobile Suite? You cannot edit the mobile suite style and I have tried inserting conditionals into the plugin with now luck.
Thanks. |
#1641
|
|||
|
|||
I did that, but it did not work. I put that up in my original post.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|