Title: Show and submit comments
Last modified: August 21, 2016

---

# Show and submit comments

 *  [xfemme](https://wordpress.org/support/users/xfemme/)
 * (@xfemme)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/show-and-submit-comments/)
 * Hi!
 * I make a mobile app of my WordPress blog with Phonegap. The app shows my blogposts,
   but it doesn’t show my comments and it isn’t possible to submit a comment.
 * Does anyone have an example of a code how to submit and read the comments or 
   does anyone know how I can make this possible? 🙂
 * Thanks!
 * [http://wordpress.org/plugins/json-api/](http://wordpress.org/plugins/json-api/)

Viewing 1 replies (of 1 total)

 *  [DJElo](https://wordpress.org/support/users/djelo/)
 * (@djelo)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/show-and-submit-comments/#post-4444844)
 * the post objects you get via the json api include comments. Take a look at the
   data you receive and the comments should be found under the comments array. Easy,
   I am doing the same as you but writing in native obj. c and convert the data 
   into objects.
    For posting all you need ot do is send a post request to the api
   with the post id and the other details you can see in the api details 😉

Viewing 1 replies (of 1 total)

The topic ‘Show and submit comments’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/json-api.svg)
 * [JSON API](https://wordpress.org/plugins/json-api/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/json-api/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/json-api/)
 * [Active Topics](https://wordpress.org/support/plugin/json-api/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/json-api/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/json-api/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [DJElo](https://wordpress.org/support/users/djelo/)
 * Last activity: [12 years, 4 months ago](https://wordpress.org/support/topic/show-and-submit-comments/#post-4444844)
 * Status: not resolved