Part 3 of 2 in the series Easy Blogging with Tumblr

When choosing a blogging platform, don’t overlook Tumblr, the barebones hosted service cum social network. The key feature of Tumblr is how easy it is to post a nugget of information you found on the web. Whether it’s a picture, a video, a link, or a quote, all you have to do is click on a bookmarklet on your browser bar, add some optional comments, and it’s published to your site. Reblogging posts by others using Tumblr is encouraged and easy to do with one click.

This simplicity is why I use it for my personal site. You might not have time to compose long blog posts, but you can certainly click a button to share the cool things you find online. You can also post by emailing pictures, video, and text to a secret email assigned to you. This means mobile posting from your phone. If you like, Tumblr will also tweet out for you each time you post.

When I developed a new version of Paperclippy, a shopping blog for professional women, I chose Tumblr because it would make it so easy to maintain. Kathleen, who edits the site, surfs for cool stuff to post. When she finds something, she hits the bookmarklet and it brings up an editing panel where she can write her post. These then go into a queue so that she can amass dozens of posts if she wanted to, and then Tumblr will post them however you specify (we have it set to publisher three posts a day between 8 and 11 a.m.). At the same time it publishes, Tumblr tweets the posts and adds it to the Paperclippy page on Facebook. Finally, other Tumblr users who follow the site see it in their “dashboard” and can reblog the content.

Tumblr is easy to set up, offers a good deal of customization, and is incredibly easy to use, especially for web novices. Check it out if you don’t need all the overhead of a self-hosted CMS like Wordpress or Drupal.

Part 4 of 2 in the series Easy Blogging with Tumblr

As I explained in my last post, Tumblr is a light-weight hosted blogging platform that can be more than enough for many web projects. One thing that users accustomed to more full-featured content management systems miss when they use Tumblr is the ability to create static pages–for example, for an About page or a FAQs page. Luckily, there’s an easy way around that.

The trick I’ve used is to create subdomains for each static page. My personal blog is at jerrybrito.org, but my about page is at about.jerrybrito.org. That “about” subdomain is not hosted by Tumblr; it’s hosted on my own server. I simply took the HTML for my Tumblr template and replaced the dynamic content (the code that calls for the blog posts) with the static text of my about page. Voila, a static page for Tumblr.

Admittedly, this is a bit of a hack. If you need more than one or two static pages for your project, you’re probably better off choosing another CMS. A more likely scenario that would call for Tumblr, though, is if you have a website composed mostly of static pages or pages generated by some application that does not include blogging capability and you want to add a simple blog for your site. In that case, you can do the reverse of what I just described an put your Tumblr blog on a subdomain.

For example, I run a site called OpenRegs.com, which is an easier-to-use alternative to the federal government’s official regulatory portal, Regulations.gov. All of the pages on the openregs.com domain are generated by a custom-built application hosted on my own server. When I needed a blog to add the latest news and announcements about the site, I created a new subdomain at blog.openregs.com. That’s where the Tumblr blog resides and all the pages of that subdomain are hosted by Tumblr. The subdomain’s look is the same as the main site because I took the main template and simply added Tumblr code to pull in the dynamic blog content.