Follow

## 問題回避の手法

問題を回避するには、 mstdn.jp の toot をページを Web ページに埋め込む為の HTML コード片について、 <script> 要素が書かれている部分を <script src="https://mstdn.jp/embed.js" async="async"></script> に代えて、以下のように最新の embed.js を使用するように修正します。

<iframe src="https://mstdn.jp/@z80oolong/xxxxxxxxxxxxxxxx/embed" class="mastodon-embed" style="max-width: 100%; border: 0" width="400" allowfullscreen="allowfullscreen"></iframe>
<script async="async">...(ここに後述する最新の embed.js を copy&paste で埋め込む。コード略)...</script>

即ち、 <script> 要素の内部に最新の embed.js のコードを copy & paste によって埋め込みます。

· Edited · · Web · 1  · 1  · 0