This may be a little too technical for some of you, and if you understand the basics of html the following may prove very useful. Here is a brief context on how this list came to be: I wanted to create a landing page on our Facebook business page with a promotional code that only people who “liked” us could see.
Here is the code I eventually used & that worked (see www.facebook.com/laughteryogaamerica)
<fb:fbml version=”1.1″>
<fb:visible-to-connection>
<h2>Thank you for liking us! We look forward to sharing lots with you. Why not <a href=”http://www.facebook.com/laughteryogaamerica?v=app_xxx”>join the discussion</a> and tell us what you think? Your opinion counts and others can benefit from it.</h2>
<br clear=”all”>
<h2>Your 10% OFF coupon is xxxxx and you can <a href=”https://www.laughteryogaamerica.com/store/”>redeem it in our online store</a> until 12/25/2010 (enter it in the "Discount Coupon Box" on the Payment and Shipping section of the checkout page.)</h2><br />
<h2>We have most excellent Laughter Yoga Books, Laughter Yoga DVDs, Laughter CDs and more.</h2>
<br clear=”all”>
<h2>…Also consider signing up for our free newsletter. You’ll get a special Laughter Yoga gift!</h2><br />
<fb:else>
<div style=”position: absolute; top: 0px;”>
<p>
<img src=”http://media.laughteryogaamerica.com/images/we-like-you.gif” /></p>
<h2>Get the coupon code on the “Welcome!” page (you may have to navigate back<br />to it after you’ve joined) and redeem at <a href=”https://www.laughteryogaamerica.com/store”>laughteryogaamerica.com/store</a>.<br />Enter code at checkout!</h2><br />
<h2>…Also consider signing up for our free newsletter. You’ll get a special Laughter Yoga gift!</h2><br />
</div>
</fb:else>
</fb:visible-to-connection>
<fb:google-analytics uacct=”xxxxxxx” />
</fb:fbml>
.
Here are pages I found of interest while researching for this project:
- How to geo-target Facebook posts (you decide who sees them, where)
http://www.socialbrite.org/2010/09/21/how-to-target-facebook-wall-posts-to-specific-fans/ - A Beginner’s Guide to Facebook Insights
http://mashable.com/2010/09/03/facebook-insights-guide/ - to create a network (already done, waiting for reply)
https://www.facebook.com/help/contact.php?show_form=add_work - Get the Most Out of Your Business Facebook Page
http://mashable.com/2010/08/26/business-facebook-page/
http://gigaom.com/collaboration/32-ways-to-use-facebook-for-business/
http://www.socialmediaexaminer.com/21-creative-ways-to-increase-your-facebook-fanbase/ - Find friends on Facebook (you must be logged in first)
http://www.facebook.com/find-friends/browser/ - Developper guide to social media plugins
http://developers.facebook.com/plugins
http://blog.webdistortion.com/2010/03/22/7-fbml-examples-to-rock-your-facebook-fan-page/
Leave A Comment