Use Facebook Like for Tags for ongoing updates and sharing. Share new posts with users who Liked your tags or categories before and earn money too!
Download the plugin archive and drop the contents into the wp-content/plugins directory of your WordPress installation. Activate the plugin from the plugins page and then configure the plugin settings. For detailed instructions, see below. This plugin requires PHP version 5 or higher.
Detailed Installation Instructions
Make sure you're WordPress installation is running PHP version 5 or higher.
Enabling CURL (Apache server installations only)
If you are running WordPress on an Apache server, you need to first enable CURL. If you use another web server (e.g., Microsoft IIS) or if you know that you already have CURL enabled, you can skip this step and go directly to the installation below.
Installation
Configure Plugin Settings
Before using the plugin, you need to configure the plugin settings. Locate "Plugins" in the left column and click "Like for Tags".
General Settings 1. Enter a valid email address and a password that you can remember. For example, use the name of the blog (e.g., myblog@gmail.com). The email address is used to uniquely identify your plugin later. This will also allow you to further configure the plugin in Partner Central (http://www.ingboo.com/pc) later (e.g., upload your own brand logo for the news feed updates). 1. Optional: You can point to a logo that will be used in the Facebook News Feed updates. This logo is ideally 100x100 in lng, gif or jpg format. The logo must reside on a web server and be externally accessible. 1. Select if you want the Like button to by tags or categories. It is recommended that you use categories since it usually provides the best balance between context and update frequency for users.
Facebook Settings
Location Settings
Making Changes to Individual Posts
Turning OFF the Like Button
You can turn off the Like button for individual posts by the use of a Custom Field called "like" and set it's value to "false". You can also override the button location by using the same Custom Field. Set it to "above" to place the Like button above a post. Similarly, set it to "below" to place it below the post.
Custom Locations
It is possible to pick a custom location for the Like button. This is sometimes desired due to how certain themes display content. When doing this, you should always set the custom field - "like = false" or, you should turn off default location altogether by settings "use by code modification" to "yes". After this, you invoke the function call for the button:
<?php if (class_exists("IngbooFacebookLike")) {
echo $IngbooFacebookLike->getLike();
}
?>
IMPORTANT! With the email address and password, you can now visit Partner Central (http://www.ingboo.com/pc) to further configure your plugin. It is recommended that you at minimum upload your own image (logo, picture, etc.) for your blog before putting the Like button to use (if you did not do this already in step 3 above).
Installing Plugin Updates
Every now and then, there will be a new plugin version available. These instructions explain how to install and enable these updates.
If you are running version 1.3 or later of the plugin, you can use the upgrade procedure from within your WordPress Admin Dashboard. For release 1.3 and later, configurations are preserved and will propagate to the upgrade versions.
If you are using versions before 1.3 you need to follow the instructions here:
IMPORTANT! If the install fails, you may have to stop and then restart the web server since it may be holding on to the file resources and blocking a new install. This typically happens with Microsoft IIS server. Also remember that you can always configure the plugin further http://www.ingboo.com/pc. If you have used your original email address, prior settings in Partner Central are preserved.
Deactivating/Activating the Plugin
If you want to change settings, you will need to select "Reset Settings". This will revert settings to default values. If you want to reconnect the button with your earlier configuration, you need to re-enter email address and password.
Deactivating and then reactivating a plugin may reset settings to default (for releases before 1.3). You will need to go back into settings and Like For Tags to re-enter the previously used email address and password before using the Like button again. Any settings done in Partner Central remain intact though.
You can selectively disable the Like button for individual posts by setting a Custom Field "like = false".
Requires: 2.0 or higher
Compatible up to: 3.0.5
Last Updated: 2010-11-9
Downloads: 24,057
Got something to say? Need help?