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 |
#1022
|
|||
|
|||
Quote:
|
#1023
|
||||
|
||||
Quote:
I'm not available at the moment, as I'm trying to complete checking the Master XML for errors. A boat load have needed rewriting and I'm only halfway through so far. Quote:
|
#1024
|
|||
|
|||
Thank you DJ, No rush I know you're very busy...
Ok Copied post to Request Site... Thanks Again, Tom |
#1025
|
|||
|
|||
[QUOTE=Digital Jedi;1942884]I don't think that AME would have anything to do with that, being that AME isn't parsed in the ACP preview. That sounds like an error with the feed itself.
[QUOTE] any idea how to fix feed? i would'nt know what to tell 5min |
#1026
|
|||
|
|||
I'm trying to get the pdf For Local to work, but not having much luck...
When I use the default xml for Local (after making the Change in it for my Domain) I get a little blue box that shows the xml Header with the <i><b>Bla bla bla <b><i> tags surrounding it and the header links to the file I'm trying to embed... The site that the Original xml points to ,(http://pdfmenot.com) Wont resolve for me , I dont know if they shut down or what, SO i Tried adapting it to use Google docs... Here's what I've got for Settings... ( 1 thing I noticed when I compared this expression to the other locals, were in the others there are NO [] around the http://, I've tried it both ways and no difference) Regular Expression Code:
([http://]*[\w]*[\.]*united4freedom\.[\w/&;%-\.]+\.pdf) Replacement Code:
<iframe src="http://docs.google.com/viewer?url={$url}&embedded=true" style="width:600px; height:500px;" frameborder="0"></iframe> Any help would be appreciated... Happy New Year... |
#1027
|
||||
|
||||
DJ, the AllPosters.com code is not pulling the thumbnails it seems. See the attachment for what I'm getting.
|
#1028
|
||||
|
||||
Quote:
I'd have to look at how Google Docs handles the document to know what's wrong. Your RegEx is working if it's converting. It's the embed code that's not working. Make sure the output is what you want, because currently you have the embed code putting the whole URL: http://www.docs.google.com/viewer?ur...cumentname.pdf. Currently the one I've got just embeds the PDF, which might not be the best solution for large documents. Already got a new one that will fix that. I'm almost ready to post my update. |
#1029
|
|||
|
|||
Thanks DJ for the responce...
I finally got it to work and made an xml file that will let ya post a .pdf from any site, including locally. Regular Expression Code:
([http://]*[\w]*[\.]*[\w]\.[\w/&;%-\.]+\.pdf) Code:
<iframe src="http://docs.google.com/viewer?url=$p1&embedded=true" width="$ameinfo[width]" height="$ameinfo[height]" align="center" style="border: none;"><param name="url" value="pdf=$p1" /></iframe> (ex. [doc=MemID]Document ID[/doc]) I dont know how to code that in AME definitions. Thanks Again DJ and Please check my xml and make sure it's up to standards, and as it should be. LOL what a way to spend New years Eve, troubleshooting embedding code...Go Figure....LOL |
#1030
|
|||
|
|||
well go figure is right, this stuff worked great last night, but today it shows the container, it even shows the correct # of pages, and will let ya scroll through the pages,but shows no content and an X in the pages now... Man this stuff is wearing me out... I think its something with google docs , as the html Web page I made for testing the replacement (without variables ) last night doesn't work now either...
I have been able to get it to work using the standard Embed tag, but I dont know if that is gonna be Browser compatable with Firefox... Replacement Code: Code:
<iframe embed src="$p1" align="center" width="$ameinfo[width]" height="$ameinfo[height]" /><param name=url value="pdf/$p1" /></iframe> |
#1031
|
||||
|
||||
Since I've only got a few more of these to go to complete a full check of the Master XML, I'll wait until then to do an update. Hopefully, only a few more days.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|