web/wp-content/plugins/add-to-facebook-plugin/readme.txt
branchwordpress
changeset 112 fb7cd02b9848
parent 111 6b96085291d7
child 123 561aa6d282f6
equal deleted inserted replaced
111:6b96085291d7 112:fb7cd02b9848
     1 === Plugin Name ===
       
     2 Contributors: David Goldstein
       
     3 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=3396118
       
     4 Tags: facebook
       
     5 Requires at least: 2.0
       
     6 Tested up to: 2.7
       
     7 Stable tag: trunk
       
     8 
       
     9 This plugin adds a footer link to add the current post or page to a Facebook Mini-Feed.
       
    10 
       
    11 == Description ==
       
    12 This plugin adds a footer link to add the current post or page to a Facebook Mini-Feed.  While the plugin is activated a link will appear after the content of the post with the text "Share on Facebook" or the Facebook icon or both. Clicking this link will bring the user to the Facebook site.  If the user isn't logged in they will be prompted to do so. Once logged into Facebook the post will be added to the Mini-Feed of the account.
       
    13 
       
    14 == Installation ==
       
    15 1. Add a directory called 'add-to-facebook-plugin' (without the quotes) to your '/wp-content/plugins/' directory.
       
    16 1. Upload addtofacebook.php and facebook_share_icon.gif to the '/wp-content/plugins/add-to-facebook-plugin/' directory.
       
    17 1. Activate the plugin through the 'Plugins' menu in WordPress.
       
    18 1. Go to 'Options->Add to Facebook' in your admin interface to select you options.
       
    19 
       
    20 == CSS ==
       
    21 The CSS for this plugin is found in the included facebook.css file.  This file may be edited to change the style of the link.
       
    22 
       
    23 == Options ==
       
    24 There are two options on the options page: Link Type and Insertion Type.
       
    25 
       
    26 Link Type - This option sets if you want your Facebook link to be text, image or both.
       
    27 
       
    28 Insertion Type - This option sets how you want to insert the link into your posts/pages.  There are two choices: auto or template.
       
    29 
       
    30 * Auto - When insertion type is set to auto the Facebook link will automatically be inserted right after the post.
       
    31 * Template - When insertion type is set to template the Facebook link will appear wherever the template tag for the plugin is added to your theme. This option requires a template tag to be added to your theme.
       
    32 
       
    33 == Template Tag ==
       
    34 The following template tag must be added to your theme in the location you want the link to appear when insertion type is set to template:
       
    35 
       
    36 `<?php if(function_exists(addtofacebook)) : addtofacebook(); endif; ?>`