這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Mmm Unity Loader

描述

This is a simple plugin to load unity3d files in a using this shortcode: [MmmUnityLoader src=”yourfile.unity3d” width=”640″ heigh=”480″ /].

Parameters:

  • src: The url to your unity3d file
  • height: The height of the player
  • width: The width of the player
  • attributes: Any content you want added to the embed / object output add in here.
  • content: Any content added between the start and the end of the shortcode tag will appear before the Unity object is loaded as a sort of “click to load”

Usage Examples:

[MmmUnityLoader src=”yourfile.unity3d” width=”640″ heigh=”480″ /]

  • This will load a file with a width of 640px by 480px – since no content was specified some simple text “Click here to load” will appear before the Object is loaded.

[MmmUnityLoader src=”yourfile.unity3d” width=”640″ heigh=”480″]

[/MmmUnityLoader]

  • This will load a file with a width of 640px by 480px and an image instead of the default loading text.

See it in use on http://berv.ca/!

安裝

  1. Download and install the plugin from WordPress dashboard. You can also upload the entire “MmmUnityLoader” folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

評價

There are no reviews for this plugin.

貢獻者及開發者

“Mmm Unity Loader” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Mmm Unity Loader 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

0.1

Published the plugin