Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial
James Carney
16,255 PointsiOS blog reader question
Working through the iOS blog reader project and I was wondering how to make it work with my own blog.
How do you make this JSON API work with my blog? Or where would I go to find out how to do it?
1 Answer
Matthew Mascioni
20,444 PointsHi James,
Good question! There are some WordPress plugins that allow for this (assuming it's running WordPress), like Feed JSON. It would be a fun challenge to look at the response it gives you, and model a new Blog Reader app after that data, to flex your coding muscles a bit.
Fred Lawton
5,904 PointsFred Lawton
5,904 PointsI have a WordPress.com site rather than a WordPress.org site. From my understanding, this means I can't install the plugin.
How can I get my blog data in json format or other format?