Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

Mmm Unity Loader

Descripción

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/!

Instalación

  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

Reseñas

No hay reseñas para este plugin.

Colaboradores y desarrolladores

"Mmm Unity Loader" es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce "Mmm Unity Loader" a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

0.1

Published the plugin