This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

mig33

Description

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

Screenshots

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

Installation

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

FAQ

How to embed mig33’s Follow Button?

  • Place the following code anywhere in your theme:

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

  • First Argument: mig33’s Username

How to embed mig33’s Share Button?

  • Place the following code anywhere within the WordPress loop in your theme:

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

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

Reviews

There are no reviews for this plugin.

Contributors & Developers

“mig33” is open source software. The following people have contributed to this plugin.

Contributors

Translate “mig33” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.0.0

  • Initial release