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 |
#1842
|
|||
|
|||
Anyone can help to embed new divshare design?
|
#1843
|
|||
|
|||
Can't seem to get links to Google Maps to work:
Link to actual map here: https://maps.google.com/maps?saddr=S...=1,2,3&t=m&z=6 |
#1844
|
||||
|
||||
Would be great to have a code for this one:
http://www.zdf.de/ZDFmediathek/beitr...g---Die-Stolze Thanks. |
#1845
|
|||
|
|||
Quote:
|
Благодарность от: | ||
st.charles |
#1846
|
|||
|
|||
I've been poking around today trying to figure out if I can use AME to embed tweets using Twitter's oEmbed.
I've got this in Regular expression: Code:
http[s]*://[www\.]*twitter\.com/[\w]+/status[es]*/([\d]+) Code:
<script type="text/javascript" src="https://api.twitter.com/1/statuses/oembed.json?id=$p1"></script> Is the problem somehow trying to render by way of javascript in a post through AME? I concede I may well be barking up the wrong tree trying to do it this way. Wide open to any and all suggestions. https://dev.twitter.com/docs/embedded-tweets https://dev.twitter.com/docs/api/1/get/statuses/oembed |
#1847
|
||||
|
||||
If you reload the page does the tweet show?
|
#1848
|
|||
|
|||
Hey, thanks for the response. No, no change when you reload. Remains a blank post, but I can see the JS code there in a View Source. That may be noteworthy insofar as loading that oEmbed link directly (the target result of the replacement) returns all of the data (and a render script) as below (this is Twitter's example of it in practice):
https://api.twitter.com/1/statuses/o...40144317198338 So it's like it's not functioning as a GET, or not writing/parsing/embedding the response. I'm just not sure. Then again, it probably wouldn't show the response in the View Source even if it was working -- nevermind, just sorted that out. Obviously I'm at a bit of a loss. Also, I'm wondering about how safe/secure this is even if I did make it work. I suppose I'm only letting people pass a numeric string through to the script itself, so it can't get loaded up with anything malicious. See any issues on that front (as a secondary question)? Probably a non-issue, but I thought I'd ask someone who actually has a clue (unlike myself). |
#1849
|
||||
|
||||
This is the required replacement code:
Code:
<blockquote class="twitter-tweet"><p> </p> <a href="https://twitter.com/twitterapi/status/$p1"> </a></blockquote> <script src="//platform.twitter.com/widgets.js" charset="utf-8"></script> No security risk as long as you trust Twitter. |
#1850
|
|||
|
|||
Quote:
Here's what's showing up in View Source: Code:
<!-- message --> <div id="post_message_2176544"> <div style="display: none;" id="ame_noshow_post_1342025206_1"> <a href="http://www.(MYSITE).com/forum/redirect-to/?redirect=https%3A%2F%2Ftwitter.com%2F(SOMETWITTERNAME)%2Fstatus%2F(TWEETID)" title="Twitter" target="_blank">Twitter</a> </div> <div style="display: inline;" id="ame_doshow_post_1342025206_1"> <blockquote class="twitter-tweet"><p> </p> <a href="http://www.(MYSITE).com/forum/redirect-to/?redirect=https%3A%2F%2Ftwitter.com%2Ftwitterapi%2Fstatus%2F(TWEETID)"> </a></blockquote> <script src="//platform.twitter.com/widgets.js" charset="utf-8"></script> </div> </div> <!-- / message --> Should the twitter.com/twitterapi GET be a script itself instead of an 'a href' call? Nevermind, that didn't work either. Just found this, it's how someone got it to work with PHPbb (which is probably completely irrelevant, but maybe there's something there: http://punyweakling.com/add-a-tweet-...a-phpbb-forum/ I do appreciate the info and assistance. |
#1851
|
||||
|
||||
It seems the AME mod is ignoring the uRL completely... at least om my forum. Weird. No idea why...
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|