Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
AME3 - Auto Media Embeding and Video Extender Details »»
AME3 - Auto Media Embeding and Video Extender
Version: 3.0.1, by The Geek The Geek is offline
Developer Last Online: Jan 2019 Show Printable Version Email this Page

Category: BB Code Enhancements - Version: 4.0.0 Rating:
Released: 12-20-2009 Last Update: 01-16-2010 Installs: 1363
DB Changes Uses Plugins
Additional Files  
No support by the author.

From the makers of Smooth and Jazz comes the singing sensation my mom has been waiting months for:

AME3. Bigger. Badder. Bestest.

NOTE ABOUT vB4.0.3: ------------------------------------------------------------

vBulletin 4.0.3 has changed the way video codes are handled and in the process, inadvertently broke AME3. I have submitted a bug report and believe that the issue will be quickly resolved. There is a manual fix you can apply for 4.0.3 here in the interim.
-----------------------------------------------------------------------------------------------

AME3 is the sequel to the multi award winning AME 1x and AME 2x systems. AME3. This time, its different.
AME3 does 3 things:
  • It allows users to simply paste URLs into their message without having to use the video bbcode or video popup box.
  • It allows you to add, edit and customise the video definitions that ship with vB4
  • It allows you to import community created definitions to extend the system in ways you otherwise couldn't.
Now you can use AME anywhere you can use video bbcode: posts, blogs, visitor messages, the CMS, etc...

Note that I am releasing this early for beta testing and general feedback. There is currently a bug in RC2, RC4 and 4.0.0 that will prevent AME from working however there is a workaround posted below.

I have written a pretty comprehensive readme and attached it seperatly to this post. I suspect both this post and the readme will get updated as AME3 becomes finalised.

Download Now

File Type: zip the readme pdf.zip (1.72 MB, 8640 views)
File Type: zip AME3.zip (23.7 KB, 8383 views)

Screenshots

File Type: jpg wysiwyg.jpg (179.5 KB, 0 views)
File Type: jpg postbit.jpg (159.5 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
4 благодарности(ей) от:
Cadellin, Longcat, mapleleaffans, SKIDROW

Comments
  #1472  
Old 01-29-2017, 08:19 AM
Alan_SP's Avatar
Alan_SP Alan_SP is offline
 
Join Date: Nov 2009
Posts: 1,122
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I went https on my site and old definitions were using http protocol, so it means videos are considered problem.

I tried to sort this out with AME, but it didn't worked. It was strange, I had correct definitions (just change http to https and leave rest as it is, it works this way with youtube, which is main source of videos, guess it works for some other services), but it didn't helped.

Till I found that some definitions worked, some not.

Well, problem was that at least for me AME didn't changed correctly video_bbcode template. I needed manually to edit template. After that, videos work.

Not sure what went wrong.

In case that someone of you have same problem.
Reply With Quote
  #1473  
Old 02-23-2017, 12:14 AM
incisor incisor is offline
 
Join Date: May 2006
Posts: 22
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Alan_SP View Post
Well, problem was that at least for me AME didn't changed correctly video_bbcode template. I needed manually to edit template. After that, videos work.
could you elaborate please...
Reply With Quote
  #1474  
Old 02-23-2017, 04:29 PM
Alan_SP's Avatar
Alan_SP Alan_SP is offline
 
Join Date: Nov 2009
Posts: 1,122
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It's as I wrote: AME for some reason didn't changed video_bbcode template.

You edit video definition, you save it. But it doesn't get saved into video_bbcode template. Some did get saved. This gave me idea to check template and there I manually entered correct (https) definitions.

Which also lead me to remember that I tried to make some definitions (facebook) that didn't worked. Now I think that this is because AME didn't saved definitions into template. If I try again to play with this, I'll check template manually, just to be sure I have it there also.
Reply With Quote
  #1475  
Old 07-22-2017, 05:55 PM
sticky sticky is offline
 
Join Date: Sep 2003
Posts: 934
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I apologize if I missed it but does anyone have this working with Instagram?
Reply With Quote
  #1476  
Old 07-25-2017, 07:18 AM
unitedpunjab unitedpunjab is offline
 
Join Date: Feb 2006
Location: Scotland
Posts: 286
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Instagram

RegEx:
Code:
[https]*://[www\.]*instagram\.com/p/(.*)
Replacement HTML:
Code:
<div align='center'>
<blockquote style="width:480px;" class="instagram-media" data-instgrm-captioned data-instgrm-version="7">
<a rel="nofollow" href="https://www.instagram.com/p/$p1"></a></blockquote></div>
<script async defer src='//platform.instagram.com/en_US/embeds.js'></script>
Reply With Quote
  #1477  
Old 07-25-2017, 11:26 PM
sticky sticky is offline
 
Join Date: Sep 2003
Posts: 934
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by unitedpunjab View Post
Instagram

RegEx:
Code:
[https]*://[www\.]*instagram\.com/p/(.*)
Replacement HTML:
Code:
<div align='center'>
<blockquote style="width:480px;" class="instagram-media" data-instgrm-captioned data-instgrm-version="7">
<a rel="nofollow" href="https://www.instagram.com/p/$p1"></a></blockquote></div>
<script async defer src='//platform.instagram.com/en_US/embeds.js'></script>
It's adding the video tags but the embed code isn't working for some reason?
Reply With Quote
  #1478  
Old 07-26-2017, 06:51 AM
unitedpunjab unitedpunjab is offline
 
Join Date: Feb 2006
Location: Scotland
Posts: 286
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This url format works for me,

Code:
https://www.instagram.com/p/SomeId123/
Reply With Quote
  #1479  
Old 07-27-2017, 11:08 AM
bfdzio bfdzio is offline
 
Join Date: Oct 2007
Posts: 76
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Anyone have any clue what is going on here?


If you quote reply a guy who has more than 1 AME processed tweet, anything you type appears inside the quote box. If I edit a post that somebody quoted and remove all of the twitter embeds except one and then save it, the text will then be outside of the quote box and fixed. So..anyone have any idea? I thought it could be related to the quote expander I have but I removed that on a test style and no go.
Reply With Quote
  #1480  
Old 07-27-2017, 07:33 PM
sticky sticky is offline
 
Join Date: Sep 2003
Posts: 934
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by unitedpunjab View Post
This url format works for me,

Code:
https://www.instagram.com/p/SomeId123/
I appreciate your help but the replacement html code just isn't working for me. Just no embed for some reason.

Not sure what to do but thanks for trying.
Reply With Quote
  #1481  
Old 07-28-2017, 12:32 AM
sticky sticky is offline
 
Join Date: Sep 2003
Posts: 934
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by unitedpunjab View Post
Instagram

RegEx:
Code:
[https]*://[www\.]*instagram\.com/p/(.*)
Replacement HTML:
Code:
<div align='center'>
<blockquote style="width:480px;" class="instagram-media" data-instgrm-captioned data-instgrm-version="7">
<a rel="nofollow" href="https://www.instagram.com/p/$p1"></a></blockquote></div>
<script async defer src='//platform.instagram.com/en_US/embeds.js'></script>
Would someone else be able to double check if this works or if it is the code perhaps?
Reply With Quote
Reply


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 01:15 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.05783 seconds
  • Memory Usage 2,357KB
  • Queries Executed 26 (?)
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
  • (8)bbcode_code
  • (4)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
  • (3)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (4)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (4)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