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 &quot;Discount Coupon Box&quot; 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: