Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Add-ons
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...
Version: 3.0.0, by Digital Jedi Digital Jedi is offline
Developer Last Online: Sep 2023 Show Printable Version Email this Page

Category: Add-On Releases - Version: 3.8.x Rating:
Released: 11-09-2008 Last Update: 10-23-2013 Installs: 1406
Supported
 

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

File Type: zip DJs-AMEs-media-definitions.zip (220.8 KB, 664 views)

Screenshots

File Type: jpg Slide.com.jpg (98.7 KB, 0 views)
File Type: png World Star Hip-Hop.png (105.7 KB, 0 views)
File Type: png Twitter.png (255.6 KB, 0 views)
File Type: png Amazon Thumb.png (67.8 KB, 0 views)
File Type: png screen-pinterest-boards.png (435.9 KB, 0 views)
File Type: png screen-pinterest-pins.png (166.4 KB, 0 views)
File Type: png screen-storify.png (154.7 KB, 0 views)
File Type: png screen-gamesopoly.png (100.5 KB, 0 views)
File Type: png screen-google-maps.png (174.1 KB, 0 views)

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
5 благодарности(ей) от:
lottidah, muhakeme, vithorius, xorex

Comments
  #1792  
Old 12-19-2011, 03:04 PM
Digital Jedi's Avatar
Digital Jedi Digital Jedi is offline
 
Join Date: Oct 2006
Location: PopCulturalReferenceLand
Posts: 5,171
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Open the definition with the key ebay3, and in the Regular expression field, put a colon right about here:
Code:
[\w&;:\#.%\?=]*
Reply With Quote
  #1793  
Old 12-19-2011, 10:50 PM
meijin meijin is offline
 
Join Date: Feb 2008
Location: Atlanta, GA
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Bingo! Thanks Mark! You're help is much appreciated!
Reply With Quote
Благодарность от:
Digital Jedi
  #1794  
Old 12-22-2011, 11:36 AM
weindians weindians is offline
 
Join Date: Sep 2006
Posts: 130
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by xTerMn8R View Post
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)
Replacement
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>
One down, now if I can get one for DocStoc I'll be doing Great, I can do them with BBcode, but they pass 2 varibles so I have to use the "Option" in BBCode.
(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
i have installed this definition.. great for me using external pdfs... i just want to change the title on to middle from 'PDF' to thread title like in youtube embed..... may be this 'pdf=$p1' part in replacement to be changed.... i tried $threadtitle not working....
Reply With Quote
  #1795  
Old 12-22-2011, 07:10 PM
Digital Jedi's Avatar
Digital Jedi Digital Jedi is offline
 
Join Date: Oct 2006
Location: PopCulturalReferenceLand
Posts: 5,171
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by weindians View Post
i have installed this definition.. great for me using external pdfs... i just want to change the title on to middle from 'PDF' to thread title like in youtube embed..... may be this 'pdf=$p1' part in replacement to be changed.... i tried $threadtitle not working....
AME will only pull the title of URL source. So if it doesn't have one, such as a PDF, you have to use the default name of the definition. Template variables do not parse inside of of the replacement field.
Reply With Quote
  #1796  
Old 12-31-2011, 05:34 AM
whaase whaase is offline
 
Join Date: May 2006
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by meijin View Post
I just pulled this one out at random and just tried it again with the same result. Pasting the following link into a post (verified that all 3 eBay definitions are active) does nothing except give me a clickable link.

http://www.ebay.com/itm/260670311006...ht_3573wt_1163

Thanks for your help!
Quote:
Originally Posted by Digital Jedi View Post
Open the definition with the key ebay3, and in the Regular expression field, put a colon right about here:
Code:
[\w&;:\#.%\?=]*
I'm having the same issue, with ebay items only showing up as a clickable link. I made that modification to ebay3, with no result. Here is the link that's not working for me.(I know..I know.lol)
http://www.ebay.com/itm/Original-Ott...item4ab27b4e31
Reply With Quote
  #1797  
Old 01-22-2012, 10:04 PM
ShackMaster ShackMaster is offline
 
Join Date: Apr 2006
Posts: 252
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

facebook videos are not working for me. I have the latest AME and just imported the definition and enabled it. Currently I only have YouTube, Vimeo and facebook enabled.

Here is the link to where I am testing it in our forum:

http://www.hometheatershack.com/foru...tml#post490539

Here is the link to the facebook video:

https://www.facebook.com/pages/Value...c/107818673444

Here is the link from the facebook page I am trying to embed:

https://www.facebook.com/video/video...50484546314677

Any help is appreciated.
Reply With Quote
  #1798  
Old 01-24-2012, 05:13 PM
j-bo j-bo is offline
 
Join Date: Nov 2011
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sorry.. I have a dumb question. How do I get ALL of the definitions to show up in the AME CP?

It stops at the key "godtube". I'm assuming there are additional pages of definitions, but how do I get to the next page to see them?

When I imported, it said worked like a charm.

Is there a limitation on how many I can import?
Reply With Quote
  #1799  
Old 01-24-2012, 06:33 PM
ShackMaster ShackMaster is offline
 
Join Date: Apr 2006
Posts: 252
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ShackMaster View Post
facebook videos are not working for me. I have the latest AME and just imported the definition and enabled it. Currently I only have YouTube, Vimeo and facebook enabled.

Here is the link to where I am testing it in our forum:

http://www.hometheatershack.com/foru...tml#post490539

Here is the link to the facebook video:

https://www.facebook.com/pages/Value...c/107818673444

Here is the link from the facebook page I am trying to embed:

https://www.facebook.com/video/video...50484546314677

Any help is appreciated.
We figured this out... remove the "s" from "https".
Reply With Quote
  #1800  
Old 01-25-2012, 09:27 PM
j-bo j-bo is offline
 
Join Date: Nov 2011
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by j-bo View Post
Sorry.. I have a dumb question. How do I get ALL of the definitions to show up in the AME CP?

It stops at the key "godtube". I'm assuming there are additional pages of definitions, but how do I get to the next page to see them?

When I imported, it said worked like a charm.

Is there a limitation on how many I can import?
Anyone? I can't get vimeo and a lot of others to embed.

Yes.. I read the FAQ and see that sometimes it will only import half. I tried importing the others and it just won't import them, although it says it worked like a charm. Frustrating for newbies!

I even deleted a bunch that I didn't want and tried to re-import just vimeo, photobucket, and a few others and would not import.
Reply With Quote
  #1801  
Old 01-26-2012, 12:41 PM
Pahonix Pahonix is offline
 
Join Date: Jul 2009
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Looks like the request forum is offline again...

This GameSpot video isn't parsing:

http://www.gamespot.com/the-secret-w...video-6349173/

Has GameSpot has changed their video URL scheme? Almost all that I can find at http://www.gamespot.com/videos/index.html are www.gamespot.com / <gamename> / videos / videoname-videoid which doesn't match either of the conditions in the two GameSpot definitions (at least what my limited knowledge of expressions tells me).
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 08:52 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.08267 seconds
  • Memory Usage 2,370KB
  • Queries Executed 27 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (5)bbcode_code
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (5)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (2)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete