This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2010-10-10 09:17:20

Kitty_Tulip
Scratcher
Registered: 2009-09-11
Posts: 10

Scratch project on your own website?

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!  smile


http://www.dragonflycave.com/wpay/pikachu.gif rawr :3

Offline

 

#2 2010-10-10 09:29:26

meowmeow55
Scratcher
Registered: 2008-12-24
Posts: 1000+

Re: Scratch project on your own website?


Yawn.

Offline

 

#3 2010-10-10 09:30:22

coolstuff
Community Moderator
Registered: 2008-03-06
Posts: 1000+

Re: Scratch project on your own website?

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

 

#4 2010-10-10 09:56:55

RocksAndFire
Scratcher
Registered: 2010-04-17
Posts: 1000+

Re: Scratch project on your own website?

Don't delete the project on this site either; It won't work!

Offline

 

#5 2010-10-10 12:27:15

platform710
Scratcher
Registered: 2010-04-23
Posts: 100+

Re: Scratch project on your own website?

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!  smile

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  smile


http://i54.tinypic.com/2wn8hnb.gif

Offline

 

#6 2010-10-10 13:58:29

coolstuff
Community Moderator
Registered: 2008-03-06
Posts: 1000+

Re: Scratch project on your own website?

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!  smile

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  smile

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

 

#7 2010-10-10 20:21:09

platform710
Scratcher
Registered: 2010-04-23
Posts: 100+

Re: Scratch project on your own website?

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!  smile

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  smile

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  smile . I am just showing him/her.


http://i54.tinypic.com/2wn8hnb.gif

Offline

 

#8 2010-10-11 13:46:55

radicalace
Scratcher
Registered: 2008-06-18
Posts: 85

Re: Scratch project on your own website?

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

 

#9 2010-10-11 16:34:01

FlexiStudio
Scratcher
Registered: 2010-02-28
Posts: 1000+

Re: Scratch project on your own website?

Even if you don't know HTML, it's incredibly easy to understand. Look up on google: 'How to embed in HTML'.


Hey I'm back!-
FlexiStudio

Offline

 

#10 2010-10-16 09:18:07

Kitty_Tulip
Scratcher
Registered: 2009-09-11
Posts: 10

Re: Scratch project on your own website?

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!  smile

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  smile

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!


http://www.dragonflycave.com/wpay/pikachu.gif rawr :3

Offline

 

#11 2010-10-16 10:14:22

coolstuff
Community Moderator
Registered: 2008-03-06
Posts: 1000+

Re: Scratch project on your own website?

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!  smile

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  smile

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

 

Board footer