我需要从我的网站发布评论到google plus。我使用了一个脚本,它可以正常工作。但是我也要显示图像。
我使用了以下代码: -
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'http://apis.google.com/js/client:plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
var cid = 'My console developer id .apps.googleusercontent.com';
var options = {
contenturl: 'http://www.google.com',
contentdeeplinkid: '/pages',
clientid: cid,
cookiepolicy: 'single_host_origin',
prefilltext: 'Hai happy friday<img src="fgdhj"/>',
calltoactionurl: 'http://www.google.com'
};
// Call the render method when appropriate within your app to display
// the button.
gapi.interactivepost.render('sharePost', options);
如何显示图像?请帮助我。
答案 0 :(得分:0)
您可以预填充文字,而不是HTML。您可以将图片插入任何Google+信息的评论字段,无论是否为程序化。您可以链接到具有嵌入图像的页面,并且可以为该页面设置schema.org微数据以建议使用特定图像。