0

我想在 facebook 上分享一个链接,

<a href="http://www.facebook.com/sharer.php?s=100&p[title]=Testing&p[url]=http://youtu.be/kOoKAbk_Wt4&p[summary]=yoursummaryhere">Click to Share</a>

它非常适合网络,但是当我通过任何移动设备(android,ios)浏览时,它会重定向到 fb 时间线,但不显示/发布任何内容。

4

2 回答 2

0

将此 ?m2w 参数添加到 sharer.php。

在你的情况下:

http://www.facebook.com/sharer.php?m2w&s=100&p[url]=ENCODEDURL&p[title]=encoded TITLE&p[summary]=encoded description&p[images][0]=encoded

于 2013-12-05T10:14:30.410 回答
0
<html>
<a href="javascript:test()">Click here</a>
<script>
function test(){
window.open("http://www.facebook.com/dialog/feed?app_id=YOURappID&link=linkToYourApps&caption=Watch%20our%20Ice%20Breaking%20Machine%20on%20You%20Tube%20%20%20%20%20Discover=yourComments&description=YourDescription&redirect_uri=redirect_url","_parent"); 
}

于 2013-06-21T10:03:01.540 回答