Wordpress plugins
Elgg Bridge

Elgg Bridge

Version : 1.0.1
Tested up to :
Number of download : 192
Average rating : 5 / 5 on 1 votes 1 votes, 5 avg.rating

Screenshots

Elgg Bridge
Elgg Bridge
Elgg Bridge
Elgg Bridge

This plugin is intended for developers that need an easy way to access Elgg’s web services from WordPress. // Retrieve blogs from Elgg elgg_bridge()->getClient()->get('blog.get_posts'); // Get a user auth token $token = elgg_bridge()->getClient()->getAuthToken($username, $password); // Post a blog on behalf of the user elgg_bridge()->getClient()->post('blog.save_post', [ 'title' => 'Blog title', 'text' => 'Lorem ipsum', ], $token); Contact If you have ideas for out of the box integrations, please email me at info@hypejunction.com

Download now