The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Auto youtube embed player ( NEW PLAYER ) Details »» | |||||||||||||||||||||||||||||
hey
this is the simplest and fastest youtube auto embed inside postbit the mod will replace all youtube links to direct video player in your post LIVE DEMO : CLICK HERE to see how its works time to install : 1 sec file upload : 0 configuration : none change Log : 1- adding all youtube servers extensions 2- VBseo supported all you have to do just upload the XML file from admincp and enjoy it Download Now
Screenshots
Show Your Support
|
Comments |
#62
|
||||
|
||||
i just update the mod , its support vbseo now
|
#63
|
||||
|
||||
I just tried this mod on a 3.8x board and it DOES NOT work. It only shows a small arrow where the video should be. Had to uninstall this and go look for a different mod...
|
#64
|
|||
|
|||
Does anyone know how to fix this problem? It happens now on two Youtube embed mods I've tried, including this one.
The problem is that if someone posts the youtube link with "https" in it, it will screw up the post real bad. If you use just "http", (no s) it looks fine. Anyway to fix this? |
#65
|
|||
|
|||
Replaced http with https in the source code and works!
|
#66
|
|||
|
|||
Where exactly did you replace it? I've done the same, and it didn't help because then any links posted with https didnt work, but maybe I'm doing it in the wrong spot.
Thanks |
#67
|
||||
|
||||
Quote:
making it "//www.youtube.com". looking at the code more, its missing the the .com. so instead of youtube.$2, try youtube.com$2. turning this into just a youtube embed display like vb4, i removed the center frame and edited the code/size to normal youtube size. see attachments. fyi: its not mobile compatible, so just basically helping others out. i tend to use mobile compatible mods. |
#68
|
|||
|
|||
did not work for me, 3.8
|
#69
|
|||
|
|||
I spent about 5 hours today working on modifying this to create a modern Auto YouTube Embed mod for my vBulletin 3.8 board (though this should also work on 4.x boards), and I thought I would share it here. This is a simple way for bare YouTube URL's in posts to be automatically converted to embedded video.
What it detects/auto-converts: It will only match on URL's that are in BB code [url] links. I tried to make it match non-linked URLs, but it was a bad idea because it wreaked havoc with BB code tags that might have YouTube URL's in them, like [code] or custom [youtube] tags. By default, vBulletin auto-[url] links text that starts with www, http, or https. That means this will match most YouTube URLs that users might put in their post, but text like m.youtube.com/watch?v=XXXXXXXXXXX would not match, unless the user explicitly puts [url] tags around it, because vBulletin would not auto-link it. It will handle both HTTP and HTTPS URLs It will handle www, m, or no prefix. It will handle youtu.be and youtube.com URLs. Besides .com, it will also handle de, jp, ca, co, ch, au, net, and be. It will handle YouTube URL's in the following forms: watch?v=, v/, e/, embed/ It will not pass through parameters in the URL like "autoplay=1" or "loop=1" or, unfortunately, start times (t=4m3s, for example), but it will not be tripped up by them either. What it outputs: It outputs iframe embedding code, which is the YouTube-preferred embedding method. This allows either the HTML5 player or Flash player to be used, depending on the browser's capabilities. Fullscreen is enabled 16:9 embedded aspect ratio (700x394 pixels). If you want to change the size, simply edit the width and height in the XML file before installing. |
#70
|
|||
|
|||
Thanks TheBang!
|
#71
|
||||
|
||||
A big thanks TheBang for this product
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|