3 Step FBML

xpert90

Regular Member
Joined
Mar 12, 2010
Messages
310
Reaction score
40
I'm looking for 3 step fbml code, anyone want to share it?

Steps are like, share and on 3rd step he/she can see the link.
 
I'm looking for 3 step fbml code, anyone want to share it?

Steps are like, share and on 3rd step he/she can see the link.

Share or Buy?
PM me if you want to buy and good luck if you looking for share :)
 
Last edited:
Sorry but I cant Pm yet but your demo is simple ..
 
Sorry but I cant Pm yet but your demo is simple ..

Well 3 steps code is an old school methos which consist 3 element.
Which is: Like - Share - Invite

The rest of the method or process is depend on the person creativity whether you want to use pop-up window, clicktoshow and clicktohide, carousel or even image slider...

What i'm giving you is an element of clicktoshow and clicktohide where it bring user to the next page and it must follows Facebook TOS.

[link removed: No Page link allowed]


With the basic code, its up to you how you want to beautify it.
 
Last edited:
Yeah, Finally i Found one that does work for free
Check it out!
hxxp://sharecash. org/download.php?file=1507626
the password for the RAR is : myfbmlcode
enjoy..

hi, sharecash link is not allowed.
 
i have few 3 step fbml code , if you'r intersted i can show you example's

cheers
 
Sharecash?? :scratchch
Joined Jan 2009 and only 9 post?

I think you guys better delete the link in your quote ;)
 
Hey If you still looking for the code i got one check this ..
Code:
<div id="outside_location"></div>
<table width="58%" bgcolor="#EEEEEE" cellspacing="3" cellpadding="5">
	<tr>
		<td colspan="2"><img src="#HEADER IMAGE URL#" /></td>
	</tr>
	<tr>
		<td width="50%" valign="top">
		<table width="100%">
			<tr valign="top">
				<td valign="top">
					<table border="1" bgcolor="#ffffcc" style="border-collapse:collapse">
							<td width="604" valign="top">
<div><font size="2" face="Arial"><b>STEP 1:</b> Click This 
<span id="profile_connect">
      <a href="#" class="UIButton UIButton_Gray UIActionButton" rel="async-post" ajaxify="/ajax/pages/fan_status.php?fbpage_id=##########&add=1&reload=1&preserve_tab=1&use_primer=1"><span class="UIButton_Text"><span style="background-position: 0pt -410px;" class="UIButton_Icon UIButton_IconNoSpriteMap"></span>Become a Fan</span></a>
</span>
 button to become a fan.</font></div>
<hr size="1" color="#000000">
<div><font size="2" face="Arial"><b>STEP 2:</b> Suggest this page to all of your facebook friends. This is <font color="#ff0000"><b>IMPORTANT</b></font> and you have to do it to confirm your registration or the system will reject your access.</font></div>
<br>



<div><font size="2" face="Arial"><a rel="dialog-post" class=" profile_action actionspro_a"  ajaxify="/ajax/social_graph/invite_dialog.php?class=FanManager&node_id=##########" href="#"><b>Click Here</b></a>
to start suggesting this page to all of your facebook friends.</font></div>
<hr size="1" color="#000000">
<div>
  <p><font color="#ff0000"><b>HINT  </b></font>
    Invite all your friends the easy way!
    Copy code in bold:    </p>
  <p><b>javascript:</b><b>elms=document.getElementById('friends')</b></p>
  <p><b>.getElementsByTagName('li');for(var fid in elms)</b></p>
  <p><b>{if(typeof elms[fid] === 'object'){fs.click(elms[fid]);}}</b></p>
  <p>
    Don't have time clicking and selecting all your friends to invite? click here and while the suggest to friends box is up, copy the code above in the bold text and paste it in your web add
    address toolbar and hit enter! This will select all your friends for you, You just got to hit invite and you've invited all your friends! 
    
  </p>
</div>

<hr size="1" color="#000000">
<div><font size="2" face="Arial"><b>STEP 3:</b> After you have invited all of your friends, you can now take the quiz! <font color="#ff0000"><b>


<a onClick="outside_location.setInnerFBML(location_two);" style="cursor: pointer;">CLICK HERE for the Quiz!</a>
    <fb:js-string var="location_two"> <fb:iframe width="750" height="600" frameborder='0'  scrolling="no" src='#WINDOW URL ADDRESS#' /> </fb:js-string>
<script type="text/javascript" charset="utf-8"> var outside_location = document.getElementById('outside_location'); </script>


</b></font></font></div>

</td>
						</table>
				</td>
			</tr>	
		</table>
		</td>
		<td width="50%" valign="top">
		<a onClick="outside_location.setInnerFBML(location_two);" style="cursor: pointer;"><img border=0 src="#SIDE BOX IMAGE URL#" /></a>
    <fb:js-string var="location_two"> <fb:iframe width="750" height="600" frameborder='0'  scrolling="no" src='#WINDOW URL ADDRESS#' /> </fb:js-string>
<script type="text/javascript" charset="utf-8"> var outside_location = document.getElementById('outside_location'); </script>
		</td>
	</tr>
</table>
 
Back
Top