Q: how to create a youtube subscribe button
I have a Youtube channel I would like to link to and promote with my website by putting a "subscribe" button on my website. I have been finding a lot of information demonstrating and giving "how to" directions for this. None of them are iWeb specific, though. So, when I do this there is a subscribe button on my, as of yet un---re-published, site (it has had to be entirely rebuilt due to destruction during computer failure). However, the HTML snippet remains inactive and the hyperlink is grey.
Is there anyone in this group who understands code or linking with buttons who could help me make the subscribe button for my site so it will function? I really appreciate any help that can be given.
Dan
--------------------
The only code that actually creates a subscribe button in the HTML snippet is listed below. This is what I am using (my ID or Youtube channel is wildmonkeyspro):
<iframe src="http://www.youtube.com/subscribe_widget?p=wildmonkeyspro" style=”overflow: hidden; height: 75px; width: 300px; border: 0;" scrolling=”no” frameBorder="0"></iframe>
----------------
I've tried the code shown below created from the Youtube developers website listed here: https://developers.google.com/youtube/youtube_subscribe_button
However it does not work in an HTML snippet nor in a text box.
<script src="https://apis.google.com/js/platform.js"></script>
<div class="g-ytsubscribe" data-channel="wildmonkeyspro" data-layout="full" data-count="default"></div>
Final Cut Pro 7, OS X El Capitan (10.11.5)
Posted on Jun 30, 2016 10:59 AM