Código para incrustrar (Embed) Un juego de Scrtach a nuestra web o blog


El código Html es el siguiente (Ojo tenéis que cambiar el número de cifras que aparece en la dirección web, por el código de vuestro juego:


<html>

<head>
<link rel="stylesheet" href="style.css">
</head>

<body>
<iframe allowtransparency="true" width="485" height="402" src="//scratch.mit.edu/projects/embed/198110112/?autostart=false" frameborder="0" allowfullscreen></iframe>
</body>

</html>




Comentarios