This works! Thanks for adding this functionality!
But, if I may advise: the
; as a divider is not very safe, because it is likely to be used in some image title.
I normally use
|| as dividers between records (you use this divider too) and the
~ character (that normally is not used in text as a single character) as a divider between items in a record. So the url could be (I think somewhat more safe):
Code: |
{fancybox parseLinks="1" url="images/img1.jpg~title 1||images/img2.jpg~title 2"}Slideshow pictures{/fancybox}
|
One more thing ...
It seems that, if I use this new parseLinks="1" syntax on a webpage, then the normal {fancybox url="..." title="..."} links on that same webpage do not function anymore, that is, the title is not shown. It seems I have to use the parseLinks="1" syntax on all {fancybox} calls. No problem of course, but something for the documentation.
Regards
Stephan