This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

HTML5 pushState

ਵੇਰਵਾ

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.
Take an advantages from History.js, visited contents saved into browser’s so it will find and display it directly, no repeating request to server even have anchor (#).

Bundled with jQuery scrollTo plugin for user experiences and used to read and scroll to anchor.
Using jQuery AJAX methods, some plugins that used javascript will not work.
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.

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 …

ਸਥਾਪਤੀਕਰਨ

  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

ਸਮੀਖਿਆਵਾਂ

There are no reviews for this plugin.

ਯੋਗਦਾਨੀ ਤੇ ਵਿਕਾਸਕਾਰ

“HTML5 pushState” is open source software. The following people have contributed to this plugin.

ਯੋਗਦਾਨੀ

“HTML5 pushState” ਦਾ ਆਪਣੀ ਭਾਸ਼ਾ ਵਿੱਚ ਅਨੁਵਾਦ ਕਰੋ।

ਵਿਕਾਸ ਕਾਰਜ ਵਿੱਚ ਰੁਚੀ ਰੱਖਦੇ ਹੋ?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

ਤਬਦੀਲੀ-ਚਿੱਠਾ

1.0.2

  • Improved performances
  • Add more options
  • Custom loading image (remove default)
  • Loading image position, relative to DOM as CSS background
  • Javascript on-complete callback
  • Avoid pushState from feed links

1.0.1

  • Add parseURI from Steven Levithan <stevenlevithan.com>
  • Avoid pushState from links:
    • any login page
    • wp-admin
    • any pictures (jp*g|png|gif|bmp|css|js)
  • Change name to “HTML5 pushState (on Settings menu and others)

1.0.0

First Release