How to promote your YouTube channel by adding subscribe widget to your site

If you have a YouTube channel then you can get great exposure for subscription by adding Subscribe Widget to your site(blogger, WordPress etc..).  Now beauty of this widget is that user can click and Subscribe without even leaving the page.


If you see my right side bar, you can view our YouTube Subscribe widget. Go ahead try it. :)

as a example, you can place that anywhere on the page. Check below.




You can embed this button to your own website, just copy-paste the following block of HTML code anywhere in your website. Then replace ABC  in the subscription URL with your own YouTube username.


    <iframe src="http://www.youtube.com/subscribe_widget?p=ABC" 
       style="overflow: hidden; height: 105px; width: 300px; border: 0;" 
       scrolling="no" frameBorder="0">
    </iframe>


###########




Adding Subscribe Widget to blogger site

If you have a blogger site, this is how you can do it. 

1. Get your YouTube Channel URL. You can get it by login to your Youtube.com account. 
Then cilck on the logo at Top Right Corner. 

Here You can see the channel name. (Yellow highlighted area)
Or you can click on "My Channel"  and then check the URL on the browser. 



2. Then Copy this code to your notepad. 

<iframe src="http://www.youtube.com/subscribe_widget?p=doiteasyguide" 
       style="overflow: hidden; height: 105px; width: 300px; border: 0;" 
       scrolling="no" frameBorder="0">
    </iframe>

** You should replace red color channel name with yours. 

3. Then sign-in to your blogger.com account.  Select your blogger site which needs to add youtube subscription widget. Click on Layout tab. 


4. Then decide the section where you want to add the widget. And click on "Add a Gadget" link.


5. On the popup menu,  Click "HTML/JavaScript".

6.  Paste your code there.  ( You can change height : 105px, width: 300px, as it matches to your site. )


8. Click Save. Click Save arrangement on main window and check the site. 



and you are done. 

In WordPress, You'll able to do this same thing by adding same code to your sidebar widget. 

Post a Comment

0 Comments