The Fancy widget for blogs and websites
With just a few lines of code, show your Fancy finds directly on your website or blog. The widget is compatible with Blogger, Typepad, Tumblr, self-hosted Wordpress blogs, and your own website
To put a Fancy widget on your pages, the code looks something like this:
<script type="text/javascript" src="http://www.thefancy.com/widget.js">
</script>
<div id="fancy_widget" rows="4" cols="4" thumbsize="90"
source="creativethumb" div_style="2" with_diagonal="0"
show_link="1" onload="javascript:loadFancyWidget();"></div>
Let's examine the parts you'll customize for your site.
source
source="creativethumb"
Display things from this user's collection.
rows
rows="4"
The number of rows of results to display, up to 5.
cols
cols="4"
The number of columns of results to display, up to 5.
thumbsize
thumbsize="90"
The size of the thumbnail images. Can be either "90" or "140".
div_style
div_style="2"
Different looks for your site. Try "0", "1" or "2".
with_diagonal
with_diagonal="0"
Display diagonal lines behind your images. Can be either "0" or "1".
show_link
show_link="1"
Display the link to your Fancy profile. Can be either "0" or "1".
