embed code

13 years ago

Hi I'm trying to use the embedding code and it's not working. Here is the link to the preview. Am I supposed to copy and paste the complete html code? This is my second tagul and the first time it was much easier to use and I had no problems. Hopefully you can help. Thanks.
http://tagul.com/preview?id=22510@2&object&local&example

13 years ago

Hi,

you should copy only object tag code:

<object
	width="600"
	height="600"
	type="application/x-shockwave-flash"
	data="http://tagul.com/tagul/example/tagul.swf">

	<param name="movie" value="http://tagul.com/tagul/example/tagul.swf"></param>
	<param name="flashvars" value="id=http://tagul.com/cdn/clouds/22510@2"></param>
	<param name="allowscriptaccess" value="always"></param>
	<param name="swfversion" value="10"/>
	<param name="expressinstall" value="http://cdn.tagul.com/expressInstall.swf"/>
	<embed
		src="http://tagul.com/tagul/example/tagul.swf"
		type="application/x-shockwave-flash"
		allowscriptaccess="always"
		width="600"
		height="600"
		flashvars="id=http://tagul.com/cdn/clouds/22510@2">
	</embed>
</object>

I'll put back the embedding code into the cloud form soon.

13 years ago

So currently, we can't get embed code? I can't find it anywhere

13 years ago

I must be doing something wrong. I copied your code and pasted into the embed option and still I get a box with a little f in the middle. Please help, I have an assignment due on Friday and would love to use this. Thanks.

13 years ago

>emailtoid.net

There is embed code inside examples html code. I supposed that users who wanted to embed will read html code and easily get the code from there.

But as I see know it is not that straightforward as I thought.

I'll return back the embed code this weekend

13 years ago

>sdear

Could you please send me the link to your page where the cloud is embeded? I'll see what is wrong. Or send me the complete html code if that page is not available in the internet.

13 years ago

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<!--
To host this cloud on your site make the following replacements:
http://tagul.com/cdn/clouds/22510@2 -> http://<your site>/22510@2
http://tagul.com/tagul/example/tagul.swf -> http://<your site>/tagul.swf
-->

<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>My cloud</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<style type="text/css" media="screen">
body {
margin: 0px 0px;
padding: 0px;
text-align: center;
}

#myCloud {
width: 600px;
margin: 0px auto;
text-align: left;
padding: 15px;
}
</style>
</head>
<body>
<div id="myCloud">
<object
width="600"
height="600"
type="application/x-shockwave-flash"
data="http://tagul.com/tagul/example/tagul.swf">
<param name="movie" value="http://tagul.com/tagul/example/tagul.swf"/>
<param name="flashvars" value="id=http://tagul.com/cdn/clouds/22510@2"/>
<param name="allowscriptaccess" value="always"/>
<param name="swfversion" value="10"/>
<param name="expressinstall" value="http://cdn.tagul.com/expressInstall.swf"/>
<embed
src="http://tagul.com/tagul/example/tagul.swf"
type="application/x-shockwave-flash"
allowscriptaccess="always"
width="600"
height="600"
flashvars="id=http://tagul.com/cdn/clouds/22510@2">
</embed>
</object>
</div>
</body>
</html>

13 years ago

Sorry I didn't get back sooner, I posted the html code above.
Here is the preview http://tagul.com/preview?id=22510@2&local

13 years ago

Thank you for putting the embed code back into the cloud page. I think the problem has to do with the Ning I'm placing it in not the actual code. I tried it on Blackboard and it worked. Thanks for all your help, I hope I wasn't too much of a bother.

12 years ago

Hi

I am having problems embedding my cloud into my Wordpress blog. I had no problems when I did a tagxedo cloud or a wordle.

Thanks

Cindy

Reply

Sign up or Login to post a reply.