I have seen some scratcher's websites eg. scratch_yoshi, and I have a website, and I was wondering how you could put one of your own scratch projects on it to view it.
Please help!
Thanks!
rawr :3Offline
It's really quite simple... Scroll down until you see the "Link this project" section in the sidebar. Click the "Embed" link and copy and paste it as an applet (as an image it will only give you a screenshot of the stage which, when clicked, will link to you project).
Make sure you put it in as HTML code or your website won't be able to understand it!
EDIT: Meowmeow55's topic will work, but it's quite a bit more complicated than this one. It's great if you don't want to upload your project to Scratch first, though.
Last edited by coolstuff (2010-10-10 09:31:25)
Offline
Don't delete the project on this site either; It won't work!
Offline
Kitty_Tulip wrote:
I have seen some scratcher's websites eg. scratch_yoshi, and I have a website, and I was wondering how you could put one of your own scratch projects on it to view it.
Please help!
Thanks!![]()
if you know HTML, coolstuff gave the simplest way. if you dont know HTML, here is a basic body:
<html>
<head>
<title> ____</title>
</head>
<body>
(embedded project pasted goes here)
</body>
</html>
you may have already known that, just giving you a base if you didn't
Offline
platform710 wrote:
Kitty_Tulip wrote:
I have seen some scratcher's websites eg. scratch_yoshi, and I have a website, and I was wondering how you could put one of your own scratch projects on it to view it.
Please help!
Thanks!![]()
if you know HTML, coolstuff gave the simplest way. if you dont know HTML, here is a basic body:
<html>
<head>
<title> ____</title>
</head>
<body>
(embedded project pasted goes here)
</body>
</html>
you may have already known that, just giving you a base if you didn't![]()
Actually, many non-HTML web editors (such as FreeWebs, which I despise but it's popular) allow you to embed bits of HTML code in them.
Offline
coolstuff wrote:
platform710 wrote:
Kitty_Tulip wrote:
I have seen some scratcher's websites eg. scratch_yoshi, and I have a website, and I was wondering how you could put one of your own scratch projects on it to view it.
Please help!
Thanks!![]()
if you know HTML, coolstuff gave the simplest way. if you dont know HTML, here is a basic body:
<html>
<head>
<title> ____</title>
</head>
<body>
(embedded project pasted goes here)
</body>
</html>
you may have already known that, just giving you a base if you didn't![]()
Actually, many non-HTML web editors (such as FreeWebs, which I despise but it's popular) allow you to embed bits of HTML code in them.
I know not all sites require HTML, I also despise them
. I am just showing him/her.
Offline
go to a project you want on your site
copy the HTML script using ctr C
go to your sites HTML
paste using ctr V
voila!
Offline
Even if you don't know HTML, it's incredibly easy to understand. Look up on google: 'How to embed in HTML'.
Offline
platform710 wrote:
Kitty_Tulip wrote:
I have seen some scratcher's websites eg. scratch_yoshi, and I have a website, and I was wondering how you could put one of your own scratch projects on it to view it.
Please help!
Thanks!![]()
if you know HTML, coolstuff gave the simplest way. if you dont know HTML, here is a basic body:
<html>
<head>
<title> ____</title>
</head>
<body>
(embedded project pasted goes here)
</body>
</html>
you may have already known that, just giving you a base if you didn't![]()
Um, not trying to sound stupid, but could you give me an example (with you filling in the info), because I still dont understand.... sorry!
rawr :3Offline
Kitty_Tulip wrote:
platform710 wrote:
Kitty_Tulip wrote:
I have seen some scratcher's websites eg. scratch_yoshi, and I have a website, and I was wondering how you could put one of your own scratch projects on it to view it.
Please help!
Thanks!![]()
if you know HTML, coolstuff gave the simplest way. if you dont know HTML, here is a basic body:
<html>
<head>
<title> ____</title>
</head>
<body>
(embedded project pasted goes here)
</body>
</html>
you may have already known that, just giving you a base if you didn't![]()
Um, not trying to sound stupid, but could you give me an example (with you filling in the info), because I still dont understand.... sorry!
Well, that method works fine if you're writing your own website from the start, with just a text editor. I'm assuming you're using a website creator, like Freewebs? It's the root of all evil, but alas, it's popular.
Just copy and paste the embed code as HTML, and things should work fine.
Offline