How to install the MultiBlog MovableType plugin
David Raynes has created a slick plugin for MovableType called MultiBlog that allows you to publish entries from one blog in another. Unfortunately, the documentation is currently a bit thin. It took me a while to get it working, so I thought I'd share it with you all.
These instructions only apply to version 1.1.1. Version 2.0 is on its way and should be simpler.
- Download MultiBlog
- Upload the files to your web server
- Run 'chmod 755' on all of the files to ensure they have the proper permissions
- Place the files in the following directories (where mt is the full path to your MovableType installation):
- /mt/multiblog-config.cgi
- /mt/plugins/multiblog.pl
- /mt/extlib/rayners/MultiBlog.pm
- /mt/extlib/rayners/MultiBlogPlugin.pm
- /mt/extlib/rayners/MultiBlogApp.pm
- If everything is working properly, you should see the new plugin in your MovableType plugin page.
- You can now publish entries from one blog straight into another blog. Here's an example:
<MTMultiBlog include_blogs="2"> <MTEntries> <p><a href="<$MTEntryPermalink$>"><$MTEntryTitle$></a></p> </MTEntries> </MTMultiBlog>
Be sure to check out David's support forums If you need additional help.
Enjoy!
Update: David has updated his documentation.


3 comments so far
hi there.. i just installed multiblog plugins, but there's no multiblog-config.cgi
Could you help to send that file?
thx so much for the explaination
Hi Anita,
It looks like David has changed some things around with the most recent release. I don't see a multiblog-config.cgi in the latest 1.99 release either.
So, it appears that my instructions above are out of date. I haven't had a chance to upgrade multiblog, but I expect that you can just unzip all of the files and they *should* go into the right place.
Would you mind sending me the plugin files in a compressed archive? For some reason every link pointing to this plugin is nonexistent and really discouraging as I have a need for this functionality.