I am making a wordpress theme, and I want it to be able to dynamically load posts using jquery’s .load() function. I already have the load functionality; however, upon reloading the page, the dynamically loaded post disappears. I want the user to be able to bookmark a dynamically loaded post, and then for that post to still be there when the user reloads the page (or bookmarks it and opens the bookmark). My question is: is there a bookmarking plugin that is compatible with wordpress and my scenario?
I’ve already tried http://tkyk.github.com/jquery-history-plugin/
and http://www.asual.com/jquery/address/docs/
and they both don’t work for some reason.
It sounds like you need a deep linking/history plugin. My choice library is SWFAddress. It simply puts a query string after a hash tag that you are able to read and write to. All you have to change is instead of making a call from the click, you listen for a page change event dispatched from SWFAddress.