[memb_remote_post_get]
This Applies to
Summary
This shortcode returns the data field of the requested post from the remote server, these are executed on the local server, not the remote server and are very useful for sharing content between multiple sites.
Shortcode Examples
The below shortcode will display the post from http://keap.memberium.com/memb_appname on the specified page:
[memb_remote_post_get id="memb_appname" url="http://keap.memberium.com/" authkey="abc"]
The below shortcode will display output from the specific postid:
[memb_remote_post_get id="538" url="http://keap.memberium.com/" authkey="abc"]
Shortcode Parameters
ID: post ID or slug (required).
URL: URL of remote server (required).
Authkey: Memberium/i2SDK auth key on remote server (required).
Field: name of field to display from post, defaults to post_content.