How to Embed Tagxedo in Your Blog
A few people are confused about how to embed Tagxedo into their blogs. So let me clarify a bit. Hopefully this is easy enough to follow:
(1) If you want animation and is okay with showing Silverlight
The easiest approach would be to use Iframe embedding. Following these steps:
(a) "Save to Web"
(b) Copy the "Iframe Code Snippet".
(c) Paste that to your blog post in HTML mode
(d) Edit the width/height to your liking.
The following is an example using this method (pardon the "Powered by Tagxedo" button; will be fixed soon).
(2) If you just want the picture (and don't care about links)
To me the easiest is to use "Save to Imgur". You'll get a shortened URL in a few seconds.
(3) If your Tagxedo must be viewable by everyone (i.e. no Flash, no Silverlight, no Javascript)
You can save it as an image map. Image map is clickable and only uses raw Html.
(a) Choose "Save to Html Cloud (Experimental)".
(b) Choose width / height. Use the (default) max option. For example, 450 max x 450 max.
(c) Save the Jpg (tagxedo.jpg)
(d) Upload the Jpg to Imgur.com, and note the "Direct Link" URL.
(e) Save the Html (tagxedo.html)
(f) Edit the Html so that the src tag points to the "Direct Link" URL in (d). Take out the first two and last two lines (so that it starts with <div> and ends with </div>).
(g) Insert the modified Html to your blog in Html mode.
The following is an example using this method.
The first two methods are pretty straight-forward, but the third is not as elegant. In the future, I may combine (1) and (3) so that the animated Tagxedo will be shown if the user has Silverlight installed, and if not, the image map will be shown. Hopefully the steps can be simplified too.
-- Hardy