Hai,
I believe there are many FBML expert here in BHW, hence i want to seek your advice and opinion on the above subject. Hopefully there will be professional or expert members who can assist a newbie like me
After viewing lots of sample and some code testing, finally i manage to create a simple page and i'm using the non-fan function. In the non-fan section, i put the code for share and invite function. So they have to follow the 3 steps (share-invite-like) in order for the free gift to appear for fan section.
Although by right they can simply click like and skip the share and invite steps. But anyway, the share code works fine and i have tested it out. Unfortunately i'm having problem with the invite code:
1. Max only 6 people to invite
2. Once click send invitation, i received error message "unsuccessful"
Can anyone spare some time to look at the code and let me know what when wrong
On a separate note, does anyone knows what is the coding to ensure the user follow step by step (1-Share, 2-Invite, 3-Like) so that they cant go straight away to step 3 and click LIKE?
Maybe a combination of 'Click to Show' and 'fb share' with a bit of code adjustment? I dont know...Is it something that is doable?
And also since non-fan and fan code is use based on creativity, depend on what you want to show and what you want to hide to your fans, maybe you guys can share with me what is the best tactic to implement this.
Looking forward for some advice and help.
Thanking you in advance.
I believe there are many FBML expert here in BHW, hence i want to seek your advice and opinion on the above subject. Hopefully there will be professional or expert members who can assist a newbie like me
After viewing lots of sample and some code testing, finally i manage to create a simple page and i'm using the non-fan function. In the non-fan section, i put the code for share and invite function. So they have to follow the 3 steps (share-invite-like) in order for the free gift to appear for fan section.
Although by right they can simply click like and skip the share and invite steps. But anyway, the share code works fine and i have tested it out. Unfortunately i'm having problem with the invite code:
1. Max only 6 people to invite
2. Once click send invitation, i received error message "unsuccessful"
Can anyone spare some time to look at the code and let me know what when wrong
Code:
<h2 style="color:blue">
STEP 2: Click the Invite button
</h2>
Kindly click the below button and invite your bestfriends to join us...
<br>
<a id="binvite" href="#" onclick="showInvite(); return false;">
<img src="http: i take out the image URL ">
</a>
<!-- Facebook Invite Box Part Start-->
<div class="invite" id="invite_box" style="display:none">
<fb:fbml>
<fb:request-form
action="http: i take out the image URL "
method="POST"
invite="true"
type=" My Fanpage Name "
content=" This message here will appear in the invite message bar
<fb:req-choice url=' i take out the image URL '
label='Accept' />"
>
<fb:multi-friend-selector
showborder="false"
actiontext="Invite your friends to join NOW">
</fb:request-form>
</fb:fbml>
</div>
On a separate note, does anyone knows what is the coding to ensure the user follow step by step (1-Share, 2-Invite, 3-Like) so that they cant go straight away to step 3 and click LIKE?
Maybe a combination of 'Click to Show' and 'fb share' with a bit of code adjustment? I dont know...Is it something that is doable?
And also since non-fan and fan code is use based on creativity, depend on what you want to show and what you want to hide to your fans, maybe you guys can share with me what is the best tactic to implement this.
Looking forward for some advice and help.
Thanking you in advance.