Add a Blogarithm form or button to your Movable Type 2.5 or 2.6 blog:
If you use Movable Type, adding the Blogarithm form to your blog involves editing the templates that MT uses to create web pages. At a minimum you will want to change the "Main Index" template so that the form shows up on your blog's home page. The following steps show how to do that.
- Log in to Movable Type
- Find your weblog on the Main Menu. Choose "Manage Weblog."
- From the links in the left column, choose "Templates"
- From the list of index templates, choose "Main Index"
- The template shows up in the big text box labeled "Template Body."
- Click the "Save" button to save your changes.
- Click the "Rebuild" button to make the form show up on your website.
- When the rebuild finishes, the small window will display the message "Your index template 'Main Index' has been rebuilt."
- You may have noticed that there are many templates that Movable Type supports.




This takes you to the template editing page, where you will make changes to your blog.

You need to add the HTML you generated with the Bloggers Tools page. You have a choice where you put the sticker. The easiest place to put it is at the top of the sidebar. To do that, you will need to scroll down about halfway until you see the line <div id="links">:

Paste the html for the form after that line:

This will pop up a small window that controls rebuilding. Click the "Rebuild" button in that window to make the actual rebuild happen.

You're done! You can close the small window. The Blogarithm form should now be visible at the top of the sidebar of your blog:

In particular, there are archive templates for the monthly, category and individual archives. If you would like to add the Blogarithm form to those pages as well, repeat steps 3 through 8 for the archive templates.
