This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

WP Favorite Posts Extended

تفصیل

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

سکرین شاٹاں

انسٹال کرݨ

  1. Unzip into your /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Install Plugin “JSON API” and “JSON API USER”
  4. In “JSON API” settings page, activate “WPFP” controller

ریویو

There are no reviews for this plugin.

Contributors & Developers

“WP Favorite Posts Extended” is open source software. The following people have contributed to this plugin.

حصہ پاوݨ آلے

“WP Favorite Posts Extended” دا آپݨی زبان وچ ترجمہ کرو۔

ڈیویلپمنٹ وچ دلچسپی ہے؟

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

تبدیلی لاگ

0.1 (2014-11-05)

  • First Release