=== Dynamic Injector === Contributors: anushr Requires at least: 2.7.0 Tested up to: 3.0 Stable tag: trunk Inserts custom content into posts at page load time. == Description == Inserts custom content into posts at page load time. This is useful when you want to dynamically display content within your post without actually modifying the post itself. You can also use special keywords like `$categories` and `$tags` to insert realtime meta data about a post into its conent to do interesting things. You can use this in conjunction with shortcodes that other plugins utilize to make your content richer and more dynamic. == Changelog == = 1.0 = * Ability to insert categories and tags into posts. * Updated description