Create Portable YouTube Subscribe Button (as widget, iframe, html)

Make your own YouTube subscribe button as an iFrame widget

On a visit to Smosh.com, I noticed the fellas had a little widget that recognized me as Nalts and had a subscribe button. So I snatched the HTML iFrame thingy, and managed to insert it as a wordpress widget. iFrames usually make my blog puke, but they’re working okay.

Here’s the code:

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

Just copy the above, paste it into your blog, and change “Nalts” to your username. I changed the pixel hight to 120 and the width to 200.

Rinse, repeat.

2 thoughts on “Create Portable YouTube Subscribe Button (as widget, iframe, html)”

  1. If you go to the youtube main page, which I so rarely do but did just now to make sure it was still there, they actually have had a link to their blog post about this under “whats new” since October.

    They broke it a month ago but after myself (I use it on socialblade to let people subscribe to profiles they are browsing) and several others alerted them to it they fixed it within a week. Anyway, youtube’s not hiding the feature but yeah its not exactly noticed by people I don’t think 🙂

    Anyway, here’s youtube’s blog post about it:
    http://youtube-global.blogspot.com/2010/10/1-billion-subscriptions-and-counting.html

Comments are closed.