The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
DJ's AME :: The Ultimate Automatic Media Embedder :: 2.5.7 Details »» | ||||||||||||||||||||||||||||
DJ's AME :: The Ultimate Automatic Media Embedder :: 2.5.7
Developer Last Online: Sep 2023
From the team who brought you the blockbuster film "Yahtzee!", comes the next major motion picture about incredibly bad and arbitrary puns:
AME 2.5.7: Electric Boogaloo AME automatically embeds media in posts without the need for pesky BBCode cluttering up your editor toolbar. It's also lightweight, and saves resources that BBCode would ordinarily consume. Your users don't even have to know you have AME installed. If they share a link from YouTube, Dailymotion, Amazon, Metacafe or Vimeo, AME automatically embeds the content for them. No special code to learn. No instructions for newbies to understand. In addition, AME allows you to create, import and export support for individual websites in the form of media definitions. These XML files expand your AME to support a limitless number of websites from around the net and let you share them with the community. We currently have around 200 media definitions collected at this repository thread. If you want additional support for website not listed, please ask for it there. Odds are, we might already have one. (TIP: Be sure to check the Add-Ons section below for stuff you might miss out on, otherwise.) [hr]#CCCCCC[/hr] CREDITS This modification was originally built by [name]The Geek[/name], who is no longer coding for vBulletin. We miss him. But he gave permission for someone to continue to build upon his work. All I've done is modify the code a little to support additional functionality and to provide a place to continue to support the product. The product didn't need too much tweaking, but I did manage to add some new features I think you will enjoy, which I'll lay out in the feature list below. [hr]#CCCCCC[/hr] RECOMMENDATIONS It is HIGHLY recommended that you read the READ ME.html file included in the ZIP file before you upgrade or install. You don't want to be blind-sided, now do you? [hr]#CCCCCC[/hr] NEW INSTALLATIONS
[hr]#CCCCCC[/hr] TO UPGRADE If you are upgrading from AME 2.5.6.
[hr]#CCCCCC[/hr] WHAT ELSE? The following five posts will include:
Download Now
Screenshots
Supporters / CoAuthors Show Your Support
|
3 благодарности(ей) от: | ||
CreativeIT, ozzy47, xorex |
Comments |
#142
|
||||
|
||||
Quote:
|
#143
|
||||
|
||||
Quote:
Quote:
|
#144
|
|||
|
|||
Quote:
|
#145
|
||||
|
||||
It only applies to posted links to Amazon products. (I'm unaware of any way to embed Amazon Videos.) But the links are editable within the definition. You simply add your own, or remove the ID string.
|
#146
|
|||
|
|||
When a user posts a link to a video url such as;
http://www.worldstarhiphop.com/video...Jt34Y0079wW9uz when they click "Submit Reply" the end result is a url like below http://www.worldstarhiphop.com/video...Jt34Y0079wW9uz |
#147
|
|||
|
|||
Fixed, disregaurd my last post..
Disable New Items? Was set to yes |
#148
|
||||
|
||||
We just upgraded from 2.5.6.
It's very sad that, after all these years, the youtube definition still doesn't recognize short urls (youtu.be/...) :down: |
#149
|
||||
|
||||
Is it possible to edit the Youtube main definition and Youtube Short URL definition so that when a video has finished playing no related videos show at the end?
What edits would I need to make? |
#150
|
|||
|
|||
Is this the latest version or is there an upgrade to this I am unaware of? It will be installed onto a VB 4 platform, latest version.
Thanks, Phil |
#151
|
|||
|
|||
Quote:
<iframe width="$ameinfo[width]" height="$ameinfo[height]" src="http://www.youtube.com/embed/$p1?start=$p2" frameborder="0" allowfullscreen></iframe> You want to add &rel=0 to that output URL. (rel is the parameter for related, 0 means off). I added that after the $p2, so it ends up being this: <iframe width="$ameinfo[width]" height="$ameinfo[height]" src="http://www.youtube.com/embed/$p1?start=$p2&rel=0" frameborder="0" allowfullscreen></iframe> Make the same change to the Youtube short URL definition. |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|