View Full Version : BB Code Enhancements - AME3 - Auto Media Embeding and Video Extender
Editing core files is the incorrect way to do things. They did add the hook so the following will fix the issue.
1. AdminCP>Plugins & Producs>Plugin Manager>Add New
2.
Product: AME3
Hook: data_parse_bbcode_video (not data_preparse_bbcode_video_start)
Title: AME - Parse bbcode video
Execution Order: 1
Plugin Code:
global $vbulletin;
require_once(DIR . '/includes/ame_prep.php');
$providers = ame_data_preparse($pagetext);
3. Plugin is active 'Yes'
4. Save
If you have cache enabled you might have to clear that.
thanks for this i have been trying last past 2 hours to fix this
Moncha
02-23-2012, 05:24 PM
Works a treat on 4.1.10 with the post 1008 mod...
thaminder
02-23-2012, 07:23 PM
can you add 2 more sites please looking for
rutube.ru example:
<lj-embed> <OBJECT width="470" height="353"><PARAM name="movie" value="http://video.rutube.ru/a3613c2883a821b6603299040e405c09"></PARAM><PARAM name="wmode" value="window"></PARAM><PARAM name="allowFullScreen" value="true"></PARAM><EMBED src="http://video.rutube.ru/a3613c2883a821b6603299040e405c09" type="application/x-shockwave-flash" wmode="window" width="470" height="353" allowFullScreen="true" ></EMBED></OBJECT></lj-embed>
and for
putlocker.com example
<iframe src="http://www.putlocker.com/embed/57119D6F2A015859" width="600" height="360" frameborder="0" scrolling="no"></iframe>
thanks for this mod
doobiefillin
02-24-2012, 08:59 PM
How does look new vimeo url?
Place few examples.
direct link:
https://vimeo.com/36745150
embed code:
<iframe src="http://player.vimeo.com/video/36745150" width="600" height="340" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>
BoneDust
02-25-2012, 04:11 PM
Still doesn't work on my board with the fix posted.
edit: fixed it. Typo on my part; works great with this fix in vb 4.1.10
cheers
Alan_SP
02-25-2012, 08:18 PM
direct link:
https://vimeo.com/36745150
Try this options (use to create new descriptions):
Provider: Vimeo - New (you can use whatever, but unique)
Tagoption: vimeon (you can use whatever, but unique)
URL: http://www.vimeo.com
Regex URL: https:\/\/(?:www\.)?vimeo\.com\/([0-9]+) (just add s to http)
Embed:
<object class="restrain" type="application/x-shockwave-flash" width="640" height="360" data="http://vimeo.com/moogaloop.swf?clip_id={vb:raw code}">
<param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id={vb:raw code}" />
<param name="wmode" value="transparent" />
<!--[if IE 6]>
<embed width="640" height="360" type="application/x-shockwave-flash" src="http://vimeo.com/moogaloop.swf?clip_id={vb:raw code}" />
<![endif]--></object>
Priority: 0
This is what I have for old vimeo in Embed.
Anyway, this new settings works fine for me. Only thing that's different from old version is that you in Regex add s to http. And new names, as they need to be unique.
sweetpotato
03-04-2012, 07:31 AM
Editing core files is the incorrect way to do things. They did add the hook so the following will fix the issue.
1. AdminCP>Plugins & Producs>Plugin Manager>Add New
2.
Product: AME3
Hook: data_parse_bbcode_video (not data_preparse_bbcode_video_start)
Title: AME - Parse bbcode video
Execution Order: 1
Plugin Code:
global $vbulletin;
require_once(DIR . '/includes/ame_prep.php');
$providers = ame_data_preparse($pagetext);
3. Plugin is active 'Yes'
4. Save
If you have cache enabled you might have to clear that.
Thank you very much. This is an innovative way instead of changing vb file.
mmllc
03-04-2012, 04:04 PM
Editing core files is the incorrect way to do things. They did add the hook so the following will fix the issue.
1. AdminCP>Plugins & Producs>Plugin Manager>Add New
2.
Product: AME3
Hook: data_parse_bbcode_video (not data_preparse_bbcode_video_start)
Title: AME - Parse bbcode video
Execution Order: 1
Plugin Code:
global $vbulletin;
require_once(DIR . '/includes/ame_prep.php');
$providers = ame_data_preparse($pagetext);
3. Plugin is active 'Yes'
4. Save
If you have cache enabled you might have to clear that.
Did this, No Luck :(
It doesn't work for me. I have 4.1.9. I did this too:https://vborg.vbsupport.ru/showpost.php?p=2164682&postcount=1002 but still not working at all.
Edit: I apparently solve the problem. Thanks! :)
Do you know how you solved it exactly?
I'm having the same problem as everyone else is, just can't get this to work on a new forum I started - the embed codes for youtube are parsed as URL's. I have another forum still on VB3.8 where AME works flawlessly that I was thinking about upgrading to 4 but I won't if AME doesn't work.
It's that good of a mod.
:up:
ozvr4com
03-21-2012, 09:21 AM
Got it all working no problems!
Works well so far except one of member wants to embed photobucket videos.
I have tried two expamles and both do not work.
one is https://vborg.vbsupport.ru/showpost.php?p=1935554&postcount=50
and the other is DJs Media definitions.
Both of which dont work.
Ideas?
metalguy639
04-04-2012, 06:02 AM
Serious problems with vb 4.1.11 on this one. I've followed everything I can find to follow and still no luck on getting this to work properly on my newly upgraded vb site.
We went from vb 3.8 to vb 4.1.11 in the last week on the site and I've upgraded all our other hacks, but this one is giving some problems. On each page that has a video previously embedded on it I get this error:
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in [path]/includes/class_bootstrap.php(1403) : eval()'d code on line 8
I tried THIS (https://vborg.vbsupport.ru/showpost.php?p=2138475&postcount=946) post fix to no avail.
I have recounted the posts etc in the tools menu for AME as well I still get this error. Plus the previous links that were videos are now just plain links and they were not converted to video tags successfully. Is there something I'm missing here?
jca2112
04-08-2012, 01:59 PM
Is AME3 Auto Media Embeding and Video Extender no longer being developed?
The reason I ask is the mod is marked as last being updated on 17 Jan 2010 and I've been trying to review later posts in this thread about manually updating AME3 to get it working (https://vborg.vbsupport.ru/showpost.php?p=2164682&postcount=1002). Since I haven't read this entire thread -- has there been any activity or info about the future of this mod beyond user-contributed hacks/fixes?
Either way, thanks to the developer for all the hard work on the current and past versions of the mod.
We (unfortunately) had to upgrade from vBulletin 3 to vBulletin 4, so we're new to using AME3 versus the previous AME2 version. It looks like AM3 is changed significantly to work with vB 4's built-in [video] tag. One thing missing is the extraction of the page title of embedded linked videos (the old $ameinfo[title] variable in the previous AME). Are there any plans or way of getting that page title extraction back? If that is not possible or planned for AME3, does anyone know of a vB mod that extracts page titles of links/embeds? I can find PHP scripts for doing that, but I'm not familiar with how to write a plugin to make that work.
Appreciate any help/info.
Alan_SP
04-08-2012, 08:26 PM
There are two ways how can you make AME3 to work with new vB versions. But, searching for them I'll leave to you. Most simple is mentioned quite a bit. :)
jca2112
04-09-2012, 12:20 AM
There are two ways how can you make AME3 to work with new vB versions. But, searching for them I'll leave to you. Most simple is mentioned quite a bit. :)
Thanks, but I already linked to a "fix" in my previous post -- the plug-in method -- I assume that's the one you are referring to? If that is the right "fix" link, maybe it will save someone else having to search through a 85+ page thread. :)
But my post was asking about the current status of the plug-in. I'm not comfortable relying on user submitted "hacks" to keep a mod working -- that can create a lot of problems. Anyone have any more info or know of any alternatives?
Appreciate any help.
Alan_SP
04-09-2012, 12:02 PM
With this fix mod works just fine.
Of course, if you're asking if someone will continue to develop this mod in event of future changes in code that might broke it completely, that's uncertain for any mod, not just this. We can only hope that someone will find solution at the time when new solution will be needed.
metalguy639
04-09-2012, 09:28 PM
Is AME3 Auto Media Embeding and Video Extender no longer being developed?
The reason I ask is the mod is marked as last being updated on 17 Jan 2010 and I've been trying to review later posts in this thread about manually updating AME3 to get it working (https://vborg.vbsupport.ru/showpost.php?p=2164682&postcount=1002). Since I haven't read this entire thread -- has there been any activity or info about the future of this mod beyond user-contributed hacks/fixes?
Either way, thanks to the developer for all the hard work on the current and past versions of the mod.
We (unfortunately) had to upgrade from vBulletin 3 to vBulletin 4, so we're new to using AME3 versus the previous AME2 version. It looks like AM3 is changed significantly to work with vB 4's built-in [video] tag. One thing missing is the extraction of the page title of embedded linked videos (the old $ameinfo[title] variable in the previous AME). Are there any plans or way of getting that page title extraction back? If that is not possible or planned for AME3, does anyone know of a vB mod that extracts page titles of links/embeds? I can find PHP scripts for doing that, but I'm not familiar with how to write a plugin to make that work.
Appreciate any help/info.
Thanks tried that fix and still no luck on converting the old videos to be shown. Does anyone know how to convert the old AME 2.5 video links to work with the built in vb system?
Alan_SP
04-10-2012, 10:04 AM
Converting of some old videos could be done only manually. Just remove ame BBcode around it, leave video link and post it.
Some videos are converted fine (simpler ones as I remember).
metalguy639
04-10-2012, 12:32 PM
Converting of some old videos could be done only manually. Just remove ame BBcode around it, leave video link and post it.
Some videos are converted fine (simpler ones as I remember).
Ugh! I think there are quite a few videos on the forum. :( Was hoping there might be an easier answer.
cutsomeat
04-11-2012, 11:00 AM
Is there an alternative to this mod that is supported?
egclive
04-15-2012, 04:01 PM
doesn't work for shit for me.
pete_brady
04-15-2012, 04:16 PM
<a href="https://vborg.vbsupport.ru/showpost.php?p=2019974&postcount=608" target="_blank">https://vborg.vbsupport.ru/showp...&postcount=608</a>
is still needed
doobiefillin
04-18-2012, 02:01 AM
anyone getting this error:
Fatal error: Call to a member function verify_db() on a non-object in /home/airsocie/public_html/forums/includes/ame_prep.php on line 29
edytwinky
05-01-2012, 04:08 AM
Anybody having problems getting this to work? The links are not automatically converting to the video like in vb3
PimvanJ
05-01-2012, 05:43 PM
Anybody having problems getting this to work? The links are not automatically converting to the video like in vb3
try this.
https://vborg.vbsupport.ru/showpost.php?p=2164682&postcount=1002
It work for me on VB 4.1.6
edytwinky
05-10-2012, 11:10 PM
I uninstalled AME from my site and reinstalled it. Now when I try to go post a youtube video, it just posts the link. I'm on 4.1.12.
I also do not have these files on my server:
- admincp/ame.php
- amecache/*
- includes/xml/cpnav_ame.xml
- includes/xml/hooks_ame.xml
- includes/ame_cache.php
-includes/ame_prep.php
00glenn
05-18-2012, 01:28 PM
try this.
https://vborg.vbsupport.ru/showpost.php?p=2164682&postcount=1002
It work for me on VB 4.1.6
Yep it's all working now, Thanks :p
00glenn
05-19-2012, 05:36 PM
bryanb,
sure, here you are:
url:
http://www.liveleak.com/
regex url:
http:\/\/www\.liveleak\.com\/view\?i=([a-zA-Z0-9-_]+)
Embed:
<object width="450" height="370"><param name="movie" value="http://www.liveleak.com/e/{vb:raw code}"></param><param name="wmode" value="transparent"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.liveleak.com/e/{vb:raw code}" type="application/x-shockwave-flash" wmode="transparent" allowscriptaccess="always" width="450" height="370"></embed></object>
Works for me, thanks
indemand
05-21-2012, 10:37 AM
For the life of me I could not get this to work after a fresh install on 4.1.12.
Turns out all of the forums defaulted to Not allow video code. Changed these in Forum Manager and it works as advertised. (with the extra "AME parse bbcode video" plugin code)
If you're having trouble I hope you're fix is this simple.
Alan_SP
05-21-2012, 06:50 PM
Strange thing is, I'm just starting new site and there first forums were without enabled video BBcode, but after I set this up, new forums I'm creating allow video BBcode by default.
Chadi
05-25-2012, 01:36 AM
I need only YouTube and GodTube if someone could please help me on this since GodTube is not there and I don't know how to properly add it.
Also, get this error when I click on amefy_lichous link, which I have no idea what it is anyway
Warning: file_get_contents([path]/includes/database_error_message.html) [function.file-get-contents]: failed to open stream: No such file or directory in [path]/includes/class_core.php on line 1149
Warning: file_get_contents(/home/xxxxx/public_html/includes/database_error_page.html) [function.file-get-contents]: failed to open stream: No such file or directory in /home/xxxx/public_html/includes/class_core.php on line 1256
Chadi
05-25-2012, 02:08 AM
Using vb 4.2.0
This is not working for me, the links are not converted to embedded videos at all.
Did I miss something?
edytwinky
05-25-2012, 02:53 AM
For the life of me I could not get this to work after a fresh install on 4.1.12.
Turns out all of the forums defaulted to Not allow video code. Changed these in Forum Manager and it works as advertised. (with the extra "AME parse bbcode video" plugin code)
If you're having trouble I hope you're fix is this simple.
I'll have to give this a try. Thanks!
Chadi
05-25-2012, 03:13 AM
I don't see anything in forum manager regarding video on my end and I have both AME and AME'fy installed.
edytwinky
05-26-2012, 05:40 AM
I don't see anything in forum manager regarding video on my end and I have both AME and AME'fy installed.
Tested this out and it's not working for me either after the upgrade. All my old videos from vb 3.8 with the old AME mod now just shows the coding and not the video
edytwinky
05-26-2012, 12:18 PM
Editing core files is the incorrect way to do things. They did add the hook so the following will fix the issue.
1. AdminCP>Plugins & Producs>Plugin Manager>Add New
2.
Product: AME3
Hook: data_parse_bbcode_video (not data_preparse_bbcode_video_start)
Title: AME - Parse bbcode video
Execution Order: 1
Plugin Code:
global $vbulletin;
require_once(DIR . '/includes/ame_prep.php');
$providers = ame_data_preparse($pagetext);
3. Plugin is active 'Yes'
4. Save
If you have cache enabled you might have to clear that.
Trying this out.
Once I have it added, how do you check if you have cache enabled?
edytwinky
05-27-2012, 02:16 PM
It's all working for me now.
mickknutson
06-03-2012, 02:05 PM
I have a vimeo URL from a channel RSS like:
http://vimeo.com/channels/paragliding#43217467 but the actual individual video is
http://vimeo.com/43217467
is it possible to parse this out into the correct video?
JetLee
06-04-2012, 01:14 AM
I just upgraded to vb4.2.0 and these two mods below got this working great for me.
https://vborg.vbsupport.ru/showpost.php?p=2019974&postcount=608
I have applied for a new hook to be added to take care of the issue in 4.0.3 so hopefully this will only be "broken" for this iteration. If you want to fix, you will need to apply the following file edit:
Note: THIS IS FOR VERSION 4.0.3.
Edit includes/functions_video.php and change:
function parse_video_bbcode($pagetext)
{
global $vbulletin;
to
function parse_video_bbcode($pagetext)
{
global $vbulletin;
require_once(DIR . '/includes/ame_prep.php');
$providers = ame_data_preparse($pagetext);
https://vborg.vbsupport.ru/showpost.php?p=2164682&postcount=1002
Editing core files is the incorrect way to do things. They did add the hook so the following will fix the issue.
1. AdminCP>Plugins & Producs>Plugin Manager>Add New
2.
Product: AME3
Hook: data_parse_bbcode_video (not data_preparse_bbcode_video_start)
Title: AME - Parse bbcode video
Execution Order: 1
Plugin Code:
global $vbulletin;
require_once(DIR . '/includes/ame_prep.php');
$providers = ame_data_preparse($pagetext);
3. Plugin is active 'Yes'
4. Save
If you have cache enabled you might have to clear that.
mickknutson
06-05-2012, 02:29 AM
I have a vimeo URL from a channel RSS like:
http://vimeo.com/channels/paragliding#43217467 but the actual individual video is
http://vimeo.com/43217467
is it possible to parse this out into the correct video?
Here is another video link I get:
http://vimeo.com/channels/31585#35423259
the video is actually http://vimeo.com/35423259
please help with a code for this. Thanks!
LouiseWilson
06-06-2012, 05:11 PM
ok I got this working with VB 4.2.0 with the fixs in this thread
However Having an Issue adding the soundcloud deff
here is what I have
http://www.soundcloud.com
http://[w\.]*soundcloud\.com/([\w-]+)/(?!sets/)([\w-]+)
<object height="81" width="100%">
<param name="movie" value="http://player.soundcloud.com/player.swf?url=http://www.soundcloud.com/$p1/$p2"></param>
<param name="allowscriptaccess" value="always"></param>
<param name="wmode" value="transparent"></param>
<embed allowscriptaccess="always" height="81" src="http://player.soundcloud.com/player.swf?url=http://www.soundcloud.com/$p1/$p2" type="application/x-shockwave-flash" width="100%" wmode="transparent"></embed></object>
<span style="text-align:center" class="smallfont"><a href="$ameinfo[url]">$ameinfo[title]</a></span>
however nothing shows any help appreciated
MajorFm.com
06-07-2012, 05:05 PM
Installed on 4.2.0 and on AME CP
I see black white pages on all tabs, any advice?
terminator2k2
06-07-2012, 05:35 PM
any amazon integration for affiliate links?
Manoel J?nior
06-08-2012, 03:42 PM
How to include:
http://xhamster.com
http://sextubepromo.com
http://www.xtube.com
http://www.pornhub.com
?? Please!
Treeleaf
06-15-2012, 02:44 AM
Does anyone have a working Justin.tv code?
Many thanks.
illkeyone
06-19-2012, 04:43 PM
I just updated my forums to the latest version ( 4.2.0 PL2 ) but will it work? Do I need to do any edit?
May someone please respond :) Thanks & kind regards.
balastruka
06-21-2012, 06:36 PM
Hi
For vimeo:
Try this options (use to create new descriptions):
Provider: Vimeo - New (you can use whatever, but unique)
Tagoption: vimeon (you can use whatever, but unique)
URL: http://www.vimeo.com
Regex URL: https:\/\/(?:www\.)?vimeo\.com\/([0-9]+) (just add s to http)
Embed:
<object class="restrain" type="application/x-shockwave-flash" width="640" height="360" data="http://vimeo.com/moogaloop.swf?clip_id={vb:raw code}">
<param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id={vb:raw code}" />
<param name="wmode" value="transparent" />
<!--[if IE 6]>
<embed width="640" height="360" type="application/x-shockwave-flash" src="http://vimeo.com/moogaloop.swf?clip_id={vb:raw code}" />
<![endif]--></object>
Priority: 0
This is what I have for old vimeo in Embed.
Anyway, this new settings works fine for me. Only thing that's different from old version is that you in Regex add s to http. And new names, as they need to be unique.
Change in Embed code this:
<param name="wmode" value="transparent" />
for this:
<param name="wmode" value="{vb:raw wmode}" />
Change in Regex URL:
https:\/\/(?:www\.)?vimeo\.com\/([0-9]+)
For this:
https?:\/\/(?:www\.)?vimeo\.com\/([0-9]+)
And works in vb4.1.12.
BR
mertiliuss
07-06-2012, 06:57 PM
work in vbulletin 4.2.0?
whitey99
07-07-2012, 04:11 AM
work in vbulletin 4.2.0?
Yeap, you need to ensure you apply this patch (https://vborg.vbsupport.ru/showpost.php?p=2019974&postcount=608)
whitey99
07-07-2012, 04:12 AM
I just updated my forums to the latest version ( 4.2.0 PL2 ) but will it work? Do I need to do any edit?
May someone please respond :) Thanks & kind regards.
Apply the patch (https://vborg.vbsupport.ru/showpost.php?p=2019974&postcount=608)
whitey99
07-07-2012, 04:14 AM
ok I got this working with VB 4.2.0 with the fixs in this thread
However Having an Issue adding the soundcloud deff
here is what I have
http://www.soundcloud.com
http://[w\.]*soundcloud\.com/([\w-]+)/(?!sets/)([\w-]+)
<object height="81" width="100%">
<param name="movie" value="http://player.soundcloud.com/player.swf?url=http://www.soundcloud.com/$p1/$p2"></param>
<param name="allowscriptaccess" value="always"></param>
<param name="wmode" value="transparent"></param>
<embed allowscriptaccess="always" height="81" src="http://player.soundcloud.com/player.swf?url=http://www.soundcloud.com/$p1/$p2" type="application/x-shockwave-flash" width="100%" wmode="transparent"></embed></object>
<span style="text-align:center" class="smallfont"><a href="$ameinfo[url]">$ameinfo[title]</a></span>
however nothing shows any help appreciated
This worked for me
http://soundcloud.com/
Regex: http://[w\.]*soundcloud\.com/([A-Za-z0-9_-]+/[A-Za-z0-9_-]+)
Embed: <object height="81" width="90%">
<param name="movie" value="http://player.soundcloud.com/player.swf?url=http://www.soundcloud.com/{vb:raw code}/$p2"></param>
<param name="allowscriptaccess" value="always"></param>
<param name="wmode" value="transparent"></param>
<embed allowscriptaccess="always" height="81" src="http://player.soundcloud.com/player.swf?url=http://www.soundcloud.com/{vb:raw code}/$p2" type="application/x-shockwave-flash" width="100%" wmode="transparent"></embed></object>
<span><a href="http://www.soundcloud.com/{vb:raw code}/$p2">http://www.soundcloud.com/{vb:raw code}</a></span>
LouiseWilson
07-15-2012, 10:02 AM
did you put anything in the Regex Scrape ?
as its still blank for me
Onion_Bag_Dave
07-21-2012, 11:15 AM
Trying to get the soundcloud embed to work aswell. Not working, showing blank for me also! Perfect mod if can get it working.
Zerogamer
07-25-2012, 01:44 PM
Kinda be cool if there was one for images?
DougCooper
08-25-2012, 04:08 PM
can I use this mod to automatically convert soundcloud links ?
Use users can currently post soundcloud links with the URL but i'd like to them to not have to both with code and just drop the links straight into a post.
whitey99
08-26-2012, 07:56 AM
can I use this mod to automatically convert soundcloud links ?
Use users can currently post soundcloud links with the URL but i'd like to them to not have to both with code and just drop the links straight into a post.
Yeap - when using this mod users just post a URL and the system changes it
DougCooper
08-26-2012, 09:03 AM
How is this done ? i.e how do I configure plugin to accept Soundcloud ?
elfenny
08-26-2012, 05:34 PM
It did not work, went up the folders via ftp but the document. Pdf does not open
LouiseWilson
08-27-2012, 01:27 PM
you need the Pdf on your pc and have some sort of pdf reader installed on your os before you can read it.
gibigbig
08-28-2012, 04:19 AM
Patch not working for 4.2 PL2
gibigbig
08-28-2012, 04:22 AM
Patch not working for 4.2 PL2
uninstalled
whitey99
08-28-2012, 10:42 AM
How is this done ? i.e how do I configure plugin to accept Soundcloud ?
Once you have the plug-in installed - refer to https://vborg.vbsupport.ru/showpost.php?p=2345710&postcount=1299 on how to add SoundCloud to your AME install
MidnighToker
09-03-2012, 08:55 PM
Patch not working for 4.2 PL2
uninstalled
Same here. Was hoping to be able to stick with this, but constant "Error 500" on every post whether there was media involved or not.
UPDATE - I was able to get this working on v4.2 PL2. There was a conflict with an older plug-in that was causing the errors.
Thanks!
Draffi
09-06-2012, 09:50 PM
Hello MidnighToker!
Please can you tell us the name from this older Plug-In ???
Superorb
09-07-2012, 04:49 AM
For some reason I cannot do fullscreen on Vimeo. It works fine with Youtube though. Anyone else have this problem?
yjeanrenaud
09-07-2012, 08:06 AM
Is there any way to get AME on the mobile style? I mean, right now in 4.2 pl2 it only displays a great, white space where a video should be. it'd already help if the url would be put out and linked so users could click them to watch the videos.
mradlin
09-12-2012, 11:08 AM
Installed!
Works as described. ;)
Superorb
09-12-2012, 02:58 PM
Installed!
Works as described. ;)
Does Vimeo fullscreen work for you?
mradlin
09-12-2012, 09:54 PM
Does Vimeo fullscreen work for you?
I just tested it. The full screen part doesn't work for me either.
Superorb
09-12-2012, 10:04 PM
I just tested it. The full screen part doesn't work for me either.
I know other forums that use this plugin and Vimeo full screen works fine. It's an older 3.x vBulletin though.
Superorb
09-12-2012, 10:24 PM
Ok I got it working. Seems AME3 is using an old, deprecated version of Vimeo's code. We can still get away with it by adding a single parameter just like the other ones are.
<param name="allowfullscreen" value="true" />
mradlin
09-13-2012, 01:31 AM
Ok I got it working. Seems AME3 is using an old, deprecated version of Vimeo's code. We can still get away with it by adding a single parameter just like the other ones are.
<param name="allowfullscreen" value="true" />
Where did you put the parameter?
Superorb
09-13-2012, 01:54 AM
Where did you put the parameter?
Right under one of the other parameters that were already there for the Vimeo settings in the AME options.
mradlin
09-13-2012, 02:17 AM
Right under one of the other parameters that were already there for the Vimeo settings in the AME options.
Can you copy the whole code you used?
Superorb
09-13-2012, 02:24 AM
Can you copy the whole code you used?
Here you go.
<object class="restrain" type="application/x-shockwave-flash" width="640" height="360" data="//vimeo.com/moogaloop.swf?clip_id={vb:raw code}">
<param name="movie" value="//vimeo.com/moogaloop.swf?clip_id={vb:raw code}" />
<param name="wmode" value="{vb:raw wmode}" />
<param name="allowfullscreen" value="true" />
<!--[if IE 6]>
<embed width="640" height="360" type="application/x-shockwave-flash" src="//vimeo.com/moogaloop.swf?clip_id={vb:raw code}" />
<![endif]--></object>
mradlin
09-13-2012, 03:19 AM
Here you go.
<object class="restrain" type="application/x-shockwave-flash" width="640" height="360" data="//vimeo.com/moogaloop.swf?clip_id={vb:raw code}">
<param name="movie" value="//vimeo.com/moogaloop.swf?clip_id={vb:raw code}" />
<param name="wmode" value="{vb:raw wmode}" />
<param name="allowfullscreen" value="true" />
<!--[if IE 6]>
<embed width="640" height="360" type="application/x-shockwave-flash" src="//vimeo.com/moogaloop.swf?clip_id={vb:raw code}" />
<![endif]--></object>
"Perfect"
Thanks!! :D
Superorb
09-13-2012, 03:23 AM
"Perfect"
Thanks!! :D
Glad to help :)
sticky
09-29-2012, 05:05 PM
Is there any way to make this auto embed links people post with the additional stuff on the end of the youtube url's like &watchblahblah or whatever it is.
Basically, a lot of youtube links don't embed automatically.
adbox
10-02-2012, 03:40 PM
Patch not working for 4.2 PL2
uninstalled
I'm experiencing this too. Patch is installed but stopped working.
Superorb
10-02-2012, 04:27 PM
Working fine for me on 4.2PL2 still, I just tested it.
Superorb
10-08-2012, 08:58 PM
Does enabling Cache speed things up or is it best to keep it turned off?
Toorak Times
10-14-2012, 03:17 AM
Does anyone know if this supports vBTUBE?
Thanks guys and gals
turbosatan
10-20-2012, 10:40 AM
Yeap, you need to ensure you apply this patch (https://vborg.vbsupport.ru/showpost.php?p=2019974&postcount=608)
can this just be added to the homepage of this mod and included into the install package. takes a while to read the whole thread to find out the patch is for v4.2 aswell as 4.0.3
invitezone
10-21-2012, 02:10 PM
Can anyone supply definitions for adult sites please?
Xvideos
Xhamster
redtube
porn8
eroprofile
etc...
much appreciated, thanks
invitezone
10-22-2012, 05:25 PM
anyone?
Joerga
10-31-2012, 03:46 PM
Can anybody help me with this please.
I'm trying to add a new site this is what i already got
Regex: http?:\/\/www\.newschoolers\.com\/watch\/([0-9]+\.[0-9])\/([a-zA-Z]+)\?.*
Embed: <iframe src="http://www.newschoolers.com/videoembed/{vb:raw code}" class="nsVideoEmbed" width="640" height="390" frameborder="0" style="border: 0px; padding: 0xp; margin: 0px;"></iframe>
The original URL is: http://www.newschoolers.com/watch/577657.0/Wapbaballibop?c=11&o=3&t=2
And the original embed Code is: <iframe src="http://www.newschoolers.com/videoembed/577657" class="nsVideoEmbed" width="640" height="390" frameborder="0" style="border: 0px; padding: 0xp; margin: 0px;"></iframe>
It nearly works but I need the video ID in the embed code without the ".0" at the End.
The embed code with my current regex is: <iframe src="http://www.newschoolers.com/videoembed/577657.0" class="nsVideoEmbed" width="640" height="390" frameborder="0" style="border: 0px; padding: 0xp; margin: 0px;"></iframe>
And what I need is:
<iframe src="http://www.newschoolers.com/videoembed/577657" class="nsVideoEmbed" width="640" height="390" frameborder="0" style="border: 0px; padding: 0xp; margin: 0px;"></iframe>
Can anybody give me a hint how to do this?
Thanks!
karabaja3
11-01-2012, 12:35 AM
So, there is no definitions for AME3 like there's for AME2?
mdreamer
11-07-2012, 12:17 PM
Hi,
I am using AME3 since ever and happy with it.
2 months ago I migrated my vBulletin form one server to another. Everything seems to be working great except one irritating thing, there is an error-warning prompt after writing or editing a post that contains AME3 element.
I've attached a screenshot of the error.
At first I tried to play around with the path at the plug-in/product settings part but seem it has no effect.
Does someone know what's wrong with it?
Maayan
scottct1
11-12-2012, 04:25 PM
I just upgraded to vb4.2.0 and these two mods below got this working great for me.
https://vborg.vbsupport.ru/showpost.php?p=2019974&postcount=608
https://vborg.vbsupport.ru/showpost.php?p=2164682&postcount=1002
I just installed AME for the first time on vb 4.2.
I did both of these and its still not working, it just displays the link any other ideas?
neopets
11-12-2012, 07:30 PM
This mod is not working at all with vBulletin 4.2.0 Patch Level 3
mdreamer
11-26-2012, 10:47 AM
This mod is not working at all with vBulletin 4.2.0 Patch Level 3
it does for me...
Hi,
I am using AME3 since ever and happy with it.
2 months ago I migrated my vBulletin form one server to another. Everything seems to be working great except one irritating thing, there is an error-warning prompt after writing or editing a post that contains AME3 element.
I've attached a screenshot of the error.
At first I tried to play around with the path at the plug-in/product settings part but seem it has no effect.
Does someone know what's wrong with it?
Maayan
anyone please?
Alan_SP
11-26-2012, 07:38 PM
Does someone know what's wrong with it?
This looks like very strange server configuration for me. I worked with cPanel and Plesk, but this is something I never seen before (I'm not server expert though).
It looks like you should consult people from your server support. They would know what to do and why there's this error.
Alan_SP
11-26-2012, 07:40 PM
I did both of these and its still not working, it just displays the link any other ideas?
This mod is not working at all with vBulletin 4.2.0 Patch Level 3
It works just fine for me, but I used patched version.
Dax IX
11-26-2012, 10:03 PM
This worked for me
http://soundcloud.com/
Regex: http://[w\.]*soundcloud\.com/([A-Za-z0-9_-]+/[A-Za-z0-9_-]+)
Embed: <object height="81" width="90%">
<param name="movie" value="http://player.soundcloud.com/player.swf?url=http://www.soundcloud.com/{vb:raw code}/$p2"></param>
<param name="allowscriptaccess" value="always"></param>
<param name="wmode" value="transparent"></param>
<embed allowscriptaccess="always" height="81" src="http://player.soundcloud.com/player.swf?url=http://www.soundcloud.com/{vb:raw code}/$p2" type="application/x-shockwave-flash" width="100%" wmode="transparent"></embed></object>
<span><a href="http://www.soundcloud.com/{vb:raw code}/$p2">http://www.soundcloud.com/{vb:raw code}</a></span>
This is what I get out of that code:
http://soundcloud.com/daxix/interlude
I'm using vB 4.2.0 pl3 and I applied the patch for functions_video.php.
haincha
12-05-2012, 10:29 PM
Thanks for the updates from the community. My other tagger stopped working. So, I tried this one. After a little tweaking suggested I got it working!
Ross L
12-06-2012, 07:00 AM
Even with the code changes, I couldn't get this to work with a fresh install of vB. It's a shame, as this was one of my favourite mods.
mdreamer
12-10-2012, 11:25 AM
Hi,
I am using AME3 since ever and happy with it.
2 months ago I migrated my vBulletin form one server to another. Everything seems to be working great except one irritating thing, there is an error-warning prompt after writing or editing a post that contains AME3 element.
I've attached a screenshot of the error.
At first I tried to play around with the path at the plug-in/product settings part but seem it has no effect.
Does someone know what's wrong with it?
Maayan
PLEASE, anyone?
odonel
12-20-2012, 07:16 PM
How does one remove the the tags from the url once they are parsed? Uninstalling AME, reset to default still leaves the "....... in the post. How can I get rid of it ? I am looking into converting VB to another forum
not working with
vBulletin 4.2.0 Patch Level 3
Using the code posted in this thread here (https://vborg.vbsupport.ru/showpost.php?p=2019974&postcount=608) fixed my issue.
DAMINK
01-02-2013, 07:10 AM
I am using Latest version available: 4.2.0 Patch Level 3 without any patches as suggested and its working fine.
I have been able to get abc news video, Dailymotion, facebook, fox news, keezmovies, liveleak, livestream, Metacafe, pornhub, redtube, Vimeo, xhamster, xnxx, youporn and YouTube to work just fine.
And before you say anything. Yes i like certain domains above others lolz.
Toorak Times
01-03-2013, 02:27 PM
Does it work with vBTube urls?
nitrogen14
01-04-2013, 08:39 PM
dont work for me 4.2.0 pl3
tryed with fixes and without
https://vborg.vbsupport.ru/showpost.php?p=2164682&postcount=1002
or
https://vborg.vbsupport.ru/showpost.php?p=2019974&postcount=608
i see only
https://www.youtube.com/watch?v=EBTHTu4lREw in page source
where is player?
-----------
I NEEDED ACTIVATE VIDEO BB IN FORUM SETTINGS TO SEE A PLAYER
edytwinky
01-22-2013, 02:48 AM
Anybody having a problem getting Hulu videos to work? I can't get them to embed.
YouTube has no problems at all
I've had AME running on an existing for that has went through upgrades since 3.8. It is currently running 4.2.0 Patch Level 3 and it runs AME fine.
I setup a new forum running 4.2.0 Patch Level 3 and it doesn't work. I've tried the patches and still nothing. Any idea on how to get this to work?
yjeanrenaud
01-23-2013, 08:21 PM
I run 4.2 pl3 and it works
I'm not sure what is wrong them. I'm using another youtube embed plugin that seems to work for now.
Jonathan81
01-29-2013, 04:56 PM
not working with
vBulletin 4.2.0 Patch Level 3
Using the code posted in this thread here (https://vborg.vbsupport.ru/showpost.php?p=2019974&postcount=608) fixed my issue.
This worked for me too
Digital Jedi
02-08-2013, 03:41 PM
Just as an FYI, I have one major project to work on first, and then I'm onto an AME 3 definitions set. As I apparently have figured out a way to make AME 3 work on my demo board after all these years. Will release a small beta set first, and it will certainly not come to be as large my AME 2.5 set because of the limitation present in AME 3/vB4 that only allows for one extraction parameter. But I'll do my best to work around that. I'll be working to get that out by the end of February. If you don't see a release by then, it's because I've been delayed, and not because I gave up or lost interest. So stay tuned.
COBRAws
03-21-2013, 03:30 PM
provided soundcloud code does not work on my 4.2.0 PL 3 :/
COBRAws
03-21-2013, 04:31 PM
provided soundcloud code does not work on my 4.2.0 PL 3 :/
For soundcloud use HTTPS
Provider: SoundCloud
Tagoption: sc
URL: https://soundcloud.com/
RegEx URL: https:\/\/[w\.]*soundcloud\.com/([A-Za-z0-9_-]+/[A-Za-z0-9_-]+)
Embed: <param name="movie" value="http://player.soundcloud.com/player.swf?url=http://www.soundcloud.com/{vb:raw code}/$p2"></param>
K4GAP
03-21-2013, 04:42 PM
Just as an FYI, I have one major project to work on first, and then I'm onto an AME 3 definitions set. As I apparently have figured out a way to make AME 3 work on my demo board after all these years. Will release a small beta set first, and it will certainly not come to be as large my AME 2.5 set because of the limitation present in AME 3/vB4 that only allows for one extraction parameter. But I'll do my best to work around that. I'll be working to get that out by the end of February. If you don't see a release by then, it's because I've been delayed, and not because I gave up or lost interest. So stay tuned.
I've tried to install on my test forum but nothing shows up. It's as if I never installed it. It ain't costing me nothing so I'll just wait until your release.
Thanks for your efforts on this.
mradlin
03-27-2013, 11:25 AM
Has anyone else noticed that if there are more than one post with a video, they don't all show up sometimes unless the page is refreshed?
datoneer
04-29-2013, 12:35 AM
Installed but it doesn't work when i post a youtube link. URL is still there
datoneer
04-30-2013, 03:10 PM
This worked for me too
Same for me it's working now thanks
fxdigi-cash
05-15-2013, 07:58 AM
so far only dailymotion doesn't work on vb4.2.1..!!!
any idea??
Joerga
05-27-2013, 06:49 AM
For soundcloud use HTTPS
Provider: SoundCloud
Tagoption: sc
URL: https://soundcloud.com/
RegEx URL: https:\/\/[w\.]*soundcloud\.com/([A-Za-z0-9_-]+/[A-Za-z0-9_-]+)
Embed: <param name="movie" value="http://player.soundcloud.com/player.swf?url=http://www.soundcloud.com/{vb:raw code}/$p2"></param>
This one doesn't work. Any ideas where the problem is?
MonkYZ
06-18-2013, 11:34 PM
Gametrailers not working anymore for me... Any chance for a new working code?
Thx!
Bubble #5
08-11-2013, 11:20 PM
Same for me it's working now thanks
Yep, verified. This fixes the hack for 4.21.
boggseric
08-20-2013, 12:37 AM
Looks like they added the needed hook.
Running 4.2.1
Change the hook for the plugin "AME - Auto Convert URLs"
from data_parse_bbcode_video_start
to
data_parse_bbcode_video
and then you don't need the file modification on functions_video.php
boggseric
08-30-2013, 04:07 PM
bryanb,
sure, here you are:
url:
http://www.liveleak.com/
regex url:
http:\/\/www\.liveleak\.com\/view\?i=([a-zA-Z0-9-_]+)
Embed:
<object width="450" height="370"><param name="movie" value="http://www.liveleak.com/e/{vb:raw code}"></param><param name="wmode" value="transparent"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.liveleak.com/e/{vb:raw code}" type="application/x-shockwave-flash" wmode="transparent" allowscriptaccess="always" width="450" height="370"></embed></object>
I've added this in but it's not embedding the liveleak videos. :confused:
provider:
LiveLeak
Tagoption:
liveleak
URL:
http://www.liveleak.com/
Regex URL:
http:\/\/www\.liveleak\.com\/view\?i=([a-zA-Z0-9-_]+)
Regex Scrape:
blank
Embed:
<object width="450" height="370"><param name="movie" value="http://www.liveleak.com/e/{vb:raw code}"></param><param name="wmode" value="transparent"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.liveleak.com/e/{vb:raw code}" type="application/x-shockwave-flash" wmode="transparent" allowscriptaccess="always" width="450" height="370"></embed></object>
Seems pretty straight forward...
It converts the post to a link but no video, upon editing the post I see this:
http://www.liveleak.com/view?i=71d_1377852902
Anyone got a clue why this isn't working?
I tried clearing cache and re-trying it but that didn't help.
Replicators
09-15-2013, 01:35 AM
This mod doesn't seem to convert the url to video tags.
Replicators
09-15-2013, 02:04 PM
Hulu doesn't seem to work, i been working on it for hours and cannot get it to work at all.
Digital Jedi
09-17-2013, 09:34 PM
I'm actively trying to work out the bugs in the definitions set for AME 3, if anyone is still interested. It's been...weird, to say the least. I'm currently operating on a vB 4.0.3 test board. If there is anyone that wouldn't mind opening a section up on their board (test board or otherwise) to me using 4.1 or higher, then I'd be happy to do some development there as well. Keeping in mind, things can get wiggy, and sometimes things can just conk out. There are some oddities with how AME 3 reacts with vB4 that I'm not entirely sure why they do what they do. I'll post a beta set in a separate thread when I have something I'm comfortable with sharing.
dknelson
09-24-2013, 09:39 PM
Is this mod working at all on 4.2.1. I installed it on my new forum with just the 5 or 6 definitions that it came with but it doesn't do anything when I paste a link into a forum. Just the link shows up.
Digital Jedi
09-25-2013, 02:03 AM
Is this mod working at all on 4.2.1. I installed it on my new forum with just the 5 or 6 definitions that it came with but it doesn't do anything when I paste a link into a forum. Just the link shows up.
As I understand it, it should. Provided you make the hook change mentioned a few posts back.
dknelson
09-25-2013, 10:26 AM
Yes, that worked. Thank you very much.
Ross L
09-27-2013, 09:04 PM
I have a strange issue with this plugin.
I have one forum, which has been running this mod from the early days of vB4 and on that site (it is updated to the latest revision of vB4), it works perfectly. I have tried installing this on fresh installs, with the changes detailed in this thread and it doesn't work. Any ideas as to why this could be?
Thanks in advance.
Ross
Digital Jedi
09-28-2013, 01:11 AM
For anyone interested, my Beta set of definitions is posted: www.vbulletin.org/forum/showthread.php?t=302731
Digital Jedi
10-04-2013, 05:06 PM
Just to let everyone know, I will be forking my own version of AME for release here, and will attempt to address any bugs related to AME 3. My first release will, however, be AME 2.5.7 for the vB 3 series. As soon as my version is completed and release (it's almost done, actually), I'll start working on a new version of AME 3. The two mods are very different, so, as usual, bear with me while I work on getting things ready.
katie hunter
10-05-2013, 01:54 PM
Where is the rest of the file, i couldn't find the xml file in the zip file.
I uninstalled ame on vb 3.7.x before i upgraded to vb 4.2.1 but this version is missing the xml, or am i missing something ?
Digital Jedi
10-05-2013, 02:39 PM
Where is the rest of the file, i couldn't find the xml file in the zip file.
I uninstalled ame on vb 3.7.x before i upgraded to vb 4.2.1 but this version is missing the xml, or am i missing something ?
Yeah. ;)
From the troubleshooting section of the readme:
3. Where is the product XML file?
By default, AME requests that you read the installation instructions. This is where it says ?The AME3 product file is in your includes/xml folder and is called product-ame.xml.?
;)
I have a feeling I'm going to need to move that back out to the root zip :D
katie hunter
10-05-2013, 03:13 PM
Hi Jedi :) thanks, is there a way i can install it right away? or do i have to apply the changes you referred to in the previous posts, i haven't checked your posts yet but you said this
As I understand it, it should. Provided you make the hook change mentioned a few posts back.
Would you know when will you release your own version? This is a very popular and good mod since vb 3.7 :)
Digital Jedi
10-05-2013, 04:05 PM
Hi Jedi :) thanks, is there a way i can install it right away? or do i have to apply the changes you referred to in the previous posts, i haven't checked your posts yet but you said this
It depends on your vB version. There are file edits required for earlier versions of vB 4 that didn't have the necessary hook. Once the hook was added, those versions of vB 4 have to apply the hook. Either way, you'd make the changes after you install.
Would you know when will you release your own version? This is a very popular and good mod since vb 3.7 :)
I know it won't be soon. First I'm going to release my updated version of 2.5. That's almost ready. Since AME 3 is coded very differently, I'm not sure how long that one will take.
katie hunter
10-06-2013, 02:31 AM
Hi Jedi, i have the latest stable vb version vb 4.2.1. So do i need to edit anything or is installing AME mod right away will work without the need to edit any files or hooks?
Digital Jedi
10-06-2013, 03:15 AM
No, both versions of AME require changes. Which is one of the reasons I want to release my own version. Older versions require the file edits. Newer require the hook change. I forget which hook it is at the moment, but the instructions for the hook change are towards the start of this thread. Do a "thread search" for hook and it should come up quicker. Hooks are changed in your plugin manager.
katie hunter
10-06-2013, 12:14 PM
I will just wait for the new version you're releasing, safer and better (:
SPEEDKILLZ
10-10-2013, 02:52 AM
Can someone please tell me what i need to do to the hook to make this work on vb 4.2.1? Thanks
RedTurtle
10-10-2013, 05:53 AM
Can someone please tell me what i need to do to the hook to make this work on vb 4.2.1? Thanks
Hook changes can be found here: https://vborg.vbsupport.ru/showpost.php?p=2439864&postcount=1367
SPEEDKILLZ
10-10-2013, 06:25 AM
TE=RedTurtle;2451672]Hook changes can be found here: https://vborg.vbsupport.ru/showpost.php?p=2439864&postcount=1367[/QUOTE]
thank You. still Learning VB. Where Do I Find This To Change?
Digital Jedi
10-10-2013, 02:08 PM
thank You. still Learning VB. Where Do I Find This To Change?
Plugins are found in your Admin CP in your Plugin Manager. (Right below where you go to install/view products.) Look for the plugins related to AME in the list, open up the one you need and use the dropdown menu to change the hook location. Then save.
RedTurtle
10-10-2013, 02:40 PM
Digital Jedi,
I'm also waiting for your release for vB4 -- would love to use it. Thank you for your hard work!
Wajow-community
10-13-2013, 08:02 PM
i do a youtube link in the topic butt the video doesnt work only the link stay???
DemOnstar
10-15-2013, 01:21 PM
Installed on 4.2.1 and changed the hook location as per https://vborg.vbsupport.ru/showpost.php?p=2439864&postcount=1367 and all seems ok...
:up: to the DJ...
Can this still be nominated?
Digital Jedi
10-15-2013, 04:26 PM
Installed on 4.2.1 and changed the hook location as per https://vborg.vbsupport.ru/showpost.php?p=2439864&postcount=1367 and all seems ok...
:up: to the DJ...
Can this still be nominated?
Sure. Any modification can be nominated that's not in the Graveyard.
i do a youtube link in the topic butt the video doesnt work only the link stay???
You probably need an updated definition. Check my add-on for a more recent copy.
aspkin
10-18-2013, 01:13 AM
Hmm.. I installed this on 4.2.2 and made the hook change, even added the extra definitions and it doesn't seem to be working..
Anyone else having issues with 4.2.2?
Adam Wood
10-20-2013, 04:49 PM
For anyone interested, my Beta set of definitions is posted: www.vbulletin.org/forum/showthread.php?t=302731Seems that some of these* aren't working in 4.2.1, or else I'm doing something wrong. Dailymotion works, for example, but Hulu doesn't seem to. Vimeo gives me a wide blank space where a video should be, but there's no video.
Should I get these definitions before I try to tinker with this to make these others work, or have I done something fundamentally wrong here?
NB: I did make the hook change recommended.
*"these" being what is included in the original package, not the additional set of definitions.
Digital Jedi
10-20-2013, 05:42 PM
Seems that some of these* aren't working in 4.2.1, or else I'm doing something wrong. Dailymotion works, for example, but Hulu doesn't seem to. Vimeo gives me a wide blank space where a video should be, but there's no video.
Should I get these definitions before I try to tinker with this to make these others work, or have I done something fundamentally wrong here?
NB: I did make the hook change recommended.
*"these" being what is included in the original package, not the additional set of definitions.
Actually, very few of the default definitions should work. More than half of those services don't use the same embed code (or, in some cases, don't exist) anymore. Which is why I put out that beta set.
atest-RAHRAH
12-10-2013, 08:44 PM
On vBulletin 4.2.2
And cannot get this to work. Any input on it?
Tested with only youtube and its not converting.
H@K@N
12-15-2013, 11:48 AM
same here ... code is not parsing.
rotor
12-18-2013, 06:55 PM
On vBulletin 4.2.2
And cannot get this to work. Any input on it?
Tested with only youtube and its not converting.
Works ok for me on 4.2.2 after Hook change and updating definitions - have you done both?
rotor
12-18-2013, 10:30 PM
Ok, I downloaded AME3, installed and updated the Hook and definitions as per thread but I cant get the map to come up when I place the google map code in the post - I guess I need the Definition for Google Maps which I noticed isn't in this list but is in the older version list which wont import into this version?
Also - is there a way to add Co-ordinates? Latitude and Longitude inside the Google Map definition?
Digital Jedi
12-19-2013, 01:10 AM
Ok, I downloaded AME3, installed and updated the Hook and definitions as per thread but I cant get the map to come up when I place the google map code in the post - I guess I need the Definition for Google Maps which I noticed isn't in this list but is in the older version list which wont import into this version?
Also - is there a way to add Co-ordinates? Latitude and Longitude inside the Google Map definition?
A Google Maps definition hasn't been made for AME 3 yet. It's on a large list of things I intend to add. But you would find it in the AME 3 definitions thread, when it's available. You wouldn't be able to use coordinates. AME is for embedding links, not key words. So you need whatever the URL was for the coordinates you have in mind to make that work.
rotor
12-19-2013, 01:54 AM
A Google Maps definition hasn't been made for AME 3 yet. It's on a large list of things I intend to add. But you would find it in the AME 3 definitions thread, when it's available. You wouldn't be able to use coordinates. AME is for embedding links, not key words. So you need whatever the URL was for the coordinates you have in mind to make that work.
which wouldn't be a problem as each map from a search would have that url I guess - any time frame for the map in AME3 ;)
Digital Jedi
12-19-2013, 04:59 AM
which wouldn't be a problem as each map from a search would have that url I guess - any time frame for the map in AME3 ;)
A little behind on the next Beta set. But I think everyone is used to that from me by now. I always get it out. Just never when I expect.
rotor
12-19-2013, 11:51 AM
not a prob ..... look forward to it
Big-Pete
01-14-2014, 06:36 PM
Digital Jedi, Do you have any instructions for creating a new definition file? I'm looking to add a definition for my site -> http://game-play.tv <- so that our forum can use AME3 to play vids..
SPEEDKILLZ
01-16-2014, 01:51 AM
this Still work On 4.2.2 you You guys? I Cannot Get YouTube To embed.
SPEEDKILLZ
01-16-2014, 03:03 AM
When post a link and preview it looks like
http://www.youtube.com/watch?v=bwRfHSKosP4
Digital Jedi
01-17-2014, 06:17 AM
Digital Jedi, Do you have any instructions for creating a new definition file? I'm looking to add a definition for my site -> http://game-play.tv <- so that our forum can use AME3 to play vids..
For AME 3, no. But you can check the resources post in the AME 2.5 Definitions thread. I believe I linked to an article where someone else did do a AME 3 Definitions tutorial. You can also extrapolate a bit from the AME 2.5 Definitions tutorial, as there's only one or two differences.
Phaedrus
01-18-2014, 06:47 AM
this Still work On 4.2.2 you You guys? I Cannot Get YouTube To embed.
It works for me on 4.2.2
Nice the fix for the here (https://vborg.vbsupport.ru/showpost.php?p=2019974&postcount=608) worked great,
psychonikeo
01-23-2014, 07:19 PM
Hi dude. First of all, thanks u for ur mod.
But, since recently for some reason youtube links get url tags around it.. Happened out of the blue pretty much
Any suggestions? 4.2.2 btw
sticky
01-30-2014, 05:37 AM
Can anything be done about mobile youtube links auto embedding? Ones that start with m.xxxx.com?
sticky
01-30-2014, 05:53 AM
For example a link like this: http://m.youtube.com/watch?gl=US&hl=en&client=mv-google&v=derzWWYf3-w
Cell phone users can't figure out how to embed the videos so a definition for mobile would be very, very useful.
sticky
02-01-2014, 11:49 AM
For example a link like this: http://m.youtube.com/watch?gl=US&hl=en&client=mv-google&v=derzWWYf3-w
Cell phone users can't figure out how to embed the videos so a definition for mobile would be very, very useful.
Anyone?
Alan_SP
02-01-2014, 10:44 PM
Solution for this is you create new description:
Provider: YouTube - mobile (you can put here any name you want, as long as it is unique).
Tagoption: youtubem (you can put here any name you want, as long as it is unique).
URL: http://m.youtube.com
Regex URL: http:\/\/m\.youtube\.com\/watch\?.*v=([a-z0-9-_]+)
Regex Scrape (leave this empty)
Embed: <object width="660" height="400"><param name="movie" value="http://www.youtube.com/v/{vb:raw code}?fs=1&hl=en_US&rel=0&hd=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/{vb:raw code}?fs=1&hl=en_US&rel=0&hd=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="660" height="400"></embed></object>
(put here code you already use on your forum for other YT videos, so you have uniform videos in your posts)
Priority: 0
rotor
02-06-2014, 09:56 PM
A Google Maps definition hasn't been made for AME 3 yet. It's on a large list of things I intend to add. But you would find it in the AME 3 definitions thread, when it's available. You wouldn't be able to use coordinates. AME is for embedding links, not key words. So you need whatever the URL was for the coordinates you have in mind to make that work.
Any progress on the Google Maps definition?? Really need something to point a map at places in threads .... ;)
Alan_SP
02-06-2014, 10:11 PM
If you really need it, use BBcode for that purpose.
rotor
02-06-2014, 10:47 PM
Are you referring to this thread?
https://vborg.vbsupport.ru/showthread.php?t=220936
ok hadn't added any BBC before, this worked great .... thx
sticky
02-10-2014, 06:52 PM
Solution for this is you create new description:
Provider: YouTube - mobile (you can put here any name you want, as long as it is unique).
Tagoption: youtubem (you can put here any name you want, as long as it is unique).
URL: http://m.youtube.com
Regex URL: http:\/\/m\.youtube\.com\/watch\?.*v=([a-z0-9-_]+)
Regex Scrape (leave this empty)
Embed: <object width="660" height="400"><param name="movie" value="http://www.youtube.com/v/{vb:raw code}?fs=1&hl=en_US&rel=0&hd=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/{vb:raw code}?fs=1&hl=en_US&rel=0&hd=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="660" height="400"></embed></object>
(put here code you already use on your forum for other YT videos, so you have uniform videos in your posts)
Priority: 0
This works perfectly! Thank you so much been looking for a way to get mobile video links to auto-embed for a while now.
Thank you!
Alan_SP
02-10-2014, 08:25 PM
No problem. :up:
You can mimic this code in case if there's new YT video links, just adjust key settings to comply with new links.
biftek
02-28-2014, 10:04 PM
how can i stop the site list appearing in the "insert video box"
MikesSite
03-18-2014, 04:24 PM
Can someone please give me the definition for Flickr Slideshows and videos? Can't seem to get it right. Thanks.
Digital Jedi
03-18-2014, 08:10 PM
I'm not aware there is a definition for Flickr. There's one I made for AME 2.5, but it was limited to video, as Slideshow URLs were just too similar.
DreadsUK
03-31-2014, 02:10 PM
Followed the install process, all seems to be installed find but its not embedding or changing anything
using 4.2.2
This was the result i was given
https://vborg.vbsupport.ru/external/2014/12/19.png
MikesSite
03-31-2014, 03:00 PM
I'm not aware there is a definition for Flickr. There's one I made for AME 2.5, but it was limited to video, as Slideshow URLs were just too similar.
Perhaps you could help. The Flickr URL in question is
http://www.flickr.com/photos/username/slideshow#
ex: http://www.flickr.com/photos/username/1234567891011
The embed code is <iframe align="center" src="https://www.flickr.com/photos/username/slideshow#/in/photostream/player/" width="800" height="547" frameborder="0" allowfullscreen webkitallowfullscreen mozallowfullscreen oallowfullscreen msallowfullscreen></iframe>
Thanks!
DreadsUK
04-15-2014, 08:12 AM
Can anyone help?
Disco_Dave
04-15-2014, 08:55 AM
Can anyone help?
I use these two:
https://vborg.vbsupport.ru/showthread.php?t=261296
https://vborg.vbsupport.ru/showthread.php?t=248880
Both work well with 4.2.2
DreadsUK
04-24-2014, 09:29 AM
Does anyone know of a google map embedder?
carsafety
04-25-2014, 09:26 PM
I can't seem to find a plugin that converts Amazon product links to add an affiliate tag to them. I had been using AME 2.5, but am in the process of testing an upgrade from 3.8 to 4.2. It appears the syntax of the definitions has changed.
Does anyone have a definition to add an amazon affiliate tag that is working?
If not, could someone kindly advise on how to re-code? This is what I have for 2.5:
Regular Expression:
http://www\.amazon\.[com\.]*/[\w%-]*/[\w]+/([\w]+).*
Replacement:
<b><a href="$ameinfo[url]?tag=yourtaghere-20" target="_blank" title="$ameinfo[url]"><img src="images/misc/amazon_icon.gif" border="0" alt="$ameinfo[title]" />$ameinfo[title]</a></b>
Any help making this work with AME 3 for vB4.2.2 would be much appreciated!
sticky
05-15-2014, 01:51 AM
I've noticed youtube videos embedding at a larger size. Is there any way to keep them at a smaller size with automatic embedding?
Alan_SP
05-15-2014, 06:35 PM
Of course, you control code which gets embedded, so you can define how big videos are.
rohirrim
08-23-2014, 07:57 PM
Hi;
is there a way to hide videos from guests?
yjeanrenaud
08-23-2014, 08:22 PM
yes, that should be possible. try adding
<vb: if condition="is_member_of($vbulletin->userinfo, 1)">
add your code here.
</vb:if>
rohirrim
08-23-2014, 08:40 PM
Thanks for your answer. I added the code on bbcodes but this time vidoes doesn show both members and guest. Just blank white area. All I want to show a message to guest if they want to see the vidoe they must register. Here is my edited bbcode. Any help will be relly appraciated?
<vb: if condition="is_member_of($vbulletin->userinfo, 1)"><object class="restrain" type="application/x-shockwave-flash" width="640" height="360" data="//vimeo.com/moogaloop.swf?clip_id={vb:raw code}">
<param name="movie" value="//vimeo.com/moogaloop.swf?clip_id={vb:raw code}" />
<param name="wmode" value="{vb:raw wmode}" />
<!--[if IE 6]>
<embed width="640" height="360" type="application/x-shockwave-flash" src="//vimeo.com/moogaloop.swf?clip_id={vb:raw code}" />
<![endif]--></object></vb:if>
yes, that should be possible. try adding
<vb: if condition="is_member_of($vbulletin->userinfo, 1)">
add your code here.
</vb:if>
Pure Dope
08-24-2014, 09:24 PM
I just want the definitions. I dont want to be upgrading this on my board. Can I just import the newest definitions?????
sticky
10-02-2014, 12:33 AM
Does anyone have any idea why if a video is embedded using this code:
http://youtu.be/Mabpe5ZYMAM
It is larger than if it is embedded using this code?
https://www.youtube.com/watch?v=Mabpe5ZYMAM
Alan_SP
10-03-2014, 12:07 PM
Yes, actually it's pretty obvious.
You use two (2) different codes for each link (type) to YT videos.
youtu code uses larger video output than youtube.
Edit definition for code that makes a problem for you (larger or smaller). You could use same code for both types of YT links, it would work just fine.
sticky
10-03-2014, 04:07 PM
Yes, actually it's pretty obvious.
You use two (2) different codes for each link (type) to YT videos.
youtu code uses larger video output than youtube.
Edit definition for code that makes a problem for you (larger or smaller). You could use same code for both types of YT links, it would work just fine.
Heh, not obvious to me! Thanks.
I'm going to try putting in the same code and see how that works.
Alan_SP
10-03-2014, 10:59 PM
Just take a look at video definitions (ACP->Ame CP->Display) and you'll see list of codes you use. When you look at each definition, embed code is what defines size of video.
Alan_SP
12-17-2014, 06:17 PM
You need to modify AME3 to work, in first post isn't working version. Search thread to find modification you need to apply to get it working.
Replicators
12-29-2014, 02:17 PM
This mod desperately needs updated, i got it to where it changes the links to video tags and everything, but the video is not showing up, it just displays the link. I have done the hook change and everything, no go.
ozzy47
12-29-2014, 02:20 PM
I would not hold my breath, the mod is marked unsupported, has not been updated in five years, so I doubt it will ever happen. :(
Replicators
12-29-2014, 03:38 PM
I would not hold my breath, the mod is marked unsupported, has not been updated in five years, so I doubt it will ever happen. :(
Well earlier in this thread someone was gonna rebuild it to work with modern versions of vbulletin, but it never got done. Someone should take this over.
ozzy47
12-29-2014, 08:08 PM
It would have to be built from the ground up, as the code is not marked reusable. :(
intruder
01-16-2015, 09:08 AM
TheGeek: https://vborg.vbsupport.ru/showthread.php?t=304206
Digital Jedi
01-16-2015, 10:17 AM
It would have to be built from the ground up, as the code is not marked reusable. :(
The Geek gave permission to run with it, he just never bothered to mark it. I have the post bookmarked, somewhere. Hence the reason I released "DJ's AME 2.5.7". I was the one planning to release an updated version for vB4, as I did for vB3. Still am. But 2014 interrupted those plans, temporarily.
lacidious
01-29-2015, 05:53 PM
So this doesnt work with the most recent VB 4 upgrade then? I installed it, and then installed DJ's definitions but nothing is embedding.
Changed the hook as per: https://vborg.vbsupport.ru/showpost.php?p=2439864&postcount=1367
And still didn't work.
If I post this for example: https://www.youtube.com/watch?v=3Ns8gngxQ0Q
It just parses with url tags around it.
Edit - I see, it isn't embedding because it has https in front of it rather than just http. Is there a way to get it to embed the https links as well? I tried jst copying the youtube definition but put https in front of it, and it didn't work.
Alan_SP
01-30-2015, 06:43 AM
Read the thread.
One example of mobile YT is here (https://vborg.vbsupport.ru/showpost.php?p=2478482&postcount=1414).
You can do the same with https, just change regex when creating new definition (you also need to make it unique definition, so give it new name and tagoption.
lacidious
01-30-2015, 07:02 PM
I read that, I just did it wrong. lol Thank you very much, worked like a charm.
mykkal
02-27-2015, 08:08 PM
The Geek gave permission to run with it, he just never bothered to mark it. I have the post bookmarked, somewhere. Hence the reason I released "DJ's AME 2.5.7". I was the one planning to release an updated version for vB4, as I did for vB3. Still am. But 2014 interrupted those plans, temporarily.
Really looking forward to seeing your release for vb4.2.3. I have php 5.5 running on my server. If you need a test enviroment please let me know.
mykkal
05-17-2015, 12:07 AM
Read the thread.
One example of mobile YT is here (https://vborg.vbsupport.ru/showpost.php?p=2478482&postcount=1414).
You can do the same with https, just change regex when creating new definition (you also need to make it unique definition, so give it new name and tagoption.
So this does work with vb 4.2.3?
sticky
06-16-2015, 05:49 PM
For the most part this works well but all the damn different youtube url types make it hit or miss.
If someone uses https://youtu.be/ instead of https://www.youtube.com/ it won't work.
Anyone know how to fix this?
sticky
06-16-2015, 05:50 PM
^ Actually I think the problem is that it is https:// and not http://
Alan_SP
06-18-2015, 06:45 PM
It's simple, just add new definition. It's explained numerous times here, read old posts.
sticky
06-23-2015, 03:09 AM
It's simple, just add new definition. It's explained numerous times here, read old posts.
Well it's a 97 page thread but thanks. I'm not super savvy on definitions but I'll give it a shot.
Alan_SP
06-23-2015, 04:04 PM
Here's direct link to all my posts in this thread: https://vborg.vbsupport.ru/search.php?do=finduser&userid=358895&searchthreadid=230707
I explained it, so you'll easily make new definitions.
jca2112
07-05-2015, 04:26 PM
So this (unsupported) plug-in stopped working when upgrading to 4.2.3.
It looks like the AME - Display Don't Auto Convert Option funtion in the parse_templates hook location is causing the thread display/edit/etc. to crash (completely blank page). If I disable that one plug-in hook, the thread(s) no longer crash.
Any ideas on how to make this work? Or better yet, has anyone come up with an alternative plug-in?
Appreciate any help/info.
sticky
07-14-2015, 05:46 PM
Is anyone else struggling with getting Facebook video to embed? I don't know why I just can get Facebook video to work smoothly.
sticky
08-13-2015, 11:35 AM
Is there a definition for instagram that anyone has?
TandyServices
09-07-2015, 11:10 AM
I figured out some of the Adult ones. Post is at: https://vborg.vbsupport.ru/showpost.php?p=2554468&postcount=63
the one
01-07-2016, 06:44 PM
does this work with mediafire video's
cheers
Alan_SP
01-07-2016, 06:47 PM
You always can add your own file descriptions, so it works with unlimited number of media definitions.
Max Taxable
02-07-2016, 12:06 AM
I only just now installed this on my vB 4.2, need a definition written - would anyone help?
streamable.com is the site.
Alan_SP
04-11-2016, 03:55 PM
Provider: Vidme
Tagoption: vidme
URL: https://vid.me
Regex URL: https:\/\/vid\.me\/([a-z0-9]+)
Regex Scrape:
Embed:
<iframe src="https://vid.me/e/{vb:raw code}" frameborder="0" allowfullscreen webkitallowfullscreen mozallowfullscreen scrolling="no" height="400" width="660"></iframe>
Priority: 0
____________________
Of course, some parameters can be of your own choosing (provider name, tagoption, height and width of iframe).
Scalemotorcars
04-25-2016, 08:43 PM
Can someone please post the new definition for youtube. PLEASE......
Alan_SP
04-26-2016, 05:07 PM
All YT definitions work just fine for me. Be more precise what definition doesn't work, i.e. which definition you don't have.
justasiam
05-01-2016, 11:09 PM
Does this work in the Articles section of vb, or just in the forums?
justasiam
05-01-2016, 11:23 PM
I installed this into 4.2.3 and it does not work. I went to my test forum and posted and youtube link and made sure the "convert links to video" box was checked.
It just dispays the link.
Ideas?
Alan_SP
05-02-2016, 07:04 PM
You need to use one of the two fixes there are. Search thread for them.
sticky
05-16-2016, 02:57 AM
I only just now installed this on my vB 4.2, need a definition written - would anyone help?
streamable.com is the site.
I need this same thing. Guess streamable is getting popular.
lacidious
01-15-2017, 03:49 AM
Stupidly upgraded to 4.2.3 now every single video is blank. Woot.
Is there an easy fix for this or am I forced to upgrade to the vb5 debacle?
*Edit - So it actually works and embeds fine if I post a new video link but all the old videos are blank. I tried rebuilding and what not through AME not sure what I am doing wrong.
Alan_SP
01-29-2017, 08:19 AM
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.
incisor
02-23-2017, 12:14 AM
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...
Alan_SP
02-23-2017, 04:29 PM
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.
sticky
07-22-2017, 05:55 PM
I apologize if I missed it but does anyone have this working with Instagram?
unitedpunjab
07-25-2017, 07:18 AM
Instagram
RegEx:
[https]*://[www\.]*instagram\.com/p/(.*)
Replacement HTML:
<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>
sticky
07-25-2017, 11:26 PM
Instagram
RegEx:
[https]*://[www\.]*instagram\.com/p/(.*)
Replacement HTML:
<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?
unitedpunjab
07-26-2017, 06:51 AM
This url format works for me,
https://www.instagram.com/p/SomeId123/
bfdzio
07-27-2017, 11:08 AM
Anyone have any clue what is going on here?
https://vborg.vbsupport.ru/external/2017/07/12.png
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.
sticky
07-27-2017, 07:33 PM
This url format works for me,
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.
sticky
07-28-2017, 12:32 AM
Instagram
RegEx:
[https]*://[www\.]*instagram\.com/p/(.*)
Replacement HTML:
<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?
Alan_SP
07-30-2017, 07:33 PM
You can always check my post here: https://vborg.vbsupport.ru/showpost.php?p=2582793&postcount=1473 (my previous post on this thread).
You may have same problem as I had. And in this case, whatever code you use, it wouldn't work. Unless you manually edit video bbcode template.
bfdzio
08-07-2017, 10:41 AM
Anyone have any clue what is going on here?
https://vborg.vbsupport.ru/external/2017/07/12.png
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.
https://vborg.vbsupport.ru/showpost.php?p=2588927&postcount=1478
Anyone have any idea on this problem?
bfdzio
08-09-2017, 10:53 AM
Bumping for my problem above :(
bfdzio
08-25-2017, 12:30 PM
Anyone have any clue what is going on here?
https://vborg.vbsupport.ru/external/2017/07/12.png
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.
I will pay somebody up front to help solve this problem!
bfdzio
11-28-2017, 03:29 PM
Anyone have any clue what is going on here?
https://vborg.vbsupport.ru/external/2017/07/12.png
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.
Just wanted to post that I fixed this in case anyone else runs into the issue. Had given up but then other day took another crack at it and got it fixed in 5 minutes.
Replaced the embed code under "Display" for the mod in the AME CP to this:
<script type="text/javascript">
function loadx(data) {
document.write(data.html);
}
</script>
<script type="text/javascript" src="https://api.twitter.com/1/statuses/oembed.json?id={vb:raw code}&callback=loadx"></script>
<div class="twitter" onLoad="loadx().html"></div>
lacidious
03-22-2018, 05:20 AM
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.
Doesn't work for me either. Twitter embed stopped working for me too.
lacidious
03-24-2018, 07:03 PM
Nobody has a media definition for the newest changes to twitter? We quote twitter a ton in our forum, really sucks not having auto embed.
bfdzio
04-18-2018, 12:38 PM
Nobody has a media definition for the newest changes to twitter? We quote twitter a ton in our forum, really sucks not having auto embed.
It still works for me, the problem is the ?=s19 at the end of the URL on mobile link.
snakes1100
11-11-2018, 04:33 PM
Anyone still have ame working on vb 4.2.5 & it still auto parses a video link?
Have a site that only shows a link, doesnt preview the video.
bambum
11-27-2018, 09:19 AM
Anyone still have ame working on vb 4.2.5 & it still auto parses a video link?
Have a site that only shows a link, doesnt preview the video.
I have the same problem. The installation was ok but with the urls video nothing hapens.
Inside AME CP all looks like ok.
version: 4.2.5
Edit:
When I try to rebuild the url the result is exactly the same. Does have it sense?
Building....
post 5:
was:
https://www.youtube.com/watch?v=3rVIgguXY4I
it is now:
https://www.youtube.com/watch?v=3rVIgguXY4I
snakes1100
12-01-2018, 01:34 PM
Yes it rebuilds & reports it converted links, but it doesnt & it displays nodda in a thread/post.
lacidious
07-14-2019, 06:56 PM
Guys this is what I have for the Twitter embed, and it's not working for me. What am I doing wrong?
<script type="text/javascript">
function loadx(data) {
document.write(data.html);
}
</script>
<script type="text/javascript" src="https://api.twitter.com/1/statuses/oembed.json?id={vb:raw code}&callback=loadx"></script>
<div class="twitter" onLoad="loadx().html"/>
And here's the REGEX:
^https?:\/\/twitter\.com\/(?:#!\/)?\w+\/status\/(\d+)
I also tried this REGEX:
[https]*://[www\.]*twitter\.com/[\w-]+/status[es]*/([\d]+)
Try this BB code https://vborg.vbsupport.ru/showthread.php?p=2573046&postcount=10
It works in vB 4.x as well.
SnakeEaterITA
04-05-2020, 02:50 PM
Hi everyone, we recently upgraded to PHP 7.0 (which vB seems to still support), and now the server is throwing these errors relative to AME:
[05-Apr-2020 14:24:28 Europe/Rome] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; AME_editor_prep has a deprecated constructor in /home/pst/public_html/forum/includes/ame_prep.php on line 321
[05-Apr-2020 14:24:28 Europe/Rome] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; AME_message_prep has a deprecated constructor in /home/pst/public_html/forum/includes/ame_prep.php on line 408
[05-Apr-2020 14:25:19 Europe/Rome] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; AME_prep_base has a deprecated constructor in /home/pst/public_html/forum/includes/ame_prep.php on line 86
EDIT: I have renamed the constructs to __construct, hopefully this will fix the issue
Does anyone have any advise on what the issue with the class declaration is and how to fix this?
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.