On old version of FBML it was done with this code: <fb:visible-to-connection> <h1>Here is your coupon code</h1> <img src=â€coupon-visible.png†alt=â€visible†/> <fb:else> <h1>Like The Page And Get Your Coupon Code</h1> <img src=â€coupon-non-visible.png†alt=â€non visible†/> </fb:else> </fb:visible-to-connection> Code (markup): HOW TO DO NOW?