All posts created by Alex

13 years ago

Did you save your cloud before embedding? You can check it by clicking on embedding example on (on the bottom of "Grab & Share"->"Place on a web page" section).

Also could you please embed your cloud and send me a link to it so I could see what is wrong.

13 years ago

Hi Jen,

it won't work with the default version of swf-object plugin. Please download the patched version here.

In your wordpress page or post paste the following code:
[SWF]http://cdn.tagul.com/cloud.swf, 600, 500, id=demo@demo[/SWF]
Change demo@demo to your cloud id (you can get it from your cloud embedding code)

Please let me know if this works for you.

13 years ago

What do you mean by "viewing in Russian is not working"?
You can check this cloud that contains Russian words. Probably you chosen a font that doesn't support Russian. Just input any Russian text in the filter field on the top left of fonts section to get fonts with Russian support.

13 years ago

If you want to search your site on your cloud clicks then I guess you should use the following pattern:
http://apecs.is/index.php?option=com_googlesearch_cse&n=30&Itemid=357&cx=014488299861091571518%3Am2v3kkfbxte&cof=FORID%3A11&ie=ISO-8859-1&q=$tag&hl=en

If you want to get links like http://apecs.is/job (assuming you click on 'job' tag) then use the following pattern:
http://apecs.is/$tag

If you need more advanced links then try using API xml (click paste API text and explore xml pasted)

13 years ago

didavis,

Try press the "paste API text" button on the "Tags source" tab. It will paste the xml that you can edit and fully customize your tags.

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

>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

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

I've removed the restriction for HTTPS. Don't know why I didn't do it before :)

13 years ago

Could you please send me (on this forum or by e-mail to "support at tagul dot com") a link to your cloud so I could see what is wrong.