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.

migme

Descripción

This is migme’s WordPress plugin. Right now, you can automatically share a post to migme’s Miniblog whenever you publish a post in your WordPress’s blog. More features to come soon.

Build Status

Donations

I spent most of my free time creating, updating, maintaining and supporting these plugins, if you really love my plugins and could spare me a couple of bucks, I will really appreciate it. If not feel free to use it without any obligations.

Capturas

  • migme Administrator Page
  • migme Miniblog
  • Posts Shared on migme Miniblog
  • migme Miniblog Single Post Page

Instalación

  1. Upload migme folder to the /wp-content/plugins/ directory
  2. Activate the migme plugin through the ‘Plugins’ menu in WordPress
  3. You can access migme via WP-Admin -> Settings -> migme

FAQ

How to embed migme’s Follow Button?
  • Place the following code anywhere in your theme:

  • You can embed another migme user follow button as well: Eg. <?php migme_follow_button( 'lesterchan' ); ?>

  • First Argument: migme’s Username
How to embed migme’s Share Button?
  • Place the following code anywhere within the WordPress loop in your theme:

  • You can overwrite the default values: Eg. <?php migme_share_button( 'Lester Chan\'s Website', 'http://lesterchan.net', 'lesterchan' ); ?>

  • First Argument: Page Title
  • Second Argument: Link To The Page
  • Third Argument: migme’s Username

Reseñas

No hay valoraciones para este plugin.

Colaboradores y desarrolladores

«migme» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «migme» 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

1.0.1

  • mig33 is now migme
  • Do not allow space in tags

1.0.0

  • Initial release