Tutorial
How we customized our BuddyPress app, PressChat
Update: The customization in this post only works with AppPresser 2. If you are using AppPresser 3, please see this post. We recently built a mobile app that integrates with BuddyPress called PressChat. To develop this app, we customized AppPresser and BuddyPress with things like a custom intro screen, changing the login screen, a custom…
Read MoreCustom WP-API Authentication
The WP-API is a JSON REST API that is slated to go into WordPress core. The API allows applications like mobile apps to interact with WordPress. It’s been written about extensively, and it’s documented well. If you’ve worked with the API before, you may have come across the issue of authentication. The API can allow…
Read MoreUsing the WordPress REST API in a mobile app
Update 12/7/16: The REST API is now in WordPress core! You don’t currently need a plugin if using 4.7+. View our updated article for using the final version of the WP-API in a mobile app using Ionic 2 here. The REST API is currently a plugin that allows applications to access the data produced by…
Read More