Adding social share link to prettyphoto in Photolux theme

Please Note: Theme customizations go beyond the scope of our support services and this article is provided solely as a courtesy to our customers. Please take a moment to review the Scope of our Support.

Question:

How can I add facebook share icon to portfolio items when opened in lightbox *prettyphoto?

Solution:

Go to the theme folder and open the file “js/main.js”. In line #642 you will find the following code:

var options={animation_speed:'normal', theme:pexetoSite.lightboxStyle, overlay_gallery: false, slideshow:false, social_tools:''};

Replace it with:

var options={animation_speed:'normal', theme:pexetoSite.lightboxStyle, overlay_gallery: false, slideshow:false};

Was this useful? 13