How to Add Social Media Icons to an Email Signature
Enhance your email signature by adding social media icons. Discover step-by-step instructions to turn every email into a powerful marketing tool.

Trying to embed a YouTube Short on your website and can't find the Embed button? You're not alone. Unlike regular YouTube videos, the Shorts player hides this option, but getting the code you need is surprisingly simple. This guide will walk you through the exact steps to create an embed code for any YouTube Short and customize it to fit perfectly on your blog or website.
Before jumping into the how-to, let's explore why this is a smart move for your brand. Short-form video is a powerhouse for grabbing attention. When you embed a YouTube Short directly into your content, you bring that dynamic energy to your own platform.
Here’s what you gain:
If you've ever embedded a standard YouTube video, you know the drill: click "Share," then "Embed," and copy the code that YouTube provides. It’s straightforward. However, when you click the "Share" button on a YouTube Short, you’ll notice the "Embed" option is nowhere to be found. This leaves many creators and marketers scratching their heads, assuming it's not possible.
This is a strange design choice by YouTube, but it’s not a roadblock. The functionality to embed Shorts absolutely exists, you just have to create the code manually. Luckily, it only takes a few seconds once you know the trick.
Ready for the big secret? It all comes down to a tiny change in the video’s URL. Follow these simple steps to get any YouTube Short embedded on your website or blog post.
First, navigate to the YouTube Short you want to embed. You can do this on your desktop or mobile device. Click the Share button and then select Copy link. You’ll get a URL that looks something like this:
https://youtube.com/shorts/YOUR_VIDEO_ID
For this example, let's say our `YOUR_VIDEO_ID` is `AbcDeF1gHiJ`. The copied URL would be `https://youtube.com/shorts/AbcDeF1gHiJ`.
This is the most important step. YouTube’s embed player doesn't use the `/shorts/` URL structure. Instead, it uses the standard `/embed/` structure that works for all videos on the platform. You just need to swap out that one word.
https://youtube.com/shorts/AbcDeF1gHiJhttps://youtube.com/embed/AbcDeF1gHiJThat’s it! This new URL is the source link you'll use in your embed code.
Now that you have the correct link, you'll place it inside a standard HTML `
<,iframe
width="315"
height="560"
src="https://www.youtube.com/embed/AbcDeF1gHiJ"
title="YouTube video player"
frameborder="0"
allow="accelerometer, autoplay, clipboard-write, encrypted-media, gyroscope, picture-in-picture, web-share"
allowfullscreen>,<,/iframe>,
Notice the `width` and `height` attributes. We've set them to `315` and `560` respectively to maintain the vertical 9:16 aspect ratio of a typical Short.
The final step is to paste this code into your website’s HTML. How you do this depends on your platform:
Once you save and publish your changes, your YouTube Short will appear right on your page, ready to play.
You don't have to stop with the basic embed. You can add extra parameters to the URL to change how the video behaves, giving you more control over the user experience.
The fixed `width` and `height` in the iframe can cause issues on different screen sizes, like mobile phones. For a fully responsive player that scales correctly, you can wrap the iframe in a container and use a little CSS. This is a pro-move that serious web developers use.
First, wrap your iframe in a div with a class:
<,div class="youtube-short-container">,
<,iframe src="https://www.youtube.com/embed/AbcDeF1gHiJ" ... >,<,/iframe>,
<,/div>,
Then, add the following CSS to your website’s stylesheet:
.youtube-short-container {
position: relative,
width: 100%,
max-width: 315px, /* Optional: Sets a max-width for the player */
margin: 0 auto, /* Optional: Centers the player */
overflow: hidden,
padding-top: 177.77%, /* This creates the 9:16 aspect ratio */
}
.youtube-short-container iframe {
position: absolute,
top: 0,
left: 0,
width: 100%,
height: 100%,
border: 0,
}
You can further customize the playback by adding parameters to the end of your `src` URL. To add a parameter, start with a `?` after the video ID, and separate multiple parameters with an `&`.
Here’s an example URL that will autoplay (muted), loop continuously, and hide the player controls:
https://www.youtube.com/embed/AbcDeF1gHiJ?autoplay=1&,mute=1&,loop=1&,playlist=AbcDeF1gHiJ&,controls=0
You can mix and match these parameters to create the exact experience you want for your website visitors.
Though YouTube doesn’t provide a one-click embed option for Shorts, the workaround is quick and easy. By simply changing `/shorts/` to `/embed/` in the video URL and wrapping it in an `iframe` tag, you can add engaging, vertical video content from YouTube directly to your website. This small effort can significantly improve visitor engagement and help grow your channel.
Consistently creating content like YouTube Shorts, Reels, and TikToks is a challenge in itself, long before you even think about embedding them. We built Postbase because we knew there had to be a less chaotic way to manage a multimodal content strategy. Our platform is designed for a video-first world, allowing you to schedule all your short-form video content from one visual calendar. You can plan your content, get a clear view of your publishing schedule, and trust that your posts will go live reliably, every time.
Enhance your email signature by adding social media icons. Discover step-by-step instructions to turn every email into a powerful marketing tool.
Record clear audio for Instagram Reels with this guide. Learn actionable steps to create professional-sounding audio, using just your phone or upgraded gear.
Check your Instagram profile interactions to see what your audience loves. Discover where to find these insights and use them to make smarter content decisions.
Requesting an Instagram username? Learn strategies from trademark claims to negotiation for securing your ideal handle. Get the steps to boost your brand today!
Attract your ideal audience on Instagram with our guide. Discover steps to define, find, and engage followers who buy and believe in your brand.
Activate Instagram Insights to boost your content strategy. Learn how to turn it on, what to analyze, and use data to grow your account effectively.
Wrestling with social media? It doesn’t have to be this hard. Plan your content, schedule posts, respond to comments, and analyze performance — all in one simple, easy-to-use tool.