=== 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. I'll be adding a few things over the next few days, including better url handling, mentions, sidebar widgets, and other options.