Add comments from my website
-
I’m trying to display my blog content in my own website. So far, I can retrieve a blog post content and comments successfully using the feed link, e.g: http://intersoftpt.wordpress.com/2010/02/25/customize-visible-hours-in-webscheduler/feed/?withoutcomments=1.
I want users to be able to add comments in my website, but it’s automatically added to wordpress. How to do that? I’m using JScript and ASP.NET, not php.
Thanks.
The blog I need help with is: (visible only to logged in users)
-
The link you pointed to is the single post feed.
The same link, without the “?withoutcomments=1” will give you the comments for this post (none now):http://intersoftpt.wordpress.com/2010/02/25/customize-visible-hours-in-webscheduler/feed/
-
Yeap, thanks for the link.
I want other users to be able to comment on my post, from my website, so they don’t have to open the page again in wordpress domain. I search in wordpress API, but they’re all in PHP.
- The topic ‘Add comments from my website’ is closed to new replies.