New Landing How can we help? Cardinal Youtube embed

Viewing 12 posts - 1 through 12 (of 12 total)
  • Posted in: Cardinal
  • #127662
    shanehogan
    Member
    Post count: 115

    Hello, I don’t seem to be having much luck with the video player, if i insert the youtube link in the video link section all I get is a black box the size I set and and a message that there is an error, I am using this embed code: http://www.youtube.com/embed/_9_ywmeJWKI?rel=0

    Now if i use a code snippet element and use this code it works, so there is nothing wrong with the video:
    <iframe width=”480″ height=”320″ src=”//www.youtube.com/embed/_9_ywmeJWKI?rel=0″ frameborder=”0″ allowfullscreen></iframe>

    What is the correct code to use in the video link field?

    Also on the same subject I want to disable full screen by adding &fs=0 to the end of the video link, however wordpress keeps covnerting the link to html as in & instead of & so I am getting this: ?rel=0&fs=0 instead of this: ?rel=0&fs=0

    Thanks.

    #127699
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Don’t use the embed link, just copy the actual url of the youtube video

    – Kyle

    #127717
    shanehogan
    Member
    Post count: 115

    Hey Kyle

    If I use the link from the direct youtube URL, as in: http://www.youtube.com/watch?v=_9_ywmeJWKI
    it works but ignores the video size field and also the rel=0&fs=0 settings.

    #127720
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Yes I’m afraid those settings are not supported

    – Kyle

    #127722
    shanehogan
    Member
    Post count: 115

    I don’t understand, then what is the point of the video element if half the settings are useless?

    see picture.

    Attachments:
    You must be logged in to view attached files.
    #127727
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No of course not, I mean the embed settings from youtube for e.g. autoplay etc

    – Kyle

    #127730
    shanehogan
    Member
    Post count: 115

    Ok forget the deny fullscreen command and the don’t show relevant videos command as these seem to be confusing the issue somehow, I’m not sure where autoplay came from, anyway as mentioned if I use the direct URL link from youtube, the video shows up, but the sizes I put in the size setting for the video element that I just sent you an attachment of get ignored.

    #127744
    shanehogan
    Member
    Post count: 115

    Just to add, the main reason I purchased this theme is for the video functions and I only did so after asking support if self hosted videos and video support in general were supported, and I was told yes, & so far I haven’t had much luck with either, apologies for being blunt but this is really wasting my time.

    I have tried adding the video in a slide then adding that to the page, adding a video directly from your video element, I’ve used raw html, and code snippet, which by the way is the only one that has worked properly so far, but does not allow correct positioning.

    Can you explain how to get videos functioning properly, both self hosted and youtube and not just give me the quickest answer to part of my support request, or an answer that is completely irrelevent, and has not been tested by yourself.

    I’m starting to wonder if you guys get paid by the post.

    Thanks.

    #127795
    shanehogan
    Member
    Post count: 115

    Come on Kyle there’s no point crying cause you didn’t read my support request properly <grin>

    #128048
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi @shanehogan,

    We don’t currently support extra parameters in the URL at this time, although it’s something on our list to add in the near future. If you’d like to use a custom embed, but keep the video responsive, then simply use this code:

    <div class="sf-video-wrap">
    <iframe width="480" height="320" src="//www.youtube.com/embed/_9_ywmeJWKI?rel=0" frameborder="0" allowfullscreen></iframe>
    </div>

    As far as the video size settings go – they are used to determine the size of the video – not the output. The output is resized to fit the grid based on the column width that you have set for the video. The reason for this is so that the video is responsive through all viewports. It wouldn’t make sense for the video to output at a fixed size on a responsive site.

    – Ed

    #128200
    shanehogan
    Member
    Post count: 115

    Excellent, thanks very much Ed.

    #128242
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Thanks Ed

Viewing 12 posts - 1 through 12 (of 12 total)

The topic ‘Youtube embed’ is closed to new replies.