תוסף זה לא נבדק ב-3 הגרסאות הראשיות האחרונות של וורדפרס. ייתכן והתוסף כבר לא מתוחזק או נתמך על ידי יוצריו, וייתכן שיהיו לו בעיות תאימות בגרסות וורדפרס עדכניות יותר.

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.

מפתחים

"WP Favorite Posts Extended" הוא תוסף קוד פתוח. האנשים הבאים תרמו ליצירת התוסף הזה.

תורמים

ניתן לתרגם את "WP Favorite Posts Extended" לשפה שלך.

מעוניינים בפיתוח?

עיינו בקוד, ראו את הקוד ב-SVN repository, או הירשמו ללוג פיתוח באמצעות RSS.

שינויים

0.1 (2014-11-05)

  • First Release