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
20 Facebook Tips/Tricks You Might Not Know
ContentsHow to Place Facebook Chat On Firefox SidebarHow to Download Facebook Photo AlbumsHow to Share Flickr Photos to FacebookHow to Update Facebook without Using FacebookHow to Schedule Facebook MessagesHow to
Filter your Facebook News Feed
You might already know that the Facebook’s news stream has two major filters – Top News and Most Recent. What you might not know is that, you can filter the
Facebook hits 500-million-member mark
Facebook long ago surpassed MySpace to become king of the social networking world. Facebook CEO Mark Zuckerberg announced today that Facebook now has more than 500 million members around the
HOW TO: Disable Facebook’s “Instant Personalization” [PRIVACY]
ContentsOpting Out at Specific SitesBlocking Instant Personalization For All SitesPreventing Friends From Sharing Your Info Last week, Facebook added a suite of new features that let websites like Pandora and
Custom Fan Page With Facebook Video Embeded
ContentsHave you seen those beautiful CUSTOM Facebook Fan Pages that business owners are using to market their brand or service?Ever wonder how you get one?Enjoy your new CUSTOM Fan Page
What is Facebook EdgeRank and How Can I Improve It?
ContentsWhat is the world is EdgeRank?#1: Publish Objects That Encourage Interaction#2: Create a Forum#3: Make the Most of Photos and Videos#4: Share Links#5: Keep It Fresh#6: Ask Users to ShareWhat
0 Comments
No Comments Yet!
You can be first to comment this post!
Now this is powerful! Thank you so much.