0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Scratchの作品をサイトに埋め込む方法

Last updated at Posted at 2022-01-08

#Scratchの作品をサイトに埋め込む方法
##①作品ページに行き、「リンクをコピー」ボタンを押す
1
2
##②「埋め込みコードをコピー」をクリック
Screenshot 2022-01-08 at 18-21-57 Scratch - まわる星.png
##③HTMLの中に書く

<body>
    <iframe
      src="https://scratch.mit.edu/projects/568126788/embed"
      allowtransparency="true"
      width="485"
      height="402"
      frameborder="0"
      scrolling="no"
      allowfullscreen
    ></iframe>
  </body>

##④完了
こんな感じに表示されます
22
Scratchのマークをクリックすると、Scratchのトップページを開けます。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?