Making an image appear in Lightbox from a link
PermalinkHere is the link:http://barbarazechel.de/index.php?cID=227...
Can anyone see what I am doing wrong?

try this one
@majorius's suggestion of the lightboxed image also looks like a good starting point.
(function($){ // make sure jq plugin is not already defined if(typeof $.fn.fancybox === 'undefined'){ // Original plugin code } })(jQuery);
This does not prevent duplicate downloads, but can stop a duplicate download from breaking a site (robustness depends entirely on the order of download).
In the long term there should be an improved script management change coming in the next version of C5 that helps prevent multiple downloading of things like fancybox.