Satellite 4

Hello there,

Me again, how is it possible to embed Vimeo videos or Youtube videos? I just saw the SocialErasmus website and it seems very interesting to do something similar :)

Thanks a lot guys!

Answers

I know is 2 years after but!!! If you want to add a youtube video or vimeo bla blah into a block you will see that cannot fit 100% width. So just in case, you have to Put some code like this

Toogle to Rich Text

  1. Toogle to Rich Text
  2. Add the follow code
  3. <style>
    .container {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 56.25%;
    }
    .video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    </style>

  4. <div class="container">
    <iframe class="video" src="https://www.youtube.com/embed/FD7Te4Xf2Go" frameborder="0" allowfullscreen></iframe>
    </div>

  5. Change the underline Video code with your youtube video code. :D Test works at ioannina.esngreece.gr

  6.  

Hi Alexandre,

You can easily embed video in any post on your Satellite website if you edit its HTML version (basic knowledge of HTML required). Step by step:

  • While editing your Satellite post, scroll down, until you see "Text format" - change it to "plain text".
  • Go to youtube video, choose Share - Embed and copy the HTML code that appears.
  • Paste it somewhere in your post.
  • Change the "Text format" of your post back to "rich text".
  • Save your post and enjoy your embedded video :)

I hope it helps and is easy enough.

Take care!

Adam