我想通过我的 asp.net 网站在 google plus 中分享内容。我有一页名为 GooglePlusShare.aspx。Google Plus 采用它在 og:image 和 og:description 元标记中找到的任何内容。我想根据在查询字符串中传递的用户 ID 动态共享内容。og:image 和 og:description 元标记内容正在页面中完美设置,但 google plus 没有呈现它。
下面我在该页面上指定了元标记,它们是在页面加载时动态设置的。
<meta id="metaDescription" content="I just entered to win a KitchenAid Kitchen Suite From h.h.gregg - enter now at hhgregg.com/kitchenaid and watch to get a great recipe idea!" property="og:description" name="description">
<meta id="ogImg" content="http://img.youtube.com/vi/http://www.youtube.com/watch?v=OT1LFzO8k20/0.jpg" property="og:image">
任何人都可以帮助我。
在此先感谢,
普里亚