FBML question...

dishnetboi

Power Member
Joined
Aug 23, 2009
Messages
510
Reaction score
98
I am trying to get the share buton to work correctly. I want it to be the 2nd step in my 3 step code. But It takes them to their "my links" page. Is there any way to set it to go to my 3rd <DIV> table? Below it is named "nav3" This is what i tried, but it still takes them to the "my links" page.

Code:
<fb:visible-to-connection>
<fb:share-button class="url" href="http://youtube.com" action="nav3" />
</fb:visible-to-connection>
 
That is how facebook now has it set up. There is nothing you can really do.
 
Here is an idea (don't know will it work):
Instead of share button, post a button that will lead them to your site with a new share button, when they press that, it will open a popup, like on youtube.
 
Back
Top