This is the offending bit of code :
<script type="text/javascript">
jQuery(document).ready(function(){ jQuery(function(){
jQuery(".gallery-icon a").lightBox({
imageBlank:"https://gee.swinggraphics.com/wp/wp-content/plugins/facebook-photo-fetcher/jquery-lightbox/images/lightbox-blank.gif",
imageBtnClose:"https://gee.swinggraphics.com/wp/wp-content/plugins/facebook-photo-fetcher/jquery-lightbox/images/lightbox-btn-close.gif",
imageBtnNext:"https://gee.swinggraphics.com/wp/wp-content/plugins/facebook-photo-fetcher/jquery-lightbox/images/lightbox-btn-next.gif",
imageBtnPrev:"https://gee.swinggraphics.com/wp/wp-content/plugins/facebook-photo-fetcher/jquery-lightbox/images/lightbox-btn-prev.gif",
imageLoading:"https://gee.swinggraphics.com/wp/wp-content/plugins/facebook-photo-fetcher/jquery-lightbox/images/lightbox-ico-loading.gif"
}); }); });
</script>
It would be great to have this moved into a standard enqueue script function, with the option of putting it in the footer.