wp-backbone icon indicating copy to clipboard operation
wp-backbone copied to clipboard

How do i use this ?

Open crapthings opened this issue 13 years ago • 9 comments

could your pls write more readme?

crapthings avatar Jan 25 '12 11:01 crapthings

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?

davidgtonge avatar Jan 25 '12 12:01 davidgtonge

front-end ajax post and management etc... and combine with other js goodies like impress.js

crapthings avatar Jan 25 '12 13:01 crapthings

what does this repo meant to do?

i want to query wp tables(posts) and make results as backbone collections.

crapthings avatar Jan 25 '12 13:01 crapthings

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/

davidgtonge avatar Jan 25 '12 13:01 davidgtonge

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

davidgtonge avatar Jan 25 '12 13:01 davidgtonge

wordpress_js will release as a wp plugin ?

crapthings avatar Jan 25 '12 13:01 crapthings

thanks david.

the article is good, have to read it.

crapthings avatar Jan 25 '12 13:01 crapthings

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?

brycecorkins avatar Jul 30 '12 15:07 brycecorkins

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.

davidgtonge avatar Jul 31 '12 07:07 davidgtonge