このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

360 Panorama Embed

説明

This plugin allows users to easily embed panoramas created by the 360 Panorama app on iPhone/iPad. Some WordPress users cannot
easily embed Javascript in posts or pages, especially if you switch between HTML and Visual mode in the editor. This shortcode plugin will allow you
to switch between views without losing your embedded panorama.

Usage

To use it, call the shortcode in your post or page.

Example:

[panoembed pano=”XXXXX”]

Where XXXXX is the value of the panorama created by the app. If the URL Occipital gives you is http://360.io/sS5Cpw, then the value you’ll
need to enter in the shortcode is sS5Cpw.

You can also specify the width and height of the embed if you need it to fit in a certain area on your post or page. You can do that this way:

[panoembed pano=”sS5Cpw” width=”600″ height=”300″]

スクリーンショット

  • An example shortcode
  • Displayed on a post or page

インストール

  1. Upload pano-embed.php to the /wp-content/plugins directory.
  2. Activate the plugin through the ‘Plugins’ Menu in WordPress
  3. Use the shortcode in your posts and pages as needed.

FAQ

  • Where can I get the 360 Panorama app?
    You can get the plugin here

評価

このプラグインにはレビューがありません。

貢献者と開発者

360 Panorama Embed はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“360 Panorama Embed” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

=0.3=
* Remove styling from embed
* Use latest embed code from Occipital for embed

=0.2=
* Clean up code

=0.1=
* First version of embedding the panoramas in posts and pages