I'm trying to embed my game on my weebly site and it dosen't work. I copied the link for image on a post at my site's blog. here's the link
http://puppy-paradise-dogs.weebly.com/puppy-post.html
can anyone tell me what I did wrong or missed?
Offline
Are you trying to embed the image link to the game, or the game itself?
Image link: You can't use HTML on blogs, usually. It would work if you copied the HTML to another page that isn't a blog. Otherwise, you're all set; I tested it.
Embed game: Use the following code.
<applet id='ProjectApplet' style='display:block' code='ScratchApplet' codebase='http://scratch.mit.edu/static/misc' archive='ScratchApplet.jar' height='387' width='482'><param name='project' value='../../static/projects/scratchrocks89/960193.sb'></applet> <a href='http://scratch.mit.edu/projects/scratchrocks89/960193'>Learn more about this project</a>
Open up a non-blog page. Drag the HTML Option, and select "edit html". Copy+paste code.
Offline
what's an html?
Offline
scratchrocks89 wrote:
what's an html?
HTML means HyperText Markup Language.
Every webpage is written in HTML
Offline
thanks for the tips i got it working
Offline