WP-VR-view is a plugin that allows you to
display Photo Sphere images and 360 video on wordpress pages, posts, etc.
Website visitors will be able to navigate through your panoramas.
Smartphone users can use Google cardboard to look through in Virtual reality way.
Quick Video Demo
http://www.youtube.com/watch?v=DWkLce9M-h0
Demos
If you want to contact me for any reason, feel free to email me at tumanob@gmail.com or contact me on:
Facebook,
GitHub
Shortcode parameters
- video - url to 360 video .mp4 file (required if you add video)
- img - url to photosphere image (required if you add photosphere)
- pimg - preview image URL
- width - in pixels or percent
- height - in pixels or percent
- stereo - value 'true' or 'false'
- yaw - angle shift option. Values from -360 to 360
- hascontrols - value 'true' or 'false' - for video player to add controls buttons
Short codes examples:
- [vrview img="URL for photosphere image"]
- [vrview video="URL for 360 video .mp4 file"]
- [vrview video="URL for 360 video .mp4 file" img="URL for video preview image"]
- [vrview img="URL for photosphere" pimg="Optional URL preview photosphere photo for faster load"]
- [vrview img="URL for photosphere" width="500" height="300"]
width="500" - set width to 500 pixels wide. if you want full/100% width you can use width="100%"
- [vrview img="URL for photosphere" stereo="true"]
stereo image - default value is false.
Supported Platforms
- Web - modern versions of chrome,Firefox, Safari, IE 11 and Edge
- Native - iOS 8 and higher , Android 4.4 (Kit Kat) and higher
Install from WordPress Dashboard
Log into WordPress dashboard then click Plugins > Add new > Then under the title "Install Plugins" click Upload > choose the zip > Activate the plugin!
Install from WordPress Dashboard plugin Search
Log into WordPress dashboard then click Plugins > Add new > Then do search for "WP VR view" > choose "Install" > Activate the plugin!
Install from FTP
Extract the zip file and drop the contents in the wp-content/plugins/ directory of your WordPress installation and then activate the Plugin from Plugins page.
After activation you can use short codes to insert your Photo Sphere images to any post or page.