Turn Blog Post into Facebook Fan Page
Contents
With Facebook’s new Social Graph, you can turn your Blog posts into admin pages.
What this means:
Facebook will create a page that you are an administrator of. All other users are directed to the actual blog post, but the admin is directed to the Facebook admin page so they can manage their fans and publish stories to their fans’ News Feeds.
Some other things that take place:
- blog post will show up in Facebook search results
- Facebook users are directed to your blog which is counted as a back-link from Facebook
Prerequisites
The following HTML tags in your 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 <meta> tags in your header file:
<meta property="fb:admins" content="YOUR_FACEBOOK_USER_ID" />
<meta property="og:type" content="blog" />
<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).
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).
© 2010, Dynasty Web Solutions. All rights reserved.
Related posts:
One Response to “Turn Blog Post into Facebook Admin Page”
Leave a Reply
About author
You might also like
Analytics for Facebook Fan Pages
If you have a business page and want to take a look at it’s effectiveness in your engagements with your fans or recent ads check out the new stats. (Insights
10 Different Types of Facebook-“ers” – Which One Are You?
~This post was written by my wife Tarn Gucci and her 1st post EVER~ I think it would be save to say that Facebook has become a world wide phenomena
Facebook’s New “Subscribe” Feature Works Likes Twitter
VN:F [1.9.20_1166] please wait… Rating: 7.3/10 (4 votes cast) Facebook users will soon see a new “Subscribe” option on some other people’s profiles. When clicking the button on a friend’s
Get a facebook fan page custom URL
It seems facebook have changed the rules and you can now get a custom URL for your fan page with only 25 fans- you don’t have to wait until you
Facebook versus Google
Much of the discussion throughout the Web industry this week has revolved around Thursday’s announcement of Google Instant, the revolutionary new feature that has many business owners wondering about the
6 Facebook Hack Codes & Tips
Contents#1 – The Konami Code Lens Flare Hack#2 – Aye, Make Yer Profile a Pirate’s Page You Landlubber!#3 – Upside Down Status Updates#4 – Download Complete Photo Collections From Your
0 Comments
No Comments Yet!
You can be first to comment this post!
Now this is powerful! Thank you so much.