Adding a YouTube subscribe widget on your blog is an good way to increase your YouTube subscribers. Previously there was only one option to customize the YouTube subscribe widget for blog.
But now you can customize the YouTube subscribe widget in three different way. I am sharing you the easiest way the add the customized YouTube widget on your blogger blogs. So let’s get started.
Add Customized YouTube Subscribe Widget On Blogger Blog
- Go to Blogger Dashboard> Layout> Choose Add a Gadgetoption.
- Then select HTML/JavaScriptand Paste the code provided below with your need.(I am sharing 3 different style. Choose it according to your need.)
Style 1 : Default Button
Code
<script src=”https://apis.google.com/js/plusone.js”></script>
<div class=”g-ytsubscribe” data-channel=”ChannelGulmiResunga” data-layout=”default”></div>
Style 2 : Full Layout (Includes Avatar)
Code
<script src=”https://apis.google.com/js/plusone.js”></script>
<div class=”g-ytsubscribe” data-channel=”ChannelGulmiResunga” data-layout=”full”></div>
Style 3 : Full Layout With Dark Theme (Includes Avatar)
Code
<script src=”https://apis.google.com/js/plusone.js”></script>
<div class=”g-ytsubscribe” data-channel=”ChannelGulmiResunga” data-layout=”full” data-theme=”dark”></div>
Customization :
- Relpace ChannelGulmiResungawith your YouTube Channel Name
- Savethe widget and it’s done.
OR
If you want to customize the YouTube subscribe widget yourself. Then follow the given steps.
- Go to YouTube DevelopersWebsite
- On Configure a buttonoption, replace Channel Name or Channel ID with your YouTube channel name and Layout& Theme with your desire customization need.
- At the right side of your’s will will view the Previewof every change you made. After the customization is completed then copy the Codeprovided there.
- Then Go to Blogger Dashboard > Layout > Choose Add a Gadget option.
- Then select HTML/JavaScript and Paste the code that you had copied
- Savethe widget and you are done..