Tell me more ×
Web Applications Stack Exchange is a question and answer site for power users of web applications. It's 100% free, no registration required.

Simply, I would like to get a chromeless version of a Trello board and embed it directly into the 'tasks' page of my site. I'd still have my site's header and footer around it.

I guess I could just use an iFrame, but is there a more elegant solutions to this?

Also I would like to theme it to suit the rest of the site...

Anyone knows where to start with this?

share|improve this question

1 Answer

Other than using an iframe, Trello has a REST public API that you can tap into for your site. You can theme it to match your site and have more control than simply a window into another site. You can find more information on programmableweb here: http://www.programmableweb.com/api/trello

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.