该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

360 Photo Spheres

描述

This plugin was created by 360Production.Services to display 360 photos in a simple but interesting way. The plugin is designed to be simple to load and use and allows multiple spheres containing 360 equirectangular photographs to be displayed on each page.

Thank you to CssAnimation.Rocks for this sphere CSS tutorial!

ToDo

  • click and drag to change image direction.
  • shadow around image to create more of a globe effect.
  • shadow below image to create a floating effect.

安装

  1. Upload the plugin files to the /wp-content/plugins/360-sphere-images directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress

Upload an equirectangular 360 image to your Media Library and copy the URL for the uploaded image.

Insert a simple sphere into a post or page using the following shortcode:

[sphere size="300" url="Your 360 Image URL"]

Typically you want the height of your 360 image to be the same size as your sphere for faster image loading.
If you are using a 300px sphere you will want your equirectangular image to be 600px x 300px for optimal loading.
360 images should be in a 2:1 ratio and stitch smoothly on both sides for best results.
Using an image that fits your sphere size will ensure faster page loading time.

Further customization comes with Speed, Direction, Hover, and Title Options:

[sphere size="300" url="Your 360 Image URL" speed="30" direction="right" hover="pause" Title="360 Photo Spheres"]

To link to another page:

[sphere size="300" url="Your 360 Image URL" link="target link"]

To use PopUp: The ‘popup’ parameter works with the ‘link’ parameter when the pop-up has a value, the external link no longer functions
All link parameters are designed to make embedding popups for those platforms easier. Copy the src value from <iframe src=’…. when embedding your content from these platforms.
Use the iframe SRC along with the popup value for the target. For vr be sure to link to the highest quality image available.
The ’embed’ option allows for any standard formatted HTML or iframe tags to be embedded in the popup window.

vr option requires that Jetpack be enabled and the VR plugin for Jetpack enabled in settings.

VR: Set link=”High Quality 360 Image URL” and add: popup=”vr” to your shortcode.
IFRAME: Set link=”any website SRC” and add: popup=”iframe” to your shortcode.
YOUTUBE: Set link=”YouTube embed SRC” and add: popup=”youtube” to your shortcode.
MAPS: Set link=”Google Maps embed SRC” and add: popup=”maps” to your shortcode.
VEER: Set link=”Veer embed SRC” and add: popup=”veer” to your shortcode.
ROUNDME: Set link=”RoundMe embed SRC” and add: popup=”roundme” to your shortcode.
EMBED: set link=”Any HTML formatted content or code” and add: popup=”embed” to your shortcode.

PopUp VR Image Example:

[sphere size="300" url="Your 360 Image URL" link="High Quality 360 Image URL" popup="vr"]

PopUp YouTube Video Example:

[sphere size="300" url="Your 360 Image URL" link="YouTube Embed SRC" popup="youtube"]

PopUp Veer Video or Photo Example:

[sphere size="300" url="Your 360 Image URL" link="Veer Embed SRC" popup="veer"]

ALL OPTIONS:

  • Size= the dimensions of the sphere in pixels
    DEFAULT= 300 | OPTIONS= 1 to ???
  • URL= the URL of the 360 image
    DEFAULT= 360sample.jpg | OPTIONS= any equirectangular 360 image
  • Speed= the amount of time for the image to rotate a complete 360 in seconds
    DEFAULT= 30 | OPTIONS= 1 to ???
  • Direction= direction of the movement for the image (OPTIONAL)
    DEFAULT= right | OPTIONS= left, right
  • Hover= pause image rotation on hover (OPTIONAL)
    DEFAULT= none | OPTIONS= none, pause
  • Title= the title of the popup (OPTIONAL)
    DEFAULT= none | OPTIONS= text string
  • Link= URL for image to link to (OPTIONAL)
    DEFAULT= none | OPTIONS= any hyperlink url, iframe URL, ect (see PopUp)
  • PopUp= the type of Link to embed (OPTIONAL)
    DEFAULT= not used | OPTIONS= vr, iframe, youtube, maps, veer, roundme, embed,

常见问题

How can I help?

Feel free to donate to this plugin development.

评价

阅读所有2条评价

贡献者及开发者

“360 Photo Spheres” 是开源软件。 以下人员对此插件做出了贡献。

贡献者

“360 Photo Spheres”插件已被翻译至1种本地话语言。 感谢所有译者为本插件所做的贡献。

将“360 Photo Spheres”翻译成您的语言。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

1.0

5/2/2018 Updated compatibility for multiple spheres to be posted on a single page. Fixed Bug with container div.

1.1

5/10/2018 – Add support for Link, Direction, Hover