12inchpianist
Junior Member
- Dec 19, 2008
- 187
- 1,070
Code:
doubleyourlikes.com
There are a few fan page reveal generators out there but doubleyourlikes*com, although basic isn't bad. I've seen a post at another forum I frequent that has videos, etc. and out of respect for that forum I won't bring it here but I will let everyone in on this.
If you've ever needed the reveal code for the fbml app here it is. Keep in mind you'll need to paste this into a text doc so you don't get any unwanted characters.
I uploaded the images to a wordpress blog and took the html from that.
YOURBLOGURL is of course, your domain where you upload the images
IMAGE1.GIF is the first image a visitor will see if they have not "liked" you yet.
IMAGE2.GIF is what will be revealed when the visitor "likes" you.
TARGETURL is where you want them to go when they click the revealed image.
Do not ever buy any of the products out there for facebook training unless you're a total newbie. This stuff is pretty simple.
Everything is case sensitive so if you name your image "IMAGE1.gif" then you need to make sure your image is "IMAGE1.gif" and not "image1.gif"
Images need to be 520x??? I don't know if that matters.
The extra lines don't seem to matter. I took the original code and broke it down and tested it several ways and spacing things out didn't seem to matter.
*******Start of code***** (do not include this line)*********
<fb:fbml version="1.1">
<div id="wrapper" style="width:520px;margin:0 auto;order:0;padding:0;position:relative;height:210px;text-align:center;">
<fb:visible-to-connection>
<a target="_blank" href="http://www.TARGETURL.com"><img src="http://www.YOURBLOGURL.com/wp-content/uploads/2010/12/IMAGE2.gif"" border="0" /></a>
<fb:else>
<div id="non-fans" style="width:520px;position:absolute;top:0;left:0;height:1000px;">
<img src="http://www.YOURBLOGURL.com/wp-content/uploads/2010/12/IMAGE1.gif" border="0" /></div>
</fb:else>
</fb:visible-to-connection>
</div>
</fb:fbml>
******************end of code (do not copy this line)************
Enjoy
Happy Holidays!!!!!!!!