Adding social share link to prettyphoto in Photolux theme
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};