Tag Archives: html

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.