This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
forum_help:posting_videos [2017/02/05 16:19] LeeGoldsmith [Using IFrame Code] |
forum_help:posting_videos [2017/03/14 13:36] (current) LeeGoldsmith [Embedding a YouTube Video] |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Posting Video's in a Forum Post ====== | ====== Posting Video's in a Forum Post ====== | ||
- | ===== Using the Old Embed Code ===== | + | ===== Embedding a YouTube Video ===== |
Posting Video's in a Forum Post is very easy on **Lee's Fishing Page**. You use the **Embed Icon** {{:forum_help:embed_icon.jpg?nolink&|Embed Icon}}. First you need to go to the Video in YouTube or other video source that has embed code for the video. You don't want to use any options. I will show examples for YouTube because it is the most likely source of the video. | Posting Video's in a Forum Post is very easy on **Lee's Fishing Page**. You use the **Embed Icon** {{:forum_help:embed_icon.jpg?nolink&|Embed Icon}}. First you need to go to the Video in YouTube or other video source that has embed code for the video. You don't want to use any options. I will show examples for YouTube because it is the most likely source of the video. | ||
Line 15: | Line 15: | ||
<note important>When Embedding a Video make sure the width is not greater then 600, because this will make the post blow out the right side of the page.</note> | <note important>When Embedding a Video make sure the width is not greater then 600, because this will make the post blow out the right side of the page.</note> | ||
- | Next highlight the code by clicking on the code window and right click your mouse and select copy. Now go to your forum post to embed the Video in the forum post. Click the Embed Icon {{:forum_help:embed_icon.jpg?nolink&|Embed Icon}} after placing the cursor where you want the Video to show in the Forum Post. You will see this popup to copy your Code into. Make sure there is an active cursor in the popup window and press **Ctl V** to paste the code in the window. | + | Next highlight the code by clicking on the code window and right click your mouse and select copy. Now go to your forum post to embed the Video in the forum post. Click the YouTube Embed Icon {{:forum_help:embed_icon.jpg?nolink&|Embed Icon}} after placing the cursor where you want the Video to show in the Forum Post. You will see this popup to copy your Code into. Make sure there is an active cursor in the popup window and press **Ctl V** to paste the code in the window. |
{{ :forum_help:embed_code_window.jpg?nolink& |Embed Code Window}} | {{ :forum_help:embed_code_window.jpg?nolink& |Embed Code Window}} | ||
Line 21: | Line 21: | ||
{{ :forum_help:alignment_option.jpg?nolink& |Alignment Option}} | {{ :forum_help:alignment_option.jpg?nolink& |Alignment Option}} | ||
- | Last step is to press the **Insert** button to place the video in the Forum Post. You will see something like this representing the video. | + | Last step is to press the **OK** button to place the video in the Forum Post. You will see something like this representing the video. |
{{ :forum_help:embeded_video.jpg?nolink& |This is how the embed will look like in the editor}} | {{ :forum_help:embeded_video.jpg?nolink& |This is how the embed will look like in the editor}} | ||
+ | ===== Embedding a Vimeo Video ===== | ||
+ | There is no Icon for this embedding. You use a **Tag** to do it. The tag is | ||
+ | <code> | ||
+ | [vimeo:ID height:PX width:PX align:LEFT/RIGHT pad:PX responsive:0/1]</code> | ||
+ | The **ID** is found in the URL of the video (see below). | ||
+ | |||
+ | {{ :forum_help:vimeo_id.jpg?nolink |vimeo ID}} | ||
+ | |||
+ | In most cases you only need the **ID**, height and width will use the default. As for alignment you can center the tag to have the video centered on the page. Make sure you place the **tag** on a separate line. | ||
- | That's it, little more complicated but do-able for most I hope. Questions just ask for help. |