Need FMBL Pro's on this

Joined
Dec 2, 2009
Messages
46
Reaction score
7
i have a (flash) landing page on a Facebook Fan Page (Fbml tab) with an intro jpeg like "Click to load".
What i wanna do is whenever someone press the jpeg to load the landing page to "Like" the actual page at same time/same click!


the code i use in the FBML tab:
<fb:swf swfsrc='http://mysite.com/flash/index.swf' width='520' height='693' imgsrc='http://mysite.com/intro-jpeg.jpg'/>
Does anybody knows the fbml code for this "intro-jpeg" to trap it with a like activity also when the click to load the minisite?
I'll appreciate it big time! :D

P.S. sorry for my English,sucks i know! :P
 
Last edited:
I think it can be cause i saw one page (not flash tho,coupons landing page) like this.
they had a "press this image to see more" but when you pressed you liked the page also without even know it!
So i think can be done :)
 
you used to be able to do it, but about 6 months ago, they changed parts of the FBML to prevent it from operating outside the area it is used. They created a subset to JavaScript called FBJS which is very heavily restricted.

Apparently they implemented the changes to prevent a "hijacking hack" that allowed access to information that was restricted under their privacy policy. It also prevented "Fan hacks".

The same restrictions occur in what can and cant work in flash. I personally dont use it, so i cant tell you much about it.
 
You can't do it with a single click. What you can do is - click once on welcome jpg which would show a second jpg (iframe) with a hidden like button. clicking on it will like page. To avoid the need for a third click, you can start the flash video with a timer, say 5 seconds.
 
Back
Top