Hive Talkin'

Fan Only Content For Facebook

Ever wonder how some Facebook pages are able to require you to like their page before showing you certain content such as a video or a coupon?  Have you seen pages that use a custom graphic or message asking you to “like” their page that you no longer see once you click the button?  Do you wonder what it would take to implement similar functionality on your Facebook page?

If you answered “yes” to one or more of the questions above, take a few minutes to learn about the FMBL tag that lets Facebook page administrators display different content to fans and non-fans on the same tab.  The Visible-To-Connection tag provides any administrator with basic FBML experience the ability to tease content or otherwise compel new visitors to connect to your page by hiding content behind this tag.  It also ensures that your pitch message goes away as soon as the visitor takes the desired action.

For advocacy organizations, they can use this functionality to create the equivalent of “members only” content on their Facebook page by restricting content to connected users.  Also, groups can tease access to compelling content to increase the number of visitors who “like” their page.  Individuals can also use this tag to restrict content to “friends only.”

Do you see any value in implementing this feature on your organization’s Facebook page?  If so, check out this step-by-step tutorial, complete with examples, from Social Media Examiner.


Tweet this
1 Star2 Stars3 Stars4 Stars5 Stars Be the first to rate this post
Loading ... Loading ...

Tags: , , , ,

Uncategorized

Pages coded correctly

Gone are the days of companies throwing a website together in Microsoft Publisher (using horrible clipart), but people still often do not understand the importance of a well thought out page layout.  A well planned and coded page offers numerous advantages over a poorly done one:

  • Reusability – Theoritically, with some changes to the CSS file and graphics, the whole look and feel can be changed dramatically.  This allows for easy re-skinning, or the possibity of porting the site to another platform (ie mobile)

  • SEO – The more text that is used, the more likely it is that search engines will pick up the content.  If text is rasterized in image files, only human eyes will be able to read it.

  • 508 / Accessibility – Screen readers examine pages in a certain way.  If the page is poorly constructed, then the reader will not read the page in a logical fashion.  For instance, the footer could be read before the content.

  • Compatibility – All pages will probably always be needed to be tested in the more popular web browsers, but the absence of hacks and non-standard conventions will result in less issues.

  • Bandwidth conservation – Properly coded pages should be light weight.  When minified CSS and JS files are used as well, load speed should be very fast for the user, almost regardless of the connection.


Tweet this
1 Star2 Stars3 Stars4 Stars5 Stars Be the first to rate this post
Loading ... Loading ...

Tags: , , ,

Uncategorized