Home 3D Print Lounge

How to embed a video

SystemSystem Posts: 19Administrator
This discussion was created from comments split from: Distance between nozzle and heatbed after leveling.

Comments

  • Samuel PinchesSamuel Pinches Posts: 2,997Administrator
    edited July 2018

    EASY WAY:

    1. Upload video to youtube
    2. Paste url to your video in your post - it will be automatically converted to a youtube embedded video.

    HARD WAY:


    To Embed a video, follow the following steps:

    1. Upload a HTML5 compatible video using the upload button:



    2. The attachment has now been uploaded, and will appear at the bottom of your post. Right click and copy the link to this file.


    3. Click the button to change the post to raw HTML edit mode:



    4. Use the following code, and paste the URL into the "insert_url_here" section, and then paste this block into the HTML view.

    <video width="100%"  controls>
      <source src="insert_url_here" type="video/mp4">
    Your browser does not support the video tag.
    </video>

    5. Warning: you will not be able to edit your post again without losing the video, so copy the code from section 4 before you save your post, in case you need to edit your post again in the future. I suggest putting a copy of the video URL below the video just in case.
    Post edited by Samuel Pinches on
Sign In or Register to comment.