=== Fancy Article Loader by Sasa Karanovic === Author: Sasa Karanovic Author Homepage: http://sasakaranovic.com Plugin Homepage: http://sasakaranovic.com/projects/fancy-article-loader-wordpress-plugin/ Donate link: http://bit.ly/fancyarticledonate Tags: fancy, jquery, ajax, post, load Requires at least: 2.0.2 Tested up to: 3.0 Stable tag: 1.18 == Description == This plugin will enable users with JavaScript enabled to view your full article without reloading the page. When they click on the "Read more" link plugin will do it's magic and display the full article on the same page. It saves you some bandwith and users don't have to wait for the page to reload. However if user has disabled javascript he will be taken to view more page just like it used to before so you don't have to worry about that. Also I took care to keep your links intact. Enjoy! P.S. Please let me know if you like this plugin or have suggestions. == Installation == 1. Upload `fancy_article_loader` folder to the `/wp-content/plugins/` directory 2. Login to your Admin Dashboard 3. Activate the plugin through the `Plugins` menu in WordPress Admin Dashboard 4. Go to your homepage and check if posts with `MORE` link are loaded at the same page == FAQ == Q: When I click on the MORE link it takes me to the post page but I have javascript enabled. A: Most likely your theme doesn't have jQuery lib loaded or it has very very old version. Please download newest from www.jquery.com and include it in your template. Wierd thing is that I think that almost all templates come with jQuery pre-loaded. == Have more questions or suggestion? == Contact me at sale@mrdnise.com or use contact form on http://www.sasakaranovic.com == Changelog == = 1.18 = * Tweaked to be fully compatible with Wordpress v3.0 * Loading links hide after the post is loaded * Minor speed optimizations = 1.17 = * Absolute path in includes and functions. * Tweaked post filter to be the last one aplied to the post. In that case it should be more compatible with some custom templates. = 1.16 = * Absolute path for includes and functions. * jQuery is initializing in noConflict() mode so plugin won't cause any trouble with other libs. * Added ability to specify the name of the DIV in wich you would like the full post to be loaded. * Added ability to let plugin know if your theme has jQuery loaded so it can prevent doubleloading. * Added `Fancy Article Loader` page to settings in admin page. = 1.1 = * Fixed issue with some of the custom themes when More link just stays loading and doesn't load the full article . = 1.0 = * Plugin created and published to the world. Now waiting for replies and suggestions :)