=== Plugin Name ===
Contributors: lontongcorp
Donate link: http://www.lontongcorp.com/
Tags: ajax, html5, pushstate, themes
Requires at least: 3.0
Tested up to: 3.5.1
Stable tag: 1.0.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Enables HTML5 pushState for wordpress to get contents through AJAX
== Description ==
AJAXify wordpress with HTML5 pushState based on History.js by Benjamin Lupton.
This is just a preliminary version as I can see no real pushState implementation for wordpress yet.
Support for HTML5 modern browser only, focus on mobile and not breaking SEO rank.
Bundled with jQuery scrollTo plugin for user experiences.
Using jQuery AJAX methods, some plugins that used javascript will not work unless they update it to use "live"
event handlers or put inline in the body though not always will work properly.
Some known not works:
* WP SyntaxHighligher
* Some eCommerce plugins (WooCommerce, eShopping, etc)'s plugins
* News-Ticker
* ... please let me know ...
No Jetpack API (or similar) integrations for now, so it just get whole page/post request and filtering the content to show in the body.
== Installation ==
1. Download from wordpress plugins or upload to your server "/wp-content/plugins/" manually as usual
2. Activate and go the Settings link
3. Put the container DOM ( "body", "#container_id", ".some-classes" )
tested on TwentyTwelve themes, with "#content" container