最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

javascript - Facebook sharer link with text parameters - Stack Overflow

programmeradmin2浏览0评论

I want to include a link to a URL in a Facebook sharer link, like this one on the Boston Globe: .html

This is the code that I have, but it doesn't show the title:

<a aria-label="Share on Facebook" title="Share on Facebook" href=".php?u=1http%3A%2F%2Fwww.affinnova%2Fconsumer-iq-test%2Fhome.html&t=Do+you+know+what+consumers+want?+Test+your+ability+to+predict+what+new+product+ideas+consumers+want?"
       onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=300,width=600');return false;"target="_blank" title="Share on Facebook">
    <img src="img/icon-facebook.png" alt="Facebook" />
</a>

The pop-up shows the title of the HTML page from the link and the url. I'd like this to be more like what the Boston Globe link shows. How can I do that? Do I need an additional script?

I want to include a link to a URL in a Facebook sharer link, like this one on the Boston Globe: http://www.bostonglobe./sports/2015/02/06/for-bruins-brad-marchand-agitation-occupation/zoswHyd3pX2yc1pKk5gOdO/story.html

This is the code that I have, but it doesn't show the title:

<a aria-label="Share on Facebook" title="Share on Facebook" href="https://www.facebook./sharer/sharer.php?u=1http%3A%2F%2Fwww.affinnova.%2Fconsumer-iq-test%2Fhome.html&t=Do+you+know+what+consumers+want?+Test+your+ability+to+predict+what+new+product+ideas+consumers+want?"
       onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=300,width=600');return false;"target="_blank" title="Share on Facebook">
    <img src="img/icon-facebook.png" alt="Facebook" />
</a>

The pop-up shows the title of the HTML page from the link and the url. I'd like this to be more like what the Boston Globe link shows. How can I do that? Do I need an additional script?

Share Improve this question edited Feb 6, 2015 at 15:34 DLeh 24.4k17 gold badges95 silver badges141 bronze badges asked Feb 6, 2015 at 15:14 user2148348user2148348 231 gold badge1 silver badge4 bronze badges
Add a ment  | 

2 Answers 2

Reset to default 7
https://www.facebook./share.php?u=google.&quote=your+text+goes+here

I have been using this fro several years. Works fine thus far.

My friend, sharer.php is deprecated. http://www.joshuawinn./facebooks-sharer-php-longer-deprecated-2014/

Use dialogs instead. https://developers.facebook./docs/sharing/reference/feed-dialog/v2.2?locale=es_LA

Good luck!

发布评论

评论列表(0)

  1. 暂无评论