Place a video into your website
It is advised to first publish your video on Youtube rather than uploading it directly into your website.
This way it won't slow your website down.
Three easy steps
1. Load your video into Youtube
See full Instructions
or other video sites
See other video sites
2. Get your video source code.
See full instructions
3. Inserting your video into your website in the Flighdec Platform
There are 2 ways of adding videos and making them responsive (adjustable for all screens):
- In your site admin. Go to the page that you want to place the video in.
- Place your cursor into the text editor where you want your video to appear. Do one of the following 2 ways:
Use View > Source Code
- Click onto View > Source.
- Paste your code in where you would like it to appear
- SAVE
-
Now make it responsive
- Select your video by clicking onto it.
- Select the insert/edit media icon
- Select Embed and paste class="video-responsive" after the code...... <iframe
eg <iframe class="video-responsive" src=”https://www.youtube.com/
SAVE > Save Page
TIPS
- Alternative: text or video, if that URL is down.
Find this under the Advanced menu in insert/edit media window. - Media Poster: When flash or HTML5 is not available. You get an image instead.
Find this under the Advanced menu in insert/edit media window. - Dimensions: You can control the dimensions of your video.
Select the video by just clicking on it until a blue line appears around it.
Select the insert/edit media icon, and select the general menu. Alter the measurements.
If you alter this you won't be able to have the video responsive.
Please Note:
The video responsive will not show in the Admin/Editing window. Please check that it is working on the front end of the site via the 'view page' icon. (top right)
Use insert/edit media icon in the menu
- Click onto insert/edit media icon in the menu (right pointing arrow in square).
- Paste your code using the Embed menu or paste the source URL in the general menu > source OK
-
Now make it responsive
- Highlight your video.
- Select the menu item to the right of Clear formatting icon Tx
- On the dropdown menu...
- Click > Responsive Styles > Video Responsive
- SAVE > Save Page
> Responsive Styles > Video Responsive does work but you have to make sure you select your video so that you see a blue highlight over the entire image. Do this by placing your cursor at the beginning of the paragraph below and dragging it up over the video until it turns blue. If you have problems use the Add class="video-responsive" straight into the source code.
TIPS
- Alternative: text or video, if that URL is down.
Find this under the Advanced menu in insert/edit media window. - Media Poster: When flash or HTML5 is not available. You get an image instead.
Find this under the Advanced menu in insert/edit media window. - Dimensions: You can control the dimensions of your video.
Select the video by just clicking on it until a blue line appears around it.
Select the insert/edit media icon, and select the general menu. Alter the measurements.
If you alter this you won't be able to have the video responsive.
Please Note:
The video responsive will not show in the Admin/Editing window. Please check that it is working on the front end of the site via the 'view page' icon. (top right)
To keep videos at a max width and responsive below that max width add the above class="video-responsive" and then add in css to the page css
.video-responsive { max-width:560px; max-height:315px; }
For that page only :
Go: Extra Features/Style & Functionality/Page Style add the above code.
For Overall site:
Contact: yvonne@flightdec.com