banner



How To Embed A Youtube Video In Facebook

Download Article

Download Article

Embedding a YouTube video into a blog or website allows you to share videos freely across the internet. There is no cost, and since YouTube handles the video traffic, y'all don't have to worry well-nigh managing your site'south bandwidth. This wikiHow teaches you how to embed a YouTube video or playlist into your web log post or HTML lawmaking when you lot're using a computer.

  1. one

    Become to https://www.youtube.com on a computer. You'll need to be using YouTube on a calculator to go the embed code for your video.[i]

  2. 2

    Go to the video y'all want to embed. Search for the video, then click its name in the search results.

    Advertisement

  3. 3

    Determine where you desire the embedded video to begin. If y'all want the video to starting time playing from the beginning on your website, you tin can skip to the side by side stride, as that's the default option. Only if yous want the video to first playing at a certain betoken, drag the red dot (the playhead) to the desired place in the video and click Pause (if the video isn't already paused). Or, just click the Play button and then select Interruption once you've reached the correct point in the video.

  4. 4

    Click the Share button. It'southward below the video's bottom-correct corner. The push has a curved arrow on information technology. Options for sharing the video will aggrandize.

  5. 5

    Click Embed . It's the first icon under "Share a link" and contains two angled brackets. This displays the embed lawmaking for the video.

  6. half dozen

    Choose your embedding options.

    • The video will start playing from the beginning by default. If y'all chose a different starting point, check the box next to "Commencement at." The correct fourth dimension will announced in the corresponding box.
    • To display histrion controls (such as the ability to intermission or skip alee) on the embedded video, cheque the box adjacent to "Show player controls."
    • Check the box side by side to "Enable privacy-enhanced fashion" if yous want to prevent YouTube from tracking your website visitors who don't click the video.
  7. vii

    Click the COPY link. It'south at the lesser-correct corner of the window. This copies the embed code to your clipboard.

    • The code will look something like this: <iframe width="560" superlative="315" src="https://world wide web.youtube.com/embed/lj9OgGQ_QkY" frameborder="0" allowfullscreen></iframe>
  8. viii

    Open up your webpage's HTML editor. HTML is a type of code used to build websites, and the embed code on YouTube is designed to insert into the code and display the video without whatever changes. Many blogging websites let y'all insert the video directly into the postal service too without changing your website's code.

    • Blog Posts: Begin a new mail. In the toolbar in a higher place the post, click the "HTML" link (or similar). This volition display the code of your post simply will continue your website'southward code intact.
    • Website: Locate the HTML files for your website. You can edit them using a text editor such as NotePad or TextEdit on Mac. You lot tin can besides edit them using an HTML editor such equally Adobe Dreamweaver. When you are done editing the HTML files, you will need to upload the files to your server manually or using FTP.
  9. 9

    Find where yous want your video in the HTML. Since whatever words your typed will be displayed in the HTML, you lot tin can apply the text to determine where in the folio your video will get. For case, if I wrote a post that says "Check out my new video:" those exact words volition appear somewhere in the HTML code.

  10. x

    Make space for your video. Once yous've institute where y'all want the video, click in betwixt the surrounding lawmaking and hit the space bar. About all code begins with a "<" and ends with a ">". Be sure to put your embed code outside of a pre-existing line of code.

    • Wordpress Blog Case: Cheque out <b>my video hither:</b> would read every bit "Check out my video here: (EMBEDDED VIDEO)
    • You lot can create a line break afterwards a paragraph or text in HTML by typing <br>
  11. 11

    Paste the video code where you desire the video to go. You tin either right-click and cull Paste or press Control + Five (PC) or Control + V (Mac) to paste the embed code.

  12. 12

    Publish your changes. Click Relieve changes, Publish, or Post or something similar to save your mail with the embedded lawmaking. Look over your post and make sure the video is where you desire information technology to be.

    • Alternatively, embed videos on social media with the "Share" function. If you only want to post the video to Facebook, Twitter, Pinterest, or Tumblr, you tin simply click on the appropriate icon in the "Share" window beneath the video. YouTube will prompt y'all to log into your social media account and automatically embed the video for you.

    Advertisement

  1. 1

    Go to https://world wide web.youtube.com on a computer. You'll need to exist using YouTube on a computer to get the embed lawmaking for your playlist.

  2. ii

    Click the Library link. It's in the left panel.

  3. 3

    Click VIEW Full PLAYLIST nether the playlist you want to embed. Your playlists are in the "Playlists" department. If y'all don't run across the 1 you lot're looking for on the main page, click SEE ALL in this section to open the total listing.

  4. 4

    Open up a text editor. This can be something similar Notepad for Windows or TextEdit for macOS.

  5. five

    Paste the embedding code template into the text editor. The code is <iframe width="560" pinnacle="315" src="https://www.youtube.com/embed/videoseries?list=" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>

    • To re-create this text, use your mouse cursor to highlight the text you desire to copy, and then printing Command + C (PC) or Command + C (Mac) to copy. Then, right-click (or Command + click) in the text editor window and select Paste to paste it.
  6. 6

    Copy the Playlist ID from your browser'south accost bar. In the address bar at the elevation of your browser, you'll encounter a URL that looks similar to this: youtube.com/playlist?list=PLrxlAuU-npiXC2clkanh8TKoKfxzym6p9. You'll but need to copy the part that comes after the equal sign, which, in this case, is PLrxlAuU-npiXC2clkanh8TKoKfxzym6p9.

    • To re-create this text, use your mouse cursor to highlight the text you want to re-create, and then press Control + C (PC) or Control + C (Mac) to re-create.
  7. seven

    Paste the Playlist ID into the embedding lawmaking. The Playlist ID must exist pasted afterwards list= at the end of the URL in the embed lawmaking. After you paste the Playlist ID, the code will await like this: <iframe width="560" height="315" src="https://world wide web.youtube.com/embed/videoseries?list=PLrxlAuU-npiXC2clkanh8TKoKfxzym6p9" frameborder="0" permit="autoplay; encrypted-media" allowfullscreen></iframe>

    • To do this, click the mouse right betwixt listing= and the quote ". So, printing Control + V (PC) or Command + 5 (Mac) to paste it. If any extraneous spaces announced, remove them.
  8. 8

    Copy the embed code to the clipboard. To exercise this, highlight everything in the text editor window using your mouse, and printing Control + C (PC) or Control + C (Mac).

  9. 9

    Open your webpage's HTML editor. Many blogging websites let you lot insert the video straight into the post too without changing your website's lawmaking.

    • Blog Posts: Begin a new mail service. In the toolbar above the post, click the "HTML" link (or like). This will display the code of your mail service but will keep your website's code intact.
    • Website: Locate the HTML files for your website. You tin can edit them using a text editor such every bit Notepad or TextEdit on Mac, or in an HTML editor like Dreamweaver. When y'all are done editing the HTML files, you lot will need to upload the files to your server manually or using FTP.
  10. x

    Make space for the videos. Once you lot've found where you want the video, click in between the surrounding code and hit the infinite bar. Well-nigh all lawmaking begins with a "<" and ends with a ">". Be certain to put your embed lawmaking outside of a pre-existing line of code.

    • Wordpress Blog Example: Check out <b>my playlist here:</b> would read as "Check out my playlist here: (EMBEDDED VIDEO)
    • You tin can create a line pause later a paragraph or text in HTML by typing <br>
  11. 11

    Paste the embed code where the playlist should appear. You can either right-click and choose Paste or printing Control + V (PC) or Command + V (Mac) to paste the embed lawmaking.

  12. 12

    Save and publish your changes. Click Save changes, Publish, or Mail or something similar to relieve your postal service with the embedded code. Look over your mail service and make sure the playlist is where you desire it to be.

    Advertisement

Add New Question

  • Question

    What do you do if the share button on YouTube doesn't do anything only make a gray brume?

    B Chen

    If yous are on the mobile YouTube app, in that location is zilch you can practice. However, if you are on desktop, you can correct click on the video and select "Copy embed code".

Enquire a Question

200 characters left

Include your email address to get a message when this question is answered.

Submit

Advertising

Video

  • Be sure to re-create all of the code.

  • Some videos exercise not permit embedding.

Ad

  • It is illegal to use other people's music or videos to brand a profit without proper acquittance of the creator.

Advertizement

Things You'll Demand

  • A computer with Internet access
  • Access to the HTML or page editor of a website

Nigh This Commodity

Article Summary Ten

1. Go to YouTube.
2. Click the video.
3. Click Share.
4. Click Embed.
5. Highlight the embedding code.
6. Click COPY.
seven. Right-click the embedding location.
eight. Click Paste.

Did this summary help yous?

Thanks to all authors for creating a folio that has been read 111,307 times.

Is this commodity up to engagement?

Source: https://www.wikihow.com/Embed-a-YouTube-Video

Posted by: whitfielddidess.blogspot.com

0 Response to "How To Embed A Youtube Video In Facebook"

Post a Comment

Iklan Atas Artikel

Iklan Tengah Artikel 1

Iklan Tengah Artikel 2

Iklan Bawah Artikel