Описание
This plugin is based on «WP Favorite Posts»,and extends json api to provide access for mobile apps.
Three methods are provided:
wpfp/add
postid: required
cookie: optional
wpfp/remove
postid:required
cookie:optional
wpfp/lists
cookie :optional
The cookie param is the same as «JSON API USER» plugin used.
These methods support users not logged,if the client side can receive and send cookies.
code can be found at: https://github.com/avrilmaomao/wp-favorite-posts-extended
Установка
- Unzip into your
/wp-content/plugins/
directory. - Activate the plugin through the ‘Plugins’ menu in WordPress
- Install Plugin «JSON API» and «JSON API USER»
- In «JSON API» settings page, activate «WPFP» controller
Отзывы
Нет отзывов об этом плагине.
Участники и разработчики
«WP Favorite Posts Extended» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:
УчастникиПеревести «WP Favorite Posts Extended» на ваш язык.
Заинтересованы в разработке?
Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.
Журнал изменений
0.1 (2014-11-05)
- First Release