- Notifications
You must be signed in to change notification settings - Fork0
Share a post to migme's Miniblog whenever you publish a post in WordPress.
lesterchan/wp-migme
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Contributors: GamerZ
Donate link:http://lesterchan.net/site/donation/
Tags: migme, mig33, miniblog, blog, post, social network
Requires at least: 3.7
Tested up to: 5.3
Stable tag: trunk
License: GPLv2 or later
License URI:http://www.gnu.org/licenses/gpl-2.0.html
Share a post to migme's Miniblog whenever you publish a post in WordPress.
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.
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.
- mig33 is now migme
- Do not allow space in tags
- Initial release
- Upload
migme
folder to the/wp-content/plugins/
directory - Activate the
migme
plugin through the 'Plugins' menu in WordPress - You can access
migme
viaWP-Admin -> Settings -> migme
- migme Administrator Page
- migme Miniblog
- Posts Shared on migme Miniblog
- migme Miniblog Single Post Page
- 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
- Place the following code anywhere within theWordPress loop in your theme:
* You can overwrite the default values: Eg. ``* First Argument: Page Title* Second Argument: Link To The Page* Third Argument: migme's UsernameN/A