=== AJ WP Facebook Like and Send === Contributors: Lobotomia, joch, lgrandicelli Tags: widget, social, facebook, like, send, social network, Requires at least: 2.9 Tested up to: 3.1.1 Stable tag: 1.0.1 AJ WP Facebook Like and Send makes it easy to integrate the Facebook Like button and Facebook Send Button. == Description == * Fully automatic — just install and enable the plugin * Easily place the button before or after your post * Choose to disable the button on the front page * Custom settings available, including a shortcode and template tag * Full language support for the Like button * XFBML and Open Graph support AJ WP Facebook Like and Send makes it easy to integrate the Facebook Like button and Facebook Send button. Choose to automatically append the button before or after the content, or use a template tag to place the button where ever you want. The button will automatically be inserted after the post, but if you want the button to appear before the post, change the color or make the plugin only show the button and no faces, make those changes in the settings panel. To see all available settings, have a look at the options screenshot. To manually include the Like button in a post or page, set the plugin to disabled in the settings and include the [ wpfblike ] tag within the post. Note that AJ WP Facebook Like and Send currently only supports PHP5. = Template developers = If you are a template developer, you may include the button where ever you want, as long as you stay within the WordPress loop. Just call the wpfblike() function and echo the output to the correct place for your theme. You can optionally pass arguments to the function if you want different settings for default button. To get a default button, write the following: To get a button with the count layout: You may concatenate multiple options as such: The following options and values are currently recognized: * layout (default, button_count) * show_faces (true/false) * colorscheme (light/dark/evil) * width (in pixels) * action (like/recommend) Refer to the options page for the plugin for a description of all options. = Translations = Please contact us to include your translation of this plugin at: http://www.ajepcom.it Do consider contacting me before starting to translate as well, so you know if anyone else has already started. Happy translating! == Plugin Home Page == More info on: [AJepCom](http://www.ajepcom.it/wordpress-plugin/aj-wp-facebook-like-and-send/ "AJepCom") == Author Home Page == Author information on: * [Lobotomia](http://www.thebraimachine.org/ "Lobotomia") or [Giuseppe Guerrasio](http://www.giuseppeguerrasio.it/ "Giuseppe Guerrasio") * [Luca Grandicelli](http://http://www.lucagrandicelli.com// "Luca Grandicelli") == Screenshots == 1. Facebook Like button 2. Comment box 3. Options page == Installation == This section describes how to install the plugin and get it working. 1. Upload the `aj-wp-fb-like-and-send` folder to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Optionally change the settings to suite your needs. 4. If you want to use full functionally of OpenGraph edit header, "``" tag must be "``". == Frequently Asked Questions == = No questions at the moment = An answer to that question. == Changelog == = 1.0.1 = * Added "og:image" tag for thumbnail * fixed minor bugs = 1.0.0 = * Initial public release