6

我的网站上有一个分享链接,它在大多数浏览器和移动设备上都非常有效。但由于某种原因,它不适用于 iphone。它在 facebook 中打开了一个共享表单,但是该表单是空的并且

<a target="_blank" href='https://www.facebook.com/sharer/sharer.php?s=100&amp;p[url]=http://www.lcbcchurch.com/watch/series/cat/{category_url_title}&amp;p[images][0]={square-thumb}&amp;p[title]={exp:stringy:htmlentities}{category_name}{/exp:stringy:htmlentities}&amp;p[summary]={category_description}'><img src="{homepage}nimg/facebook-icon.png" /></a>

关于为什么这不起作用的任何想法?

4

1 回答 1

9

我感觉它可能不起作用,因为该 sharer.php 链接将在移动设备上重定向到 m.facebook.com。如果是这样,您只需将“m2w”参数添加到您的 URL,以便 m. 没有被捡起。

 https://www.facebook.com/sharer/sharer.php?m2w&s=100.... (etc)

StackOverflow 问题: 来源

于 2013-09-13T19:35:38.093 回答