I’ve made an import rss comments for wordpress. This script is useful when you have a wordpress free hosting such as blogsome or blogthing and you want migrate all comments.
Here below the steps to import all your posts and comments from blogsome to wordpress :
- Read my previous post and my previous comments.
- Login to the blogsome dashboard and see how many comments you have? (ie: 679 comments).
- Set rss options on Option >> Reading to 679 or set to 700. Save it.
- Open http://XXX.blogsome.com/comments/feed and save it (ie: rss-comments.xml).
- Upload rss-comments.xml and put that file on wp-admin directory.
- Download import-comment-rss.php and then edit import-comment-rss.php and replace define(‘RSSFILE’, ”); with define(‘RSSFILE’, ‘rss-comments.xml’);
- Upload import-comment-rss.php and put that file on wp-admin directory.
- Open http://yourdomain.com/wp-admin/import-comment-rss.php and follow the steps on your screen.
- Voila!
Note:
- This scripts is modified from import-rss.php
- There’s no URI, IP, Email and User Agent commenter on rss comments, so you can’t import them to the new database.
thanks so much. worked perfectly to import blogsome blog to wordpress. Thanks!
u’re a godsend. thanks so much.
Thanks for the great script!!
I implemented it from Google’s Cache of my feeds to my blog at http://www.crashutah.com/somethingfornothing
Too bad I only got the top 10 comments since my Discussion Options weren’t set to higher.
One thing you have to do in WordPress is your script sets comment_type=0 in wp_comments. I just ran UPDATE wp_comments SET comment_type=” and then it fixes the error. If you don’t fix this on WordPress then the comments will appear, but the count will always show as 0 comments.
Thanks again!