banner



How To Embed A Youtube Video In Blogger

Download Commodity

Download Article

Embedding a YouTube video into a blog or website allows you to share videos freely across the internet. In that location is no toll, and since YouTube handles the video traffic, y'all don't have to worry about managing your site's bandwidth. This wikiHow teaches you how to embed a YouTube video or playlist into your web log post or HTML code when you're using a estimator.

  1. 1

    Get to https://www.youtube.com on a computer. You lot'll need to exist using YouTube on a estimator to become the embed code for your video.[1]

  2. 2

    Get to the video you desire to embed. Search for the video, and and so click its proper noun in the search results.

    Advertisement

  3. iii

    Determine where yous want the embedded video to brainstorm. If yous want the video to start playing from the offset on your website, you can skip to the next step, equally that's the default option. But if y'all want the video to start playing at a certain betoken, drag the reddish dot (the playhead) to the desired place in the video and click Suspension (if the video isn't already paused). Or, just click the Play button and then select Pause in one case y'all've reached the right point in the video.

  4. 4

    Click the Share button. It'due south below the video'south bottom-right corner. The push has a curved arrow on it. Options for sharing the video will expand.

  5. 5

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

  6. six

    Cull your embedding options.

    • The video will showtime playing from the beginning past default. If y'all chose a unlike starting point, check the box next to "Start at." The correct time will appear in the corresponding box.
    • To display player controls (such as the ability to break or skip ahead) on the embedded video, check the box next to "Show player controls."
    • Check the box adjacent to "Enable privacy-enhanced mode" if you desire to preclude YouTube from tracking your website visitors who don't click the video.
  7. 7

    Click the COPY link. It's at the bottom-right corner of the window. This copies the embed code to your clipboard.

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

    Open up your webpage'due south HTML editor. HTML is a blazon of code used to build websites, and the embed code on YouTube is designed to insert into the lawmaking and display the video without any changes. Many blogging websites allow you insert the video directly into the post likewise without changing your website's code.

    • Weblog Posts: Begin a new post. In the toolbar above the mail, click the "HTML" link (or similar). This will display the code of your mail service just will continue your website'due south lawmaking intact.
    • Website: Locate the HTML files for your website. You lot can edit them using a text editor such as NotePad or TextEdit on Mac. You can also edit them using an HTML editor such as Adobe Dreamweaver. When you are washed editing the HTML files, you lot will need to upload the files to your server manually or using FTP.
  9. 9

    Discover where you want your video in the HTML. Since whatever words your typed will be displayed in the HTML, you tin use the text to decide where in the page your video volition become. For example, if I wrote a post that says "Check out my new video:" those exact words will announced somewhere in the HTML code.

  10. 10

    Brand space for your video. In one case you lot've found where you desire the video, click in between the surrounding code and hit the space bar. Almost all code begins with a "<" and ends with a ">". Exist sure to put your embed code outside of a pre-existing line of lawmaking.

    • Wordpress Blog Example: Bank check out <b>my video here:</b> would read equally "Bank check out my video hither: (EMBEDDED VIDEO)
    • You lot tin can create a line pause after a paragraph or text in HTML past typing <br>
  11. eleven

    Paste the video code where you want the video to go. You can either right-click and choose Paste or press Control + V (PC) or Command + 5 (Mac) to paste the embed code.

  12. 12

    Publish your changes. Click Save changes, Publish, or Post or something similar to save your post with the embedded code. Look over your mail and make sure the video is where y'all want it to be.

    • Alternatively, embed videos on social media with the "Share" office. If yous only want to mail service the video to Facebook, Twitter, Pinterest, or Tumblr, you can simply click on the appropriate icon in the "Share" window below the video. YouTube volition prompt you to log into your social media account and automatically embed the video for you.

    Ad

  1. 1

    Become to https://www.youtube.com on a figurer. You'll need to be using YouTube on a computer to get the embed lawmaking for your playlist.

  2. 2

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

  3. three

    Click VIEW FULL PLAYLIST under the playlist you lot want to embed. Your playlists are in the "Playlists" section. If y'all don't see the ane yous're looking for on the principal page, click See ALL in this section to open up the full list.

  4. 4

    Open a text editor. This tin exist something like Notepad for Windows or TextEdit for macOS.

  5. 5

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

    • To copy this text, utilize your mouse cursor to highlight the text you want to copy, and so press Control + C (PC) or Command + C (Mac) to copy. Then, right-click (or Control + click) in the text editor window and select Paste to paste it.
  6. vi

    Copy the Playlist ID from your browser'due south address bar. In the address bar at the top of your browser, you'll come across a URL that looks similar to this: youtube.com/playlist?list=PLrxlAuU-npiXC2clkanh8TKoKfxzym6p9. Yous'll just need to copy the part that comes later on the equal sign, which, in this case, is PLrxlAuU-npiXC2clkanh8TKoKfxzym6p9.

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

    Paste the Playlist ID into the embedding code. The Playlist ID must be pasted after list= at the end of the URL in the embed lawmaking. Afterwards you paste the Playlist ID, the lawmaking will look similar this: <iframe width="560" height="315" src="https://www.youtube.com/embed/videoseries?list=PLrxlAuU-npiXC2clkanh8TKoKfxzym6p9" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>

    • To practise this, click the mouse right between listing= and the quote ". So, press Control + V (PC) or Control + V (Mac) to paste it. If any extraneous spaces appear, remove them.
  8. 8

    Copy the embed lawmaking to the clipboard. To do this, highlight everything in the text editor window using your mouse, and press Control + C (PC) or Command + C (Mac).

  9. 9

    Open up upwardly your webpage'southward HTML editor. Many blogging websites let yous insert the video directly into the mail as well without changing your website'due south code.

    • Web log Posts: Brainstorm a new postal service. In the toolbar above the post, click the "HTML" link (or similar). This will brandish the code of your mail service just volition keep your website's code intact.
    • Website: Locate the HTML files for your website. Yous tin can edit them using a text editor such as Notepad or TextEdit on Mac, or in an HTML editor similar Dreamweaver. When you are washed editing the HTML files, you will need to upload the files to your server manually or using FTP.
  10. 10

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

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

    Paste the embed lawmaking where the playlist should appear. Y'all can either right-click and choose Paste or press Command + V (PC) or Command + V (Mac) to paste the embed code.

  12. 12

    Relieve and publish your changes. Click Salvage changes, Publish, or Post or something like to relieve your post with the embedded code. Look over your postal service and make sure the playlist is where you want it to be.

    Ad

Add together New Question

  • Question

    What do you exercise if the share push on YouTube doesn't do annihilation but brand a gray brume?

    B Chen

    If you are on the mobile YouTube app, there is nothing y'all can practice. Still, if you are on desktop, you lot can right click on the video and select "Copy embed code".

Enquire a Question

200 characters left

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

Submit

Advertisement

Video

  • Be sure to copy all of the code.

  • Some videos do not allow embedding.

Advertisement

  • Information technology is illegal to use other people'southward music or videos to brand a profit without proper acknowledgment of the creator.

Advertisement

Things You'll Need

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

Virtually This Article

Article Summary Ten

1. Go to YouTube.
2. Click the video.
three. Click Share.
4. Click Embed.
5. Highlight the embedding code.
vi. Click COPY.
7. Right-click the embedding location.
8. Click Paste.

Did this summary help you?

Cheers to all authors for creating a page that has been read 112,658 times.

Is this article up to date?

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

Posted by: maggardrembed83.blogspot.com

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

Post a Comment

Iklan Atas Artikel

Iklan Tengah Artikel 1

Iklan Tengah Artikel 2

Iklan Bawah Artikel