Gwt 如何在社交网站上共享我的网页首页

Gwt 如何在社交网站上共享我的网页首页,gwt,Gwt,在我的api中,我有一些按钮,我希望当用户点击相应的按钮时,我的网页首页将在SNS上共享,如(FB、G+等) 使用下面的代码,只有链接是共享的,而我希望我的首页像帖子一样共享,网页像imge一样显示。谷歌如何在分享过程中选择图片 请帮助google pluse和facebook支持ogp(开放图形协议)及其提供一些元标签,以便在facebook和g上共享内容信息+ <meta property="og:title" content="" /> <meta property="o

在我的api中,我有一些按钮,我希望当用户点击相应的按钮时,我的网页首页将在SNS上共享,如(FB、G+等)

使用下面的代码,只有链接是共享的,而我希望我的首页像帖子一样共享,网页像imge一样显示。谷歌如何在分享过程中选择图片
请帮助

google pluse和facebook支持ogp(开放图形协议)及其提供一些元标签,以便在facebook和g上共享内容信息+

<meta property="og:title" content="" />
<meta property="og:type" content="" /> 
<meta property="og:url" content=""; />
<meta property="og:image" content=""/> 

为什么您使用了两次
https:
?阅读fast G+Share API时,我没有找到发布内容的方法(如果您不想使用G+按钮,则只使用url)。你找到办法了吗?您可以共享一个链接或更多信息吗?如果我使用Window,我仍在搜索此链接。open(“);它在g+上与image共享,但其他网页则不共享。
<meta property="og:title" content="" />
<meta property="og:type" content="" /> 
<meta property="og:url" content=""; />
<meta property="og:image" content=""/> 
<meta name="Keywords" content="">
<meta name="Description" content="">
<meta name="viewport" content="">
 NOTE : if you are using both page title and meta title then it ll read only page title, if you provide diffrent URL. whereas on same page url it wlii work...