16
Ene
Plugin: SlideShare para MovableType y MTOS
Este plugin te permite agregar diapositivas desde el sitio SlideShare, utilizando el código corto que originalmente es para WordPress.
Funcionamiento.
Una vez que copiamos el código, lo pegamos en nuestra entrada. Cuando publiquemos nuestra entrada, el plugin buscara todas las ocurrencias de las diapositivas y las cambiara por el respectivo código html necesario para mostrar el flash.
El código luce como este, en donde w representa la anchura de nuestra presentación, si se omite entonces este será de 425.
[slideshare id=728695&doc=building-web-sites-with-movable-type-1226014493193425-9&w=425]
Y se convertira en esto:
<object height="355" width="425" style="margin: 0px;">
<param value="http://static.slideshare.net/swf/ssplayer2.swf?doc=building-web-sites-with-movable-type-1226014493193425-9" name="movie"/>
<param value="true" name="allowFullScreen"/>
<param value="always" name="allowScriptAccess"/>
<embed height="355 width="425" allowfullscreen="true" allowscriptaccess="always" type="application/x-shockwave-flash" src="http://static.slideshare.net/swf/ssplayer2.swf?doc=building-web-sites-with-movable-type-1226014493193425-9"/>
</object>
Y el resultado sería este.
Cuando guardas tu entrada, el código que tu insertaste no es modificado en la base de datos, solamente es transformado al momento de publicar el blog.
Instalación
Descarga el archivo comprimido.
Extrae su contenido
Copia el contenido de la carpeta plugins a la carpeta plugins en tu instalación de MT o MTOS.
Ahora ya puedes agregar tus diapositivas preferidas de una manera rápida y confortable.
You can embed SlideShare presentations into your entries using the code for WordPress.
Just copy the code in the WordPress labeled text field in the SlideShare page, paste it in your entry and that's all.
When you publish your entry, the above code will be replaced for the needed html code to show the presentation. This change only happens in the published file, not in the database.
The plugin will convert this [slideshare id=728695&doc=building-web-sites-with-movable-type-1226014493193425-9&w=425]
In a html code like this
<object height="355" width="425" style="margin: 0px;">
<param value="http://static.slideshare.net/swf/ssplayer2.swf?doc=building-web-sites-with-movable-type-1226014493193425-9" name="movie"/>
<param value="true" name="allowFullScreen"/>
<param value="always" name="allowScriptAccess"/>
<embed height="355 width="425" allowfullscreen="true" allowscriptaccess="always" type="application/x-shockwave-flash" src="http://static.slideshare.net/swf/ssplayer2.swf?doc=building-web-sites-with-movable-type-1226014493193425-9"/>
</object>
Installation
Copy the content of the compressed file into mt plugin's folder.
You can find here a detailed page about how to install plugins in MT and MTOS.






Escribir un comentario