First off - I checked out this very similar thread: Using Colorbox, how can I create browser history states for each modal box? but this applies to modal boxes and inline content.
I was hoping there might be a (relatively) simple way to maintain browser history for the clicks through a Colorbox slideshow invoked from an anchor - you can see what I mean in action here: http://katlo.freshmango.com/ (click on any photo).
This is invoked by this line in the JS file:
$('.lightbox').colorbox({rel:'lightbox',slideshow:true, slideshowSpeed:4000});
And the link having the 'lightbox' class in it:
At the moment if the user clicks the back button the in the browser, they are correctly taken to the last webpage they were on. I notice in facebook when you go through photos in an album, it updates the URL in the browser to give a history - does anyone know if this i possible with Colorbox?
Many thanks for any help!