Faldrian / WP-diaspora-postwidget

A wordpress plugin that gives you a dashboard-widget to post to Diaspora.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature: Import comments from Diaspora

Faldrian opened this issue · comments

Another thing I would like to implement... (and I should probably rename the whole thing, as it is no longer just a postwidget)

  • You can add a metavalue to any post on wordpress (If #4 is implemented, the metavalue can be added automatically once the post is submitted)
  • this metavalue is the url of a public Diaspora-Post
  • Every comment made on that post is automatically inserted as wordpress-comment to your blog.
  • That automation can be done using wordpress-cron, I think. Getting the list of comments is as easy as requesting one url. It's json, so it's easy to parse.

So your blog has all comments and people that are too lazy to comment on your webpage can comment on Diaspora (and also won't receive answers done on the blog... but that's life.)