Subscribe Button Plugin For YouTube Simple to use.

Above is an example of the YouTube Subscribe button check it out and subscribe to my channel.
First you need to find out what your YouTube Channel ID is even though my channel ID for my channel looks like “bgsalesutube” it’s not it is actually “UCIiDk04szotiIkcIa_A6qfA”.

<script src=”https://apis.google.com/js/platform.js”></script> <div class=”g-ytsubscribe” data-channelid=”Put-YOUR-ID-HERE” data-layout=”full” data-count=”default”></div>

The example of my ID in the code looks like:

<script src=”https://apis.google.com/js/platform.js”></script><div class=”g-ytsubscribe” data-channelid=”UCIiDk04szotiIkcIa_A6qfA” data-layout=”full” data-count=”default”></div>

That code put on your site will allow your visitors to subscribe to your channel without leaving your website.

This tip will also work with the Power Lead System so enjoy and have fun with this great little tip and trick.

Note: If you are trying to do this on a WordPress site then you will need a plugin so you can add Javascript to your post or page. OR another trick. Only edit in text mode since you can save the code while in text mode but as soon as you go visual the code will change and delete portions of the code making it useless.