mig33

Plugin Banner

mig33

by Lester Chan

Download
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.

  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
  1. mig33 Administrator Page

    mig33 Administrator Page

  2. mig33 Miniblog

    mig33 Miniblog

  3. Posts Shared on mig33 Miniblog

    Posts Shared on mig33 Miniblog

  4. mig33 Miniblog Single Post Page

    mig33 Miniblog Single Post Page

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

1.0.0

  • Initial release
Back to top