where's the salt?

05/20
2010

Facebook Social Stats Plugin for WordPress (10,634 views)

FB Social Stats
If you want a convenient way to track your facebook shares and likes and have access to the “backend Admin Pages” facebook automatically creates when you have implemented all the necessary code in your page, this one is for you.

Quick Overview

It lists all your posts (sorted by date), including post title, link to the individual post, facebook Like, Share, Comment, Total & Click Counts and provides a link to your facebook’s “secret Admin Page” (if available).

facebook Admin Page link

Prerequisites

WordPress (obvious)
Facebook’s Like button, facebook’s Share button, either manually or via a plugin.
The following HTML tags in your WordPress theme’s header file:

<html xmlns="http://www.w3.org/1999/xhtml"
        xmlns:og="http://opengraphprotocol.org/schema/"
        xmlns:fb="http://www.facebook.com/2008/fbml" <?php language_attributes(); ?>>

The following minimum of facebook’s Open Graph tags in your WordPress theme’s header file:

<meta property="fb:admins" content="YOUR_FACEBOOK_USER_ID"/>
<meta property="og:title" content="<?php the_title_attribute( $args ); ?>" />
<meta property="og:type" content="blog" />
<meta property="og:url" content="<?php echo get_permalink($post->ID); ?> "/>
<meta property="og:image" content="LINK_TO_AN_IMAGE_ON_YOUR_SERVER" />

By facebook userID we mean your numerical userID, not your screen name.

Make sure you use the correct facebook user ID, because you cannot change it once people started liking your post you can only append it, but you cannot change it.

Don’t forget to Like your own post/page (when logged into facebook as the same user), only then will facebook create the actual facebook page from your post.

You can tell the page is available because next to your Like button you will see a link to the Admin Page (only of you chose “standard” in the button layout).

facebook Admin Page link

As soon as this (Admin) Page is available, a link to its Insight location is available via the plugin, right next to the Like and Share counts, from which you get to the actual page (by clicking on the logo).

facebook page Insights

facebook Admin Page


<sarcasm>
Besides the fact that facebook obviously cannot spell “administrator”, this page is a fully functional facebook page. And the people who clicked the Like button are still called Fans </sarcasm off>

Installation

Download the plugin
Extract the files into the fb-socialstats directory
Upload the directory into your WordPress /wp-content/plugins/ directory
Activate the Plugin in your WordPress Plugins menu
Go to FB Social Stats in your Dashboard.

Configuration

We included a style sheet to make the output pretty. It automatically gets loaded when the plugin is called. Feel free to edit it any way you like it.

Known Issues

Occasional long loading times due to facebook API connectivity issues.

Please let us know your comments – we appreciate your feedback!

(Visited 987 times, 1 visits today)

Tags:

Date posted: Thursday, May 20th, 2010 at 11:10 am (13 years, 11 months ago.)
Posted in: business mix, news mix, tech mix
Comments RSS Feed Comments RSS Feed
Reply
Ttrackback

One Response to “Facebook Social Stats Plugin for WordPress”

  1. 1

    […] the original post: Facebook Social Stats Plugin for WordPress Tags: facebook, […]

    wp-popular.com » Blog Archive » Facebook Social Stats Plugin for Wordpress on May 20th, 2010 at 3:30 pm

Leave a Reply


search

Categories

css.php