Changeset 668894
- Timestamp:
- 02/16/2013 01:26:43 PM (13 years ago)
- Location:
- pushstate
- Files:
-
- 4 edited
-
tags/1.0.1/pushstate.php (modified) (1 diff)
-
tags/1.0.1/readme.txt (modified) (3 diffs)
-
trunk/pushstate.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pushstate/tags/1.0.1/pushstate.php
r668881 r668894 2 2 /* 3 3 Plugin Name: HTML5 pushState 4 Plugin URI: http://w ordpress.org/extend/plugins/pushstate/4 Plugin URI: http://www.lontongcorp.com/2013/02/15/wordpress-html5-pushstate/ 5 5 Description: AJAXify with HTML5 pushState based on History.js by Benjamin Lupton <github.com/balupton/history.js>. Bundled with jQuery scrollTo plugin. This is an early version, support for HTML5 only, focus on mobile and SEO rank. 6 6 Author: Erick Tampubolon -
pushstate/tags/1.0.1/readme.txt
r668887 r668894 1 1 === Plugin Name === 2 2 Contributors: lontongcorp 3 Donate link: http://www.lontongcorp.com/ 3 Donate link: http://www.lontongcorp.com/2013/02/15/wordpress-html5-pushstate/ 4 4 Tags: ajax, html5, pushstate, themes 5 5 Requires at least: 3.0 … … 15 15 AJAXify wordpress with HTML5 pushState based on History.js by <a href="http://github.com/balupton/history.js">Benjamin Lupton</a>. 16 16 17 This is just a preliminary version as I can see no real pushState implementation for wordpress yet.18 17 Support for HTML5 modern browser only, focus on mobile and not breaking SEO rank. 19 18 20 19 Bundled with jQuery scrollTo plugin for user experiences. 21 Using jQuery AJAX methods, some plugins that used javascript will not work unless they update it to use "live" 22 event handlers or put inline in the body though not always will work properly. 20 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. 23 21 24 Some known not works: 22 And due to AJAX methods, this will not working with cross-domain (subdomain) calls. 25 23 26 * WP SyntaxHighligher 27 * Some eCommerce plugins (WooCommerce, eShopping, etc)'s plugins 28 * News-Ticker 29 * ... please let me know ... 24 And due to AJAX methods, this will not working with cross-domain (subdomain) calls. 30 25 31 26 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. … … 59 54 60 55 First Release 56 57 58 == Other Notes == 59 60 = Early Version = 61 62 This is just a preliminary version as I can see no real pushState implementation for wordpress yet. 63 64 = Conflicts = 65 66 Some known not works with: 67 68 * WP SyntaxHighligher 69 * Some eCommerce plugins (WooCommerce, eShopping, etc)'s plugins 70 * News-Ticker 71 * ... please let me know ... -
pushstate/trunk/pushstate.php
r668881 r668894 2 2 /* 3 3 Plugin Name: HTML5 pushState 4 Plugin URI: http://w ordpress.org/extend/plugins/pushstate/4 Plugin URI: http://www.lontongcorp.com/2013/02/15/wordpress-html5-pushstate/ 5 5 Description: AJAXify with HTML5 pushState based on History.js by Benjamin Lupton <github.com/balupton/history.js>. Bundled with jQuery scrollTo plugin. This is an early version, support for HTML5 only, focus on mobile and SEO rank. 6 6 Author: Erick Tampubolon -
pushstate/trunk/readme.txt
r668887 r668894 1 1 === Plugin Name === 2 2 Contributors: lontongcorp 3 Donate link: http://www.lontongcorp.com/ 3 Donate link: http://www.lontongcorp.com/2013/02/15/wordpress-html5-pushstate/ 4 4 Tags: ajax, html5, pushstate, themes 5 5 Requires at least: 3.0 … … 15 15 AJAXify wordpress with HTML5 pushState based on History.js by <a href="http://github.com/balupton/history.js">Benjamin Lupton</a>. 16 16 17 This is just a preliminary version as I can see no real pushState implementation for wordpress yet.18 17 Support for HTML5 modern browser only, focus on mobile and not breaking SEO rank. 19 18 20 19 Bundled with jQuery scrollTo plugin for user experiences. 21 Using jQuery AJAX methods, some plugins that used javascript will not work unless they update it to use "live" 22 event handlers or put inline in the body though not always will work properly. 20 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. 23 21 24 Some known not works: 22 And due to AJAX methods, this will not working with cross-domain (subdomain) calls. 25 23 26 * WP SyntaxHighligher 27 * Some eCommerce plugins (WooCommerce, eShopping, etc)'s plugins 28 * News-Ticker 29 * ... please let me know ... 24 And due to AJAX methods, this will not working with cross-domain (subdomain) calls. 30 25 31 26 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. … … 59 54 60 55 First Release 56 57 58 == Other Notes == 59 60 = Early Version = 61 62 This is just a preliminary version as I can see no real pushState implementation for wordpress yet. 63 64 = Conflicts = 65 66 Some known not works with: 67 68 * WP SyntaxHighligher 69 * Some eCommerce plugins (WooCommerce, eShopping, etc)'s plugins 70 * News-Ticker 71 * ... please let me know ...
Note: See TracChangeset
for help on using the changeset viewer.