Wordpress to Octopress: Comments

Wordpress to Octopress

One of the last steps for moving from Wordpress to Octopress is to migrate the existing comments from one platform to another.

The crux of the matter with a static Blog is that interactive elements like comments become static as well.

Therefore Octopress comes out of the box with Disqus support.

Setup

In config.yml you enable the Disqus functionality by just entering your short name:

# Disqus Comments
disqus_short_name: ***********************
disqus_show_comment_count: false

From the next generation comments will be enabled.

Import

If you want to save your old comments and migrate them from Wordpress to Octopress/Disqus you can do this with the plug-in Disqus provides within the Wordpress plug-in directory. Install that plug-in and follow the setup-instructions (you need already a Disqus account for that).

The plugin doesn’t work in the opera browser - so you need to switch to an alternative browser if you don’t see any progress there.

The comments will be queued and progressed and should be available in your account within 24 hours.

We will see about that …