2018年2月27日 (火)

[SharePoint Online] ソーシャル バー(Social bar) 機能

Office 365 管理センターに下記のメッセージが届いており、今週後半より2018年4月1日までに、対象リリースから順次 "Social bar" 機能が全 SharePoint Online のホームページを除くすべてのモダン ページに展開されるとのこと。

The Social Bar is a new Office 365 feature. This feature is scheduled to roll out to Targeted Release customers later this week, and it will be available for all organizations on April 1, 2018. This message is associated with Office 365 Roadmap ID: 23708.
 
(中略)
 
The Social Bar will appear on all modern SharePoint Online pages with the exception of the home page of a site. It will give your users the ability to like a page, see the number of views, likes, and comments on a page, and see the people who have liked a page. This visibility will be available to anyone that has been granted access to view the page. This feature will be launched default on. As administrator, if you wish to disable Social Bar for your organization, you can do so with the following PowerShell command: To disable Social Bar on a tenant level: Set-SPOTenant -SocialBarOnSitePagesDisabled $true To disable social bar on a site level (for https://prepspo.spgrid.com site): Set-SPOSite -Identity https://prepspo.spgrid.com -SocialBarOnSitePagesDisabled $true

説明を読む限り、"ソーシャル バー" とはおそらく、 去年の Microsoft Ignite 2017 で目にした下記のことだと思います。まだ展開されていないので、見た目がこのままかどうかはわかりませんが。今のところモダンUIのサイト ページやニュースページにはコメント機能だけあるので、ここに "いいね" とビュー数が表示されるようになるのだと思います。

2018-02-27_15-13-24

通知されている通り、この機能をオフにするには テナントレベルで PowerShellを使ってオフにする必要があるとのこと。

展開されたことが確認でき次第、追記します。

コメント