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.

Google Plus Page shortcode

Descripción

Add a Google+ Page button easily with this plugin. The shortcode is [googlepage]

Usage:
* Smallest icon: [googlepage page=YOUR_PAGE_ID]
* Medium icon: [googlepage size=32 page=YOUR_PAGE_ID]
* Biggest icon: [googlepage size=64 page=YOUR_PAGE_ID]

In page=x where x is your Google+ Page number.

Capturas

  • Biggest icon in footer

Instalación

This section describes how to install the plugin and get it working.

e.g.

  1. Upload wp-googleplus-page.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Place [googlepage page=YOUR_PAGE_ID] in a page or post

Preguntas frecuentes

I can’t run this shortcode in my sidebar/any widget. How should I fix this?

If you can’t run this in a widget just add add_filter('widget_text', 'do_shortcode'); in your functions.php on the last row before ?> (if ?> is there).

Can you make X work for me?

Yes, hit me an e-mail at max@malm.me

Reseñas

No hay reseñas para este plugin.

Colaboradores y desarrolladores

«Google Plus Page shortcode» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «Google Plus Page shortcode» 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

Initial release