=== Resourcify === Contributors: tripflex Donate link: https://www.gittip.com/tripflex Tags: post quote, post source, post, resource, handlebars, template, custom, source, quote source, source link, source link bottom of page Requires at least: 3.8 Tested up to: 3.9 Stable tag: 1.2 License: GPLv3 Add sources to posts via metabox and output below post using template generated with handlebars. Very clean and completely customizable. == Description == Resourcify allows you to add Sources, Resources, and Quote Sources to a post and display those links at the bottom of each post. Simply put, it gives you an interface on the post admin area to add a Title and URL for each Resource. The plugin will then output those resources at the bottom of a single blog post page using either the default, or a custom defined template. Template is rendered using Handlebars, and allows you to specify exactly how you want the output to look (html wise, css coming soon). = Features = * Output standard HTML links to sources [Read more about Resourcify](https://github.com/tripflex/resourcify). = Documentation = Documentation will be maintained on the [GitHub Wiki here](https://github.com/tripflex/resourcify/wiki). = Contributing and reporting bugs = You can contribute code and localizations to this plugin via GitHub: [https://github.com/tripflex/resourcify](https://github.com/tripflex/resourcify) = Support = If you spot a bug, you can of course log it on [Github](https://github.com/tripflex/resourcify) Or contact me at myles@smyl.es == Installation == = Automatic installation = Install through Wordpress, select activate. = Manual installation = The manual installation method involves downloading the plugin and uploading it to your webserver via your favourite FTP application. * Download the plugin file to your computer and unzip it * Using an FTP program, or your hosting control panel, upload the unzipped plugin folder to your WordPress installation's `wp-content/plugins/` directory. * Activate the plugin from the Plugins menu within the WordPress admin. == Screenshots == 1. Meta box view from new post area 2. Template Editor from new post area 3. Template Editor Help from new post area 4. Output preview on frontend below post == Changelog == = 1.2 = * First release using templates * Multiple bug fixes and patches * Use URL for title if title not specified * Added template section * Added template help section * Added about section = 1.1 = * Bug fix fatal error on source count = 1.0.1 = * Fix output to only show on blog posts and not on custom post types. = 1.0.0 = * Initial Creation