B
by Various
2.8 (4 reviews)
BuddyPress XML-RPC Receiver
This plugin allows remote access to BuddyPress networks through an XML-RPC API.
Compatible with WP 10.0
v0.5.10
Current Version v0.5.10
Updated 13 years ago
Last Update on 19 May, 2013
Refreshed 13 hours ago
Last Refreshed on
Rank
#41,118
+6176 this week
Active Installs
10+
—
No change
KW Avg Position
127
—
No change
Downloads
5.4K
+1 today
Support Resolved
0%
—
No change
Rating
56%
Review 2.8 out of 5
2.8
(4 reviews)
Next Milestone 20
10+
20+
36,425
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro
Unlock Exact Install Count
See the precise estimated active installs for this plugin, calculated from real-time ranking data.
- Exact install estimates within tiers
- Track install growth over time
- Milestone progress predictions
Need 9 more installs to reach 20+
Rank Changes
Current
#41,118
Change
Best
#
Downloads Growth
Downloads
Growth
Peak
Upgrade to Pro
Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.
Upgrade NowReviews & Ratings
2.8
4 reviews
Overall
56%
5
1
(25%)
4
0
(0%)
3
1
(25%)
2
1
(25%)
1
1
(25%)
Tracked Keywords
Showing 2 of 2| Keyword | Position | Change | Type | Updated |
|---|---|---|---|---|
| xmlrpc | 109 | — | Tag | 1 day ago |
| Activity Stream | 145 | — | Tag | 1 day ago |
Unlock Keyword Analytics
Track keyword rankings, search positions, and discover new ranking opportunities with a Pro subscription.
- Full keyword position tracking
- Historical ranking data
- Competitor keyword analysis
Track This Plugin
Get detailed analytics, keyword tracking, and position alerts delivered to your inbox.
Start Tracking FreePlugin Details
- Version
- 0.5.10
- Last Updated
- May 19, 2013
- Requires WP
- 0+
- Tested Up To
- 10.0
- PHP Version
- N/A
- Author
- Various
Support & Rating
- Rating
- ★ ★ ★ ☆ ☆ 2.8
- Reviews
- 4
- Support Threads
- 0
- Resolved
- 0%
Keywords
Upgrade to Pro
Unlock keyword rankings, search positions, and detailed analytics with a Pro subscription.
Upgrade NowSimilar Plugins
Adminify – White Label, Admin Menu Editor, Login Customizer
7K+ installs
#2,724
Master Addons for Elementor – Elementor Addons, Widgets, Mega Menu Builder, Popup Builder, Widget Builder & Template Kits
30K+ installs
#988
Akismet Anti-spam: Spam Protection
5M+ installs
#7
WPForms - AI Form Builder for WordPress - Contact Forms, Payment Forms, Survey Form, Quiz & More
5M+ installs
#9
Jetpack – WP Security, Backup, Speed, & Growth
3M+ installs
#18
Frequently Asked Questions
Common questions about BuddyPress XML-RPC Receiver
Allow your BuddyPress members to access certain BuddyPress features via XML-RPC. You may restrict settings on a wp_cap level. You can select which RPC commands to allow as well.
A client is required to send XML-RPC commands. You can build one yourself or try an existing one. For Android, there is BuddyDroid that works with this plugin.
Available methods: bp.updateProfileStatus: send an activity_update params: array ($username, $password, $data['status'] ) returns: array (activity_id,message,confirmation,url) bp.postComment: submit a comment on a given post params: array ($username, $password, $data['comment'], $data['activity_id'] ) returns: array (activity_id,message,confirmation,url) bp.deleteProfileStatus: delete an activity_update params: array ($username, $password, $data['activity_id'] ) returns: array (activity_id,message,confirmation,url) bp.getActivity: get various activity stream items params: array ($username, $password, $data['scope','max','user_data','action','action_id','action_data'] ) returns: array (activities,message,confirmation) sending the 'scope' parameter allows you to filter the results as per the plugin's presets (favorites, friends, groups, mentions, sitewide, just-me, my-groups, following) or by a specific BP action type (e.g. activity_update) sending the 'action' parameter makes it perform a specified action on an activity id ('action_id'), viz. 'delete' or 'comment' (put comment text in 'action_data'). sending the 'user_data' parameter makes it include a list with the user's notifications, etc. returns: array (confirmation, message) bp.getMemberInfo: get info for a given user id params: array ($username, $password, $data['user_id','action','action_id','action_data'] ) returns: array (confirmation, message) sending the 'action' parameter makes it perform a specified action on a user id ('action_id') (not yet implemented). bp.deleteMember: deletes member for given user id (must be admin, or it does nothing) params: array ($username, $password, $data['user_id'] ) returns: array (confirmation, message) bp.updateExternalBlogPostStatus: send an activity stream update filed under blogs bp.deleteExternalBlogPostStatus: delete the activity update related to an already posted activity record (ie, if unpublishing a blog post) bp.getMyFriends: get a list of friends bp.getGroups: get a list of groups bp.getNotifications: member adminbar notifications (new message, new friend, follower, etc) params: array ($username, $password) returns: array (confirmation, total, message) bp.getMessages: get latest message in each thread params: array ($username, $password, $data['box','type','page_num','pag_page','search_terms','action','action_id','action_data']) returns: array (confirmation, total, message) sending the 'action' parameter makes it perform a specified action on a thread id ('action_id'), viz. 'delete', 'read', 'unread', or 'reply' (put reply text in 'action_data'). bp.verifyConnection: check if connection works params: array ($username, $password) returns: array (confirmation, message)
Direct them to the following url: http://www.yoursite.com/index.php?bp_xmlrpc=true&bp_xmlrpc_redirect=
login register settings (user settings) notifications messages friends groups favorites mentions stream (main site activity stream) site (site home page) My question isn't answered here