vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Major Additions - AME 2.5 - Media Embedding for posts, sigs, vm's, groups and blogs (https://vborg.vbsupport.ru/showthread.php?t=202476)

Ghostt 04-02-2011 05:30 AM

sry for the maybe offtopic question but its important.
is there a mod like that AME for wordpress ?
thanks very mutch for answer

Wonksta 04-02-2011 08:48 AM

Anyway to make the embedding of YouTube be more widescreen like the widescreen on YouTube?

BirdOPrey5 04-02-2011 01:18 PM

In the AME CP -> Settings there are several default width and heights... "Posting Zone" deals with posts.

I set my width to: 640 and height to: 385, I believe that matches the widescreen youtube settings.

Wonksta 04-02-2011 02:05 PM

Quote:

Originally Posted by BirdOPrey5 (Post 2180093)
In the AME CP -> Settings there are several default width and heights... "Posting Zone" deals with posts.

I set my width to: 640 and height to: 385, I believe that matches the widescreen youtube settings.

Thanks champ!

snakes1100 04-10-2011 05:35 PM

Youtu.be Addon:

Title = Your Choice
Description = Your Choice
Unique Key = Your Choice
Display Order = Your Choice
Active = Yes
Contain = Yes

Regex
Code:

http:\/\/youtu\.be\/([A-Za-z0-9-_]+)
Replacement
Code:

<object width="$ameinfo[width]" height="$ameinfo[height]">
<param name="movie" value="http://www.youtube.com/v/$p1&ap=%2526fmt%3D18&fs=1"></param>
<param name="allowFullScreen" value="true"></param>
<embed src="http://www.youtube.com/v/$p1&ap=%2526fmt%3D18&fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="$ameinfo[width]" height="$ameinfo[height]" wmode="transparent"></embed></object>

Noted Correction:
New Code - param name="movie" <-- Double quotes
Old Code - param name=''movie'' <-- Two single quotes

BirdOPrey5 04-10-2011 05:59 PM

Unfortunately with the new shorter youtube URLs I can no longer check if embedding is allowed anymore. If I attempt to "validate" it always fails with a "302" error- must be from youtu.be forwarding to youtube.com. If anyone knows how to get validation working on the shorter URLs please let me know.

joeychgo 04-12-2011 08:45 PM

This doesnt work properly for me on 3.8.7


Quote:

Originally Posted by snakes1100 (Post 2183068)
Youtu.be Addon:

Title = Your Choice
Description = Your Choice
Unique Key = Your Choice
Display Order = Your Choice
Active = Yes
Contain = Yes

Regex
Code:

http:\/\/youtu\.be\/([A-Za-z0-9-_]+)
Replacement
Code:

<object width="$ameinfo[width]" height="$ameinfo[height]">
<param name="movie" value="http://www.youtube.com/v/$p1&ap=%2526fmt%3D18&fs=1"></param>
<param name="allowFullScreen" value="true"></param>
<embed src="http://www.youtube.com/v/$p1&ap=%2526fmt%3D18&fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="$ameinfo[width]" height="$ameinfo[height]" wmode="transparent"></embed></object>

Noted Correction:
New Code - param name="movie" <-- Double quotes
Old Code - param name=''movie'' <-- Two single quotes


viper357 04-15-2011 06:25 AM

Quote:

Originally Posted by joeychgo (Post 2183970)
This doesnt work properly for me on 3.8.7

Doesn't work for me either on 3.8.5, however the couple of video's that I have come across with the new youtu.be thingy are still youtube.com in the address bar so I just use the link from the address bar and it works fine.

BirdOPrey5 04-16-2011 09:57 PM

Here's what I'm using for the new short youtube URLs...

Probably could be more efficient but it works for me. Even does a custom start time if you append #t=90 to the URL where 90 is the start time in seconds.

Import into your AME Control Panel.

EDIT- Updated file, now in post #1495

fly 04-16-2011 10:02 PM

I'm pretty sure that whoever invented regex did it because he hated people.

Thanks BirdOPrey5!!!

BirdOPrey5 04-16-2011 10:12 PM

Quote:

Originally Posted by fly (Post 2185442)
I'm pretty sure that whoever invented regex did it because he hated people.

Thanks BirdOPrey5!!!

It took me months if viewing regex help web pages with zero understanding- like reading a foreign language... but then one day, it just "clicked" and I went regex crazy. :)

viper357 04-17-2011 07:07 AM

Quote:

Originally Posted by BirdOPrey5 (Post 2185439)
Here's what I'm using for the new short youtube URLs...

Not working for me.

BirdOPrey5 04-17-2011 03:43 PM

Can you paste a short youtube URL here that isn't working?

viper357 04-17-2011 04:41 PM

I've tried 3 or 4 random youtube links and none of them work. http://youtu.be/TKPvwep08xc

BirdOPrey5 04-17-2011 09:13 PM

1 Attachment(s)
I don't know... here's that link on my forum:
http://www.juot.net/forums/showthrea...28#post1015228

It worked fine. But I think I see what might be the issue... The period in youtu.be I didn't 'escape' - that is it should be youtu\.be in the code. Some versions of php might require this while others don't.

I made this change and this is the updated definition. Delete the old one.

viper357 04-18-2011 05:58 AM

Still not working, not to worry Joe, thanks for trying.

BirdOPrey5 04-18-2011 12:18 PM

Something like this is going to annoy me all day... Can you give any more info? I assume by "doesn't work" you mean it doesn't even attempt convert it? Is there anything unusual about your server setup?

viper357 04-18-2011 01:11 PM

lol :D

Yip, it doesn't do a thing, simply places the short link in the post, when you click on the link it takes you to youtube as per normal.

Not too sure about my server setup, I know I'm on a Litespeed server with urljet.com if that helps, on the vbPlatinum which is semi-dedicated shared hosting.

BirdOPrey5 04-18-2011 04:30 PM

Quote:

Originally Posted by viper357 (Post 2185956)
lol :D

Yip, it doesn't do a thing, simply places the short link in the post, when you click on the link it takes you to youtube as per normal.

Not too sure about my server setup, I know I'm on a Litespeed server with urljet.com if that helps, on the vbPlatinum which is semi-dedicated shared hosting.

I'm also one Litespeed on urljet!! UGGGHHH!! This isn't making it any easier. :eek:

Forgive me for the seemingly entry-level questions but:
1) Could you have another youtu.be deffinition active
and
2) Are you sure this definition IS set to active?

viper357 04-18-2011 07:16 PM

Quote:

1) Could you have another youtu.be deffinition active
Nope, I tried the one from snakes, then uninstalled it, tried your first one, uninstalled it and tried your 2nd one.
Quote:

2) Are you sure this definition IS set to active?
Yip, it's active, just the "Extract Info" column doesn't have a tick in it, but I tried it both with and without but it didn't make any difference. I even tried a bit of mix and match with snakes code but this sort of coding is way out of my league. :p

BirdOPrey5 04-18-2011 08:04 PM

Do you have VBSEO installed?

viper357 04-19-2011 05:47 AM

No, just the sitemap generator.

BirdOPrey5 04-19-2011 02:42 PM

I don't suppose you have a test site with the same issue?

joeychgo 04-19-2011 05:22 PM

IM having a problem with the shortened url definition where what happens is, it cuts off everything below the last post. The quick reply box, footer, everything.

BirdOPrey5 04-20-2011 01:12 AM

Quote:

Originally Posted by joeychgo (Post 2186373)
IM having a problem with the shortened url definition where what happens is, it cuts off everything below the last post. The quick reply box, footer, everything.

Which shorted url definition are you using?

viper357 04-21-2011 06:19 AM

Quote:

Originally Posted by BirdOPrey5 (Post 2186309)
I don't suppose you have a test site with the same issue?

No I don't, I could have a whack at trying to set one up, probably a good idea anyway. :p

Nook_Neformat 04-21-2011 09:03 AM

Quote:

Originally Posted by BirdOPrey5 (Post 2185768)
I don't know... here's that link on my forum:
http://www.juot.net/forums/showthrea...28#post1015228

It worked fine. But I think I see what might be the issue... The period in youtu.be I didn't 'escape' - that is it should be youtu\.be in the code. Some versions of php might require this while others don't.

I made this change and this is the updated definition. Delete the old one.

doesnt work for me(

ITQalam 04-30-2011 12:09 PM

can u tell me from this mod how can i allow embeded code in a specific section of my forum..?

contramontanum 05-05-2011 03:20 PM

When I first installed this hack everything worked perfectly. YouTube must have changed something since the, because the only way I can get anything to embed is by enclosing the ending code of the url in youtube tags, as such [YOUTUBE]5mV_HHL-h6g[/YOUTUBE].

Also the sig embedding displays at full size no matter what numbers i put in.

I have installed the latest upgrade and definitions as per instructions to the best of my knowledge, but to no avail. I have not read every single post in this thread as 100+ pages is just too much. Any suggestions as to what I might be doing wrong? Forgive me if I'm asking a stupid question.

Here's a link to an example of how it behaves.

BirdOPrey5 05-05-2011 04:46 PM

YouTube changed their "share" URLs recently and an official definition update hasn't been released yet. I believe a couple of options were posted earlier (recently) in this thread- either try an unofficial definition or copy a youtube url from the browser address bar, note a share url.

Looking at your link the first video you posted shows the YouTube video icon next to it, so it did attempt to embed but for some reason it believes that video is not allowed to be embedded. What code do you have in your AME Definition in your Validation box? Consider removing it and trying again.

contramontanum 05-05-2011 05:32 PM

Quote:

Originally Posted by BirdOPrey5 (Post 2192328)
Looking at your link the first video you posted shows the YouTube video icon next to it, so it did attempt to embed but for some reason it believes that video is not allowed to be embedded.

That would be the url from the browser address bar.

Quote:

Originally Posted by BirdOPrey5 (Post 2192328)
What code do you have in your AME Definition in your Validation box? Consider removing it and trying again.

Where would I find this validation box? I go to to CP > AME CP > Display Definitions, and see no such options.

In case I wanted to try your unofficial definitions, should I just delete all the original definitions and import your your .xml File?

BirdOPrey5 05-05-2011 07:06 PM

Quote:

Originally Posted by contramontanum (Post 2192351)
That would be the url from the browser address bar.

Where would I find this validation box? I go to to CP > AME CP > Display Definitions, and see no such options.

In case I wanted to try your unofficial definitions, should I just delete all the original definitions and import your your .xml File?

In AME definitions, viewing the definition of the youtube code, the last box on the screen should say "Validation." Are you using AME 2.5 for vBulletin 3.8?

No you wouldn't delete all the definitions, just import mine, there is no existing youtube "short" URL so it won't replace an old one, just add the new one.

contramontanum 05-05-2011 07:35 PM

I'm using AME 2.5.6 for 3.8. There is no Validation box. The available options are Display Order, Active, Contain, Extract Info and Delete.

I also imported DJ's AME (Auto Media Embedding) XML Media Definitions for AME 2.5 (Delta) via the AME CP.

contramontanum 05-05-2011 08:53 PM

I think I may have found the problem. There was a duplicate YouTube def. Once disabled it seems to embed as it should. Thanks for your help!

BirdOPrey5 05-05-2011 11:21 PM

1 Attachment(s)
That's great. But FYI this was the screen I was talking about- you should have it.

contramontanum 05-06-2011 02:06 AM

Ah, that explains it. I was looking in the wrong place. Thanks again!

leftie 05-07-2011 09:42 PM

Uninstalled. Doesn't work for me, i just get the url text.

Eryeal 05-14-2011 07:20 PM

Quote:

Originally Posted by leftie (Post 2193133)
Uninstalled. Doesn't work for me, i just get the url text.

Same here.

BirdOPrey5 05-15-2011 08:01 AM

Quote:

Originally Posted by leftie (Post 2193133)
Uninstalled. Doesn't work for me, i just get the url text.

Quote:

Originally Posted by Eryeal (Post 2195719)
Same here.

Did you guys install the definitions file by digital jedi? There are really 2 parts to this mod coded by 2 different people.

This thread is the mod itself which is obviously necessary...

And then there are the Definitions - https://vborg.vbsupport.ru/showthread.php?t=195884 - maintained by Digital Jedi without which this is pretty much useless unless you can write your own definitions.

Further complicating things youtube recently changed their "Share" URL... so if you paste in a video with a link to youtu.be instead of youtube.com it also will not work without another a new definition for youtube.

jca2112 05-20-2011 01:35 PM

Quote:

Originally Posted by jca2112 (Post 2080566)
Thanks for getting back to me about this. This problem appears in all YouTube titles and it looks like YouTube made a change to their video title format -- a few other sites have mentioned this same issue, including:

http://www.vbseo.com/f77/automatic-l...hem-now-44713/

Wonder if there is a way to fix this? Anyone know what the character entities translate to that YouTube is putting in their titles?

&#x202a; and &#x202c;&lrm; are what is being added to the beginning and end of every YouTube video title.

It looks like this same character entity problem in YouTube titles has returned -- I assume it was a change on YouTube's end because it went away on it's own last time. Does anyone know anything about this?


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

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02924 seconds
  • Memory Usage 1,841KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (18)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete