{"id":29999,"date":"2014-06-11T05:34:28","date_gmt":"2014-06-11T05:34:28","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/migme\/"},"modified":"2019-10-23T03:21:37","modified_gmt":"2019-10-23T03:21:37","slug":"migme","status":"publish","type":"plugin","link":"https:\/\/pl.wordpress.org\/plugins\/migme\/","author":259,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.0.2","stable_tag":"trunk","tested":"5.3.21","requires":"3.7","requires_php":"","requires_plugins":"","header_name":"migme","header_author":"Lester 'GaMerZ' Chan","header_description":"","assets_banners_color":"f3f2e6","last_updated":"2019-10-23 03:21:37","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/lesterchan.net\/site\/donation\/","header_plugin_uri":"http:\/\/lesterchan.net\/portfolio\/programming\/php\/","header_author_uri":"http:\/\/lesterchan.net","rating":0,"author_block_rating":0,"active_installs":20,"downloads":2846,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":{"":"<p>N\/A<\/p>"},"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":"1206756","resolution":"128x128","location":"assets","locale":""},"icon-256x256.png":{"filename":"icon-256x256.png","revision":"1206756","resolution":"256x256","location":"assets","locale":""}},"assets_banners":{"banner-1544x500.png":{"filename":"banner-1544x500.png","revision":"1206756","resolution":"1544x500","location":"assets","locale":""},"banner-772x250.png":{"filename":"banner-772x250.png","revision":"1206756","resolution":"772x250","location":"assets","locale":""}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":[],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1206756","resolution":"1","location":"assets","locale":""},"screenshot-2.png":{"filename":"screenshot-2.png","revision":"1206756","resolution":"2","location":"assets","locale":""},"screenshot-3.png":{"filename":"screenshot-3.png","revision":"1206756","resolution":"3","location":"assets","locale":""},"screenshot-4.png":{"filename":"screenshot-4.png","revision":"1206756","resolution":"4","location":"assets","locale":""}},"screenshots":{"1":"migme Administrator Page","2":"migme Miniblog","3":"Posts Shared on migme Miniblog","4":"migme Miniblog Single Post Page"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[323,43091,43099,41271,86],"plugin_category":[],"plugin_contributors":[77620],"plugin_business_model":[],"class_list":["post-29999","plugin","type-plugin","status-publish","hentry","plugin_tags-blog","plugin_tags-mig33","plugin_tags-migme","plugin_tags-miniblog","plugin_tags-post","plugin_contributors-gamerz","plugin_committers-gamerz"],"banners":{"banner":"https:\/\/ps.w.org\/migme\/assets\/banner-772x250.png?rev=1206756","banner_2x":"https:\/\/ps.w.org\/migme\/assets\/banner-1544x500.png?rev=1206756","banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/migme\/assets\/icon-128x128.png?rev=1206756","icon_2x":"https:\/\/ps.w.org\/migme\/assets\/icon-256x256.png?rev=1206756","generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/migme\/assets\/screenshot-1.png?rev=1206756","caption":"migme Administrator Page"},{"src":"https:\/\/ps.w.org\/migme\/assets\/screenshot-2.png?rev=1206756","caption":"migme Miniblog"},{"src":"https:\/\/ps.w.org\/migme\/assets\/screenshot-3.png?rev=1206756","caption":"Posts Shared on migme Miniblog"},{"src":"https:\/\/ps.w.org\/migme\/assets\/screenshot-4.png?rev=1206756","caption":"migme Miniblog Single Post Page"}],"raw_content":"<!--section=description-->\n<p>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.<\/p>\n\n<h3>Build Status<\/h3>\n\n<p><a href=\"https:\/\/travis-ci.org\/lesterchan\/wp-migme\"><\/a><\/p>\n\n<h3>Donations<\/h3>\n\n<p>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.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload <code>migme<\/code> folder to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the <code>migme<\/code> plugin through the 'Plugins' menu in WordPress<\/li>\n<li>You can access <code>migme<\/code> via <code>WP-Admin -&gt; Settings -&gt; migme<\/code><\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>How to embed migme's Follow Button?<\/dt>\n<dd><ul>\n<li><p>Place the following code anywhere in your theme:<\/p>\n\n<p><br \/>\n    <br \/>\n<\/p><\/li>\n<li><p>You can embed another migme user follow button as well: Eg. <code>&lt;?php migme_follow_button( 'lesterchan' ); ?&gt;<\/code><\/p><\/li>\n<li>First Argument: migme's Username<\/li>\n<\/ul><\/dd>\n<dt>How to embed migme's Share Button?<\/dt>\n<dd><ul>\n<li><p>Place the following code anywhere within the <a href=\"http:\/\/codex.wordpress.org\/The_Loop\" title=\"WordPress Loop\">WordPress loop<\/a> in your theme:<\/p>\n\n<p><br \/>\n    <br \/>\n<\/p><\/li>\n<li><p>You can overwrite the default values: Eg.  <code>&lt;?php migme_share_button( 'Lester Chan\\'s Website', 'http:\/\/lesterchan.net', 'lesterchan' ); ?&gt;<\/code><\/p><\/li>\n<li>First Argument: Page Title<\/li>\n<li>Second Argument: Link To The Page<\/li>\n<li>Third Argument: migme's Username<\/li>\n<\/ul><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h3>1.0.1<\/h3>\n\n<ul>\n<li>mig33 is now migme<\/li>\n<li>Do not allow space in tags<\/li>\n<\/ul>\n\n<h3>1.0.0<\/h3>\n\n<ul>\n<li>Initial release<\/li>\n<\/ul>","raw_excerpt":"Share a post to migme&#039;s Miniblog whenever you publish a post in WordPress.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/pl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/29999","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/pl.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/pl.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=29999"}],"author":[{"embeddable":true,"href":"https:\/\/pl.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/gamerz"}],"wp:attachment":[{"href":"https:\/\/pl.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=29999"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/pl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=29999"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/pl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=29999"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/pl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=29999"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/pl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=29999"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/pl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=29999"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}