Skip to main content
Topic: Unable to embed YouTube (Read 2768 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Unable to embed YouTube

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 ?

Re: Unable to embed YouTube

Reply #1

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

Re: Unable to embed YouTube

Reply #2

 emanuele feels this is another thing to have enabled by default...
Bugs creator.
Features destroyer.
Template killer.


Re: Unable to embed YouTube

Reply #4

Thanks. Got it.

Care tell me how to remove the border and make it look like plain embed ?


Re: Unable to embed YouTube

Reply #6

Not sure, maybe you'd just hide the header?
Code: [Select]
.elk_videoheader
{
    display: none !important;
}
Thorsten "TE" Eurich
------------------------

Re: Unable to embed YouTube

Reply #7

Thanks @TE . It worked. :)