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 12 years ago
Last Update on 19 May, 2013
Synced 13 hours ago
Last Synced on
Rank
#37,534
—
No change
Active Installs
10+
—
No change
KW Avg Position
79
—
No change
Downloads
5.3K
—
Total downloads
Support Resolved
0%
—
No change
Rating
56%
Review 2.8 out of 5
2.8
(4 reviews)
Next Milestone 20
10+
20+
11,084
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 5 more installs to reach 20+
Rank Changes
Current
#37,534
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 4 of 4| Keyword | Position | Change | Type | Updated |
|---|---|---|---|---|
| Activity Stream | 33 | — | Tag | 14 hours ago |
| xmlrpc | 38 | — | Tag | 14 hours ago |
| xml-rpc | 74 | — | Tag | 14 hours ago |
| buddypress | 171 | — | Tag | 14 hours 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
WP Adminify – White Label WordPress, Admin Menu Editor, Login Customizer
7K+ installs
#2,738
Master Addons For Elementor - White Label, Free Widgets, Hover Effects, Conditions, & Animations
40K+ installs
#930
User Switching
200K+ installs
#252
Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin
200K+ installs
#256
Photo Gallery by 10Web – Mobile-Friendly Image Gallery
200K+ installs
#268
Frequently Asked Questions
Common questions about BuddyPress XML-RPC Receiver
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)
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)
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
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