Brings the power of Storify, the popular social media storytelling platform to your WordPress site
There are three ways:
You'll need a Storify account to use all of the plugin's features. If you don't already have an account you can sign up now using your Facebook or Twitter account, otherwise, you will be prompted to create an account prior to publishing your first story.
Yes. There are more than 20 API endpoints for developers to hook into using WordPress's standard add_action() and add_filter() architecture. Each is individually documented within the code itself, but virtually all the plugin's functionality can be customized to fit your needs.
Yes. There are several public methods available to help developers quickly and easily leverage the Storify API such as get_story() and get_user_data(). Each is documented more thoroughly within the code itself, and can be called, for example, as $WP_Storify->get_story( 'http://storify.com/url-to/a-story' ); to return a story object containing the story's embed code and associated metadata.
Yes. All requests to the Storify API (for user and story metadata) are cached using the standard WordPress transients API. By default, this will cache the requests to the database for up to an hour, but can be customized and extended through many popular caching plugins such as W3 Total Cache. There is also an API hook to modify the default TTL (storify_ttl);
Yes and no. The Storify plugin is ready to be translated, but has not been translated yet. If you would like to translate the Storify plugin into your language, see the Translating WordPress Page.
Requires: 3.2 or higher
Compatible up to: 3.4.2
Last Updated: 2012-2-19
Downloads: 13,058
0 of 2 support threads in the last two months have been resolved.
Got something to say? Need help?