wp-backbone
wp-backbone copied to clipboard
How do i use this ?
could your pls write more readme?
I haven't updated this repo for quite a while and some of the code is out of date. I will update the code and add a readme over the next few days.
Are you planning on using Backbone with WordPress posts / pages, or with data stored in a custom table?
front-end ajax post and management etc... and combine with other js goodies like impress.js
what does this repo meant to do?
i want to query wp tables(posts) and make results as backbone collections.
OK, I'll update the code this week. I'm also working on a JS interface to WordPress. In the mean time, this post may be helpful for working with ajax in wordpress: http://www.garyc40.com/2010/03/5-tips-for-using-ajax-in-wordpress/
Its incomplete, but essentially its a custom backbone sync method that interacts with a custom wordpress ajax hook. This repo actually has more uptodate code - https://github.com/davidgtonge/wordpress_js/blob/master/wp-content/plugins/wordpress_js/wordpress_js.php
wordpress_js will release as a wp plugin ?
thanks david.
the article is good, have to read it.
Any updates on how to use this repo? I'm new to backbone, but trying to make a search tool that will make backbone models out of search results. Any suggestions?
Hi Bryce, I've not had a chance to work on this for some months. There are some building blocks in there that could be useful for people doing their own integration, but its not ready to use as is yet.