当我点击分享按钮时,它是 cout,因为 ai 有分享实际上我不分享我们的应用程序。我们如何在墙上实际获得我们的应用程序份额,然后给出返回值份额。请给我解决方案
我的代码
enter <script type="text/javascript">
var title = 'LG Pocket Photo Printer';
var summary = 'Pocket Photo App has various functions to edit your photo. Choose a photo and decorate as you like using various & special effects in Pocket Photo App';
var url = 'http://lgcelebrations.com/lgpocketphoto';
var image = 'http://featherfiles.aviary.com/2013-07-05/m5tanou3rq46rvrd/df05c59155124ef09c1a94c5be7e25ed.jpg';
var fb = window.open('http://www.facebook.com/sharer.php?s=100&p[title]='+encodeURIComponent(title)+'&p[url]='+encodeURIComponent(url)+'&p[summary]='+encodeURIComponent(summary)+'&p[images][0]='+encodeURIComponent(image));
fb.focus();