Change code for YouTube
+2
Draxion
smurfavr
6 posters
Page 1 of 1
Change code for YouTube
This code automatically adds YouTube videos by adding a link to a theme.
How do I make the code do the same for this site? https://www.vbox7.com/
How do I make the code do the same for this site? https://www.vbox7.com/
- Code:
$(function () {
// Auto youtube transform
// Hancki - FdF
$('.post-entry a, .postbody .content a, .postbody a').html(function (i, html) {
return html.replace(/(?:https:\/\/)?(?:http:\/\/)?(?:www\.)?(?:youtube\.com|youtu\.be)\/(?:watch\?v=)?(.+)/g, '<iframe width="420" height="345" src="http://www.youtube.com/embed/$1" frameborder="0" allowfullscreen></iframe>');
});
});
Last edited by smurfavr on June 16th 2017, 11:00 am; edited 1 time in total
Re: Change code for YouTube
Hi there and good morning!
Where did you get that code? If you didn't get it from here, you may have to contact the person who wrote it for that question.
Where did you get that code? If you didn't get it from here, you may have to contact the person who wrote it for that question.
Re: Change code for YouTube
you are using many codes from that forum and most of them seems to be having issues with your forum
https://help.forumotion.com/t153077-vbox7-by-hotrofm
https://help.forumotion.com/t153089-the-code-hides-the-login-button-in-the-admin-panel
https://help.forumotion.com/t153091-change-code-for-youtube
are you sure all codes are for your forum version? as i suggested before the best solution is to ask the author of that code in the forum you mentioned
https://help.forumotion.com/t153077-vbox7-by-hotrofm
https://help.forumotion.com/t153089-the-code-hides-the-login-button-in-the-admin-panel
https://help.forumotion.com/t153091-change-code-for-youtube
are you sure all codes are for your forum version? as i suggested before the best solution is to ask the author of that code in the forum you mentioned
Re: Change code for YouTube
skouliki
The codes work for my forum just want to make minor changes to them.
SarkZKalie
I want to use another site other than Jetubbe, please if you can not help not write in a topic.
The codes work for my forum just want to make minor changes to them.
SarkZKalie
I want to use another site other than Jetubbe, please if you can not help not write in a topic.
Re: Change code for YouTube
The topic was posted in the wrong section, so I have moved it to the correct section.
|
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Change code for YouTube
- Code:
$(function () {
$('.post-entry a, .postbody .content a, .postbody a').html(function (i, html) {
return html.replace(/(?:https:\/\/)?(?:http:\/\/)?(?:www\.)?(?:vbox7\.com)\/(?:play\:)?(.+)/g, '<iframe width="420" height="345" src="https://www.vbox7.com/emb/external.php?vid=$1" frameborder="0" allowfullscreen></iframe>');
});
});
Re: Change code for YouTube
Problem solved & topic archived.
|
Similar topics
» youtube code
» Can't embed code straight from youtube
» i need to change the position of this code
» i want change this code to sceditor
» How to change this code?
» Can't embed code straight from youtube
» i need to change the position of this code
» i want change this code to sceditor
» How to change this code?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum