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

JavaScript

Steve Linn
Steve Linn
11,841 Points

JQuery Lightbox - extending it

I am implementing this light box on my shopify site -- http://lokeshdhakar.com/projects/lightbox2/#examples

Works great.

I want to add in a social share button so someone can click on a photo and post it to facebook.

I am looking for ways to implement this.

Facebook has a social share script - but what is the best way to implement it. How can I extend the current code? Should I create a separate script or add on to the lightbox code. If writing a separate script - how do they work together?

Thank you!