Zooomr Blog Widgets!!

[Zooomr RSS Reader] puts Zooomr on your Facebook page and now [Zooomr Widgets] allow you to put all your awesome photos on your blog!!

Three options available:

All Zipline Activity

<script
type=”text/javascript”
src=”http://www.zooomr.com/zipline/widget/USERNAME”>
</script>

Photos Only

<script
type=”text/javascript”
src=”http://www.zooomr.com/zipline/widget/USERNAME?acat=1″>
</script>

Chat Only

<script
type=”text/javascript”
src=”http://www.zooomr.com/zipline/widget/USERNAME?acat=18″>
</script>

If you’re using this in the K2 theme you probably need so reset the <h2> declaration using some custom css styling (you can do this from the K2 options page). Mine looks like this:


.secondary h2 {
font-size: 1.5em;
margin: .75em 0;
}