goodpic / mt-plugin-mixiCheck

Add mixi check button to your Movable Type blog.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

# mixi check plugin for Movable Type
# Author: Jun Kaneko
# Copyright 2010 Six Apart, Ltd.
# License: licensed under the same terms as Perl itself


OVERVIEW

This plugin adds MT tags to display mixi check button.

PREREQUISITES

- Movable Type 5.0 or higher

INSTALLATION

  1. Unpack the MixiCheck package.
  2. Copy the contents of MixiCheck/plugins into /path/to/mt/plugins/
  3. Select "Tools > Plugins" menu in your blog.
  4. Configure the plugin's settings
  5. Insert <$MTMixiOpenGraphMeta$> in your HTML header (<head>) section.
  6. Insert <$MTMixiCheck$>  in the section
     where you wish to display the "Like" button.


TEMPLATE CODE

<$MTMixiOpenGraphMeta$>

  This template tag will publish the following OpenGraph meta tags.

  <meta property="og:site_name" content=""/>
  <meta property="og:title" content=""/> 
  <meta property="og:type" content="article"/> 
  <meta property="og:url" content=""/> 
  <meta property="og:description" content=""/> 
  <meta property="og:image" content=""/>

  Please refer to the following page for more detail.
  http://developers.facebook.com/docs/opengraph

<$MTMixiCheck$>



CHANGES

0.2  2010.Sep.13 Support Dynamic Publishing.
0.1  2010.Sep.10 Initial release.

AUTHOR

Jun Kaneko kaneko@gmail.com

COPYRIGHT AND LICENSE

Copyright (C) 2010 Six Apart, Ltd.

This program is free software; you can redistribute it
and/or modify it under the same terms as Perl 5.10.0. 

This program is distributed in the hope that it will be
useful, but without any warranty; without even the implied
warranty of merchantability or fitness for a particular purpose.

About

Add mixi check button to your Movable Type blog.


Languages

Language:Perl 69.1%Language:PHP 30.9%