Facebook分享仅适用于内部消息

时间:2015-05-28 14:02:31

标签: javascript html facebook

我在我的网站上创建了一个facebook分享,但它无法正常工作。

如果我不用它输入消息,我将不会分享。

在没有消息的情况下,它一次为我工作。

HTML:

 <a href="#" class="btn faceb orange darken-4" id="btn_ingresar" target="_blank">Facebook</a>

JS:

$('.faceb').attr('href','https://www.facebook.com/dialog/feed? app_id=894298903965098 &display=popup&caption=HETLANDVAN.EU &name=Nederland, het land van...' + $('.modal-body').text()+ '&description=Klik hier om ook alles over Nederland te weten te komen! &picture=http://i.imgur.com/ROOilRC.png &link=http://hetlandvan.eu &redirect_uri=http://hetlandvan.eu');

$('.modal-body').text() is just a random word.

http://hetlandvan.eu

0 个答案:

没有答案