lightgallery
Version:
lightGallery is a feature-rich, modular JavaScript gallery plugin for building beautiful image and video galleries for the web and the mobile
10 lines • 443 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.getFacebookShareLink = void 0;
function getFacebookShareLink(galleryItem) {
var facebookBaseUrl = '//www.facebook.com/sharer/sharer.php?u=';
return (facebookBaseUrl +
encodeURIComponent(galleryItem.facebookShareUrl || window.location.href));
}
exports.getFacebookShareLink = getFacebookShareLink;
//# sourceMappingURL=lg-fb-share-utils.js.map
;