use the
panopress plugin for wordpress to embed krpano -
http://panopress.org
or, just use an iframe like below, enter this code in your post html editor (not wsywig editor),
make sure your pano url is working on its own outside of wp before embedding
|
Source code
|
1
|
<iframe width="100%" height="600" src="http://www.domain.com/path/pano.htm" frameborder="0" allowfullscreen></iframe>
|
basically, you need to upload your entire krpano output folder (js, swf, html, tiles, etc) to your server via ftp, and embed the .html file directly using
panopress or iframe as above
thanks
sam