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 |
#152
|
|||
|
|||
I have an issue with posting new threads with this add-on after upgrading to 3.8.9 (running php 5.5 or 5.6), new thread is not being taken to thread page, hanging there, but thread is actually posted... i individually disabled each plugins and A.M.E 2.5.7 is the culprit
|
#154
|
|||
|
|||
But in 3.8.7 they were'nt conflicting though.. Just an upgrade cause that, especially when 3.8.9 only added php 5.5-5.6 supported
|
#155
|
||||
|
||||
Quote:
|
#156
|
||||
|
||||
Nice A request for any possible future release - Having a box where you can interact with the parts of the Regular Expression in PHP instead of (or as well as) Replacement HTML.
For example: PHP Code:
include('curl_parser.php); Code:
<iframe src="http://www.domain.com/?var=$my_variables_from_curl_parser.php"></iframe> OR PHP Code:
include('curl_parser.php); echo myFunction($p1); Would made interacting with social media API's a lot easier |
#157
|
||||
|
||||
From the readme:
Quote:
|
#158
|
|||
|
|||
The AME definition I have for Google Maps is no longer working. Is there anyone with a working definition that would be willing to share it here? I am not a coder, so I really need to be able to just cut/paste the regular expression and replacement code if possible.
This is what I have for the regular expression that used to work: Code:
https://maps\.google\.com[\w.]*/[maps]*\?[\w]*=[\w+&;='%,.-]+ Code:
<iframe width="800" height="600" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="$ameinfo[url]&output=svembed"></iframe> |
#159
|
|||
|
|||
Anyone have soundcloud links working?
|
#160
|
|||
|
|||
There may be a better way, but this is what works for us.
1. Register your app to get a client ID number. 2. Replace the previous Soundcloud Replacement expression with this... Code:
<script src="https://connect.soundcloud.com/sdk/sdk-3.0.0.js"></script> <script> SC.initialize({ client_id: 'YOUR CLIENT ID NUMBER GOES HERE', redirect_uri: 'http://example.com/callback' }); </script> <script src="https://w.soundcloud.com/player/api.js"></script> <script type="text/javascript"> soundcloud.addEventListener('onPlayerReady', function(player, data) { player.api_play(); }); </script> <div id="putTheWidgetHere"></div> <script type="text/javascript"> SC.oEmbed('http://soundcloud.com/$p1/$p2', { element: document.getElementById('putTheWidgetHere') }); </script> <span style="text-align:center" class="smallfont"> <a href="$ameinfo[url]">$ameinfo[title]</a></span> You'll have to figure out the customization to what you want with the dimensions and look that you want it to be like, but otherwise, save and enjoy. |
#161
|
|||
|
|||
My problem is the soundcould links are automatically being turned into urls. Also, never had a app.. we've been using a custom bbcode.
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|