Help me with FBML

Gradimir Stankovic

Power Member
Joined
Jan 10, 2010
Messages
737
Reaction score
857
Hey guys, I'm building "THE FAMOUS SCRIPT" (I think everybody knows what it is :D)
I have done all button and everything works, now only if anyone can help me with revelation of buttons (step 2 reveals after step 1 etc.).
I know about <fb:-visible-to connection , but it doesn't work :( .
If you help me and make this work, you will get entire script free.
Thanks.
 
hello,

guys who can help me with this,


i have a Fan Page on facebook that i`m advertising on it. I want when people arrive on my Fan Page, that have FBML instaled to be redirected to my principal web site. Is this possible...?

Thank you

Who can help me with this it will be paid....;)

Best
 
it's not that hard.. this is to set a delay:
Code:
<script>
                function showstep3() {
                    setTimeout(function(){doshowstep3()}, 6000);
                }
                function doshowstep3() {
                    document.getElementById('step3').setStyle('display', 'block')
                }
            </script>

to make it appear after click it's:
Code:
<a onclick="document.getElementById('step2').setStyle('display', 'block');

i have my working code so i don't want yours lol but pm me a page with yours working so i can compare with mine =]

Thanks for the help.
where would you put your stuff you want to display in the code?
 
i see...
i currently have a page that shows an offer, but it tells the users to invite 50 friends before the promotion will be activated.

all i want is a button to apear underneath after a minute or two...
 
carolina, I'l pm you the link...
Thanks so much
 
Back
Top