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

General Discussion

How do you make a Pinterest like chrome extension?

I would like to make a Pinterest like chrome extension for my website which if users like something on the web they can use the extension to upload it onto my website.

1 Answer

Codin - Codesmite
Codin - Codesmite
8,600 Points

Here is a quick guide on the basics of making a chrome extension:

http://www.sitepoint.com/create-chrome-extension-10-minutes-flat/

For a Pinterest type button you would need to create an extension that can:

  1. Detect or Store user login (So it knows which users wall to pin the page to)

  2. Take the users current browsed page or selected element on a page and send the information to your website where you will need some form of backend code to recieve and add the information to your website. (I would use a database such as SQL to store the data and a PHP script to recieve the information from the extension.