我需要在 Yammer 上创建一个共享按钮,以便从将提取 OG 信息的仓库中共享一个外部 URL。我正在使用 MS 在共享按钮文档中提供的示例。
var options = {
customButton : true,
classSelector: 'share-yammer-button',
defaultMessage: 'My custom message',
pageUrl: 'http://the-url-for-og-information'
};
yam.platform.yammerShare(options);
我需要将其发布到特定组,但文档中没有关于此的内容。
有没有人面临同样的问题?