Messages が Facebook Open Graph に似た構文を使用して、メタディスクリプションや画像などを設定するかどうかを知っている iOS10 ベータテスターはいますか?
サイトを作っているのですが、iOS10のローンチに向けて準備したいと思っています。
これが私が話している種類のものです:
<!-- Facebook Meta -->
<meta property="og:title" content="Site | Title of Page" />
<meta property="og:image" content="http://www.domain.com/im-content/social-post-images/facebook image.png" />
<meta property="og:url" content="http://www.domain.com" />
<meta property="og:site-name" content="Site | Title of Page"/>
<meta property="og:type" content="website" />
<meta property="og:description" content="Here is a description of my site that will show up in the Facebook card." />
そして、ここに私が制御しようとしている画像/情報があります: