Hello
i have a little Problem with Facebook button.
I found in Fourm example
http://www.magichtml.com/tutorial_facebook.html
I put this code to index.html
and all works fine but only in Flash in HTML5 Pano don't startet what I see is only button with black window.
here is code
<div style="width:100%; height:100%; position:relative;">
<div id="pano" style="width:100%; height:100%; position:absolute; z-index:1;">
<noscript><table style="width:100%;height:100%;"><tr style="valign:middle;"><td><div style="text-align:center;">ERROR:<br/><br/>Javascript not activated<br/><br/></div></td></tr></table></noscript>
<script>
embedpano({swf:"tour.swf", xml:"tour.xml", target:"pano", html5:"auto",passQueryParameters:true});
</script>
</div>
<div style="position:relative; top:8px; right:-50px; z-index:2;">
<script src="................tutaj skrypt Facebook"></fb:like>
</div>
</div>