Questions regarding FBML

Arrowmoney

Newbie
Joined
Feb 23, 2009
Messages
22
Reaction score
7
Hi Guys,

Ive got a few questions about fbml pages.
I have the Carolina 3 step code and nothing seems to be working anymore
im guessing its because of the changes to facebook i have been reading about..

-becoming a friend button
-suggest friends
-Link button/iframe

is there a way to get these working again (mainly url/iframing)? Also can we use the "+share" button instead of "suggest friends" to help get friends?
 
did you even bother to search the forum first? how many times will this be asked over and over again???
 
Hi Guys,

Ive got a few questions about fbml pages.
I have the Carolina 3 step code and nothing seems to be working anymore
im guessing its because of the changes to facebook i have been reading about..

-becoming a friend button
-suggest friends
-Link button/iframe

is there a way to get these working again (mainly url/iframing)? Also can we use the "+share" button instead of "suggest friends" to help get friends?

The way to get them working is use your noggin combined with google.
Look for the simple fixes. Create a code to work in the same way but not using the exact same features. Theres plenty of opportunities.
 
if its any help to you I have mangaed to get the share a friend on my fans page put not the button method
 
if its any help to you I have mangaed to get the share a friend on my fans page put not the button method

Share Button Code:
Code:
<fb:share-button class="url" href="http://facebook.com/
MYPAGEURLHERE" />

Obviously change the "my page url here"

OR. Make It Look Smarter:
Code:
<fb:share-button class="meta">
<meta name="title" content="name of fan page"/>
<meta name="description" content="description of fan page"/>
<link rel="image_src" href="url to image location" />
<link rel="target_url" href="http://facebook.com/FANPAGEURLHERE"/>
 
The "smarter" button doesn't work now. It just results in the standard "share +" button. I know these various share codes worked a while back, then stopped working, worked again till a couple days ago, and now they're gone. I have a feeling they're not coming back.
 
I had my whole page set up to work with these two magic buttons, somebody find a way to fix that, it's an order, lol
 
Back
Top