=== Plugin Name === Contributors: lontongcorp Donate link: http://www.lontongcorp.com/2013/02/15/wordpress-html5-pushstate/ Tags: ajax, html5, pushstate, themes Requires at least: 3.0 Tested up to: 3.5.1 Stable tag: 1.0.1 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 without breaking SEO rank == Description == AJAXify wordpress with HTML5 pushState based on History.js by Benjamin Lupton. 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. And due to AJAX methods, this will not working with cross-domain (subdomain) calls. 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 == Screenshots == Live actions at my blog and choose one of the post. == Changelog == = 1.0.1 = * Add parseURI from Steven Levithan * Avoid pushState from links: * any login page * wp-admin * any pictures (jp*g|png|gif|bmp|css|js) = 1.0.0 = First Release == Early Version == This is just a preliminary version as I can see no real pushState implementation for wordpress yet. = Conflicts = Some known not works with: * WP SyntaxHighligher * Some eCommerce plugins (WooCommerce, eShopping, etc)'s plugins * News-Ticker * ... please let me know ...