=== CP Tent Posts Shortcode === Contributors: brooks24 Tags: tent, tent.io, shortcode, feed Requires at least: 3.4 Tested up to: 3.4.2 Stable tag: trunk License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html A shortcode returns a list of public posts from a Tent server. See tent.io for more information about the Tent protocol. == Description == This is a very very simple plugin. Use the shortcode to display a list of posts from a specified Tent server. Tent is a social networking protocol. To use this plugin, insert the shortcode [cp-tent] into a post. To specify your tent server, use the format [cp-tent tent="https://my.example.com"]. To limit the number of posts displayed, use the format [cp-tent tent="https://my.example.com" limit=10]. This plugin will never authenticate with your tent server. It's only meant for public posts. Other plugins will do more, but not this one. So far, these are the attributes possible in the shortcode: * tent "https://example.tent.is" * limit 10 * mentions "off" "on" * links "on" "https://example.tent.is/posts/" 'limit' is the number of posts to display 'mentions' is off by default. when 'on' a list of mentioned profiles is displayed 'links' is "on" by default (adds '/posts/' to the end of 'tent', and uses this url scheme to display a link to each post), or supply a new base url to precede the post id