Dear,
I have never seen such a prompt response from any plugin developer. Kudos to you man.
Now with the solution,
I got back to previous version of plugin 0.3.4
The gallery showed in grid however fancybox used in your plugin didn’t work and gave “uncaught typeerror cannot read property ‘msie’ of undefined”
So I had put a patch in this file : fb-photo-sync/fancybox/jquery.fancybox-1.3.4.pack.js
Patch :
jQuery.browser={};(function(){jQuery.browser.msie=false;
jQuery.browser.version=0;if(navigator.userAgent.match(/MSIE ([0-9]+)\./)){
jQuery.browser.msie=true;jQuery.browser.version=RegExp.$1;}})();
Every thing works now.