Ez a bővítmény nem lett tesztelve a WordPress legutóbbi 3 fő kiadásával. Lehetséges, hogy már nincs karbantartva, frissítve és a használata gondot jelenthet a frissebb WordPress verziókkal.

WP Favorite Posts Extended

Leírás

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

Képernyőmentések

Telepítés

  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

Vélemények

Nincsenek értékelések erről a bővítményről.

Közreműködők és fejlesztők

“WP Favorite Posts Extended” egy nyílt forráskódú szoftver. A bővítményhez a következő személyek járultak hozzá:

Közreműködők

“WP Favorite Posts Extended” fordítása a saját nyelvünkre.

Érdekeltek vagyunk a fejlesztésben?

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

Változási napló

0.1 (2014-11-05)

  • First Release