ElkArte Community

Project Support => Support => Topic started by: meetdilip on November 30, 2014, 09:41:55 pm

Title: Unable to embed YouTube
Post by: meetdilip on November 30, 2014, 09:41:55 pm
Made a fresh install of 1.0.1 and I was under the impression that there is an auto embed for YouTube videos. However it is merely showing a link instead of getting embedded. Care help me out ?
Title: Re: Unable to embed YouTube
Post by: Spuds on November 30, 2014, 10:23:22 pm
Make sure you enable it under admin > posts/topics > post settings > enable auto-embedding of video links   If that is checked it should just work when you post a link
Title: Re: Unable to embed YouTube
Post by: emanuele on December 01, 2014, 04:51:01 am
/me feels this is another thing to have enabled by default...
Title: Re: Unable to embed YouTube
Post by: radu81 on December 01, 2014, 05:37:13 am
Quote from: emanuele – /me feels this is another thing to have enabled by default...
+1
Title: Re: Unable to embed YouTube
Post by: meetdilip on December 01, 2014, 06:11:18 am
Thanks. Got it.

Care tell me how to remove the border and make it look like plain embed ?
Title: Re: Unable to embed YouTube
Post by: meetdilip on December 01, 2014, 06:22:38 am
@Spuds , @emanuele , @radu81

http://www.techiewiz.in/index.php?topic=8.0

Check this please..
Title: Re: Unable to embed YouTube
Post by: TE on December 01, 2014, 06:34:41 am
Not sure, maybe you'd just hide the header?
Code: [Select]
.elk_videoheader
{
    display: none !important;
}
Title: Re: Unable to embed YouTube
Post by: meetdilip on December 01, 2014, 06:47:35 am
Thanks @TE . It worked. :)