=== WP PT-Viewer === Contributors: vprat Donate link: http://wp-ptviewer.vincentprat.info Tags: post, panorama, image, photos, images, ptviewer, panoramic, picture, media Requires at least: 1.5.0 Tested up to: 2.2 Stable tag: 1.0 A plugin for wordpress which allows you to easily insert dynamic panoramic pictures inside your posts using the java applet ptviewer. == Description == This plugin will allow you to easily insert panoramic pictures inside your posts using one of the best free java viewers available: PTViewer. Just insert a tag specifying the image and information about the panorama (field of view, image size, horizon position) and the plugin will compute the corresponding obscure applet parameters (in particular for partial panoramas covering less than 360 degrees of field of view). Example: <ptviewer image="panorama.jpg" imagewidth="1000" imageheight="345" horizon="50" hfov="360">Panorama title</ptviewer> You can see a sample of the results on that page: http://panoramic.vincentprat.info Detailled instructions can be found on the plugin options page (administration panel -> options -> WP PTViewer) Support is provided on the [plugin home page](http://wp-ptviewer.vincentprat.info). I need translators for the plugin, this is not a hard task, just a file to translate. Please contact me if you want to translate. Currently available in English and French. This plugin is available under the GPL license, which means that it's free. If you use it for a commercial web site, if you appreciate my efforts or if you want to encourage me to develop and maintain it, please consider making a donation using Paypal, a secured payment solution. You just need to click the button on the [plugin home page](http://wp-ptviewer.vincentprat.info) and follow the instructions. For questions or suggestions, please contact my by email or leave a comment on the plugin page. == Installation == To install the plugin, just drop the "wp-ptviewer" folder into your wordpress "wp-content/plugins" directory and activate the plugin from the administration panel. This adds a submenu under the Option menu for configuration of default parameters and detailled description on the tag parameters. == FAQ == * My panorama does not show up, instead I get a gray screen saying "loading image" Your image file for the panorama is probably too big, java runs out of memory. I found that the panorama files should not be more than 3500 pixels wide in general. * My panorama does not show up, instead I get debugging information The debugging information will help you to see the parameters the plugin has read from your tag. One common cause for that is the visual editor that adds some BR tags and other HTML tags. To avoid problems, write your tag without line breaks, all in a single line. * Can I use any content for the panorama title? Yes. For example, I am using it successfully with the Polyglot plugin in order to change the panorama title according to the user language. * Other questions? Just drop an email or a comment on the plugin's home page.