Google Wave Element
Este plugin permite añadir de forma sencilla un Wave dentro del blog para que los visitantes puedan mirarlo e interactuar con él. Está basado en http://www.google.com/webelements/wave/.
Parámetros:
- WAVE: El identificador o URL del Wave que quieres publicar.
- WIDTH: El ancho en píxeles del elemento (por defecto 300).
- HEIGHT: La altura en píxeles del elemento (por defecto 500).
- HEADER: Mostrar/Ocultar la barra de avatares [0 = ocultar / 1 = mostrar].
- TOOLBAR: Mostrar/Ocultar la barra de herramientas[0 = ocultar / 1 = mostrar].
- FOOTER: Mostrar/Ocultar la barra inferior (etiquetas) [0 = ocultar / 1 = mostrar].
Como utilizar el plugin:
1.- Usando el shortcode para añadirlo dentro de una entrada o una página del blog:
![]()
2.- Incluir el elemento en cualquier de la web llamando a la función en el tema:
<?php google_wave_element($wave, $width, $height, $header, $toolbar, $footer); ?>
3.- Usando el widget.
Para identificar el wave que quieres compartir puede usar su propio ID (los últimos 9 caracteres de la URL) o la URL completa:
This plugin is a simple way to add the Wave Element to your site so visitors can see and interact with the wave on your blog. Based on http://www.google.com/webelements/wave/.
Parameters:
- WAVE: The Wave’s ID or URL you want to show. You will find it in the adress bar after create a new wave.
- WIDTH: Width in pixels of the element (default value is 300).
- HEIGHT: Height in pixels of the element (default value is 500).
- HEADER: Show/Hide header [0 = false / 1 = true].
- TOOLBAR: Show/Hide toolbar [0 = false / 1 = true].
- FOOTER: Show/Hide footer [0 = false / 1 = true].
How to use:
1.- Use the shortcode to add the element in your posts and pages:
![]()
2.- Include the element anywhere in your theme calling the function:
<?php google_wave_element($wave, $width, $height, $header, $toolbar, $footer); ?>
3.- Use the widget.
To set the wave you want to share you can use its ID (last 9 chars in the URL) o the complete URL:
[gwe wave="WqOFJU8OA" width="640" height="500" header="1" toolbar="1" footer="0"]
http://wordpress.org/extend/plugins/google-wave-element/
Otros plugins: