Este código no me sirve:
Código:
Porque pone el link dentro del post, y yo lo querría al lado de "Me gusta" o "Compartir" var message=$(this).data('facebooktext');
var wallPost = {
access_token: user_data['access_token'],
message: message,
link:'www.mylink.com'
};
FB.api('/me/feed', 'post', wallPost, function(response) {
......
}
¿Cómo podría hacerlo?


