Do you already have a website? With some code and a bit of work you can have your furnoodle! site show up within your existing website.
The red box added to the screenshot below indicates where furnoodle! has been added to this retailer’s website using an IFrame:

To accomplish the same technique shown above on your website you’ll need to understand that an IFrame is a simple HTML tag that allows you to show one page inside of another page. Here is an example that you can copy and paste into your site:
<iframe src="http://stores.furnoodle.com/joesfurniture" width="820" height="550" marginheight="0" marginwidth="0" id="IFrame1"></iframe>
Just remember, you'll need to change http://stores.furnoodle.com/joesfurniture to your real furnoodle! website address.
The example shown has taken this technique one step further. When a customer clicks the “Living Room” button on their green navigation bar, it directs the website user directly to a page within their site that displays the living room catalog from their furnoodle! website in the center with an IFrame for seamless browsing.
To use an IFrame like the example above just add /livingroom.aspx to end of your store's URL:
<iframe src="http://stores.furnoodle.com/joesfurniture/livingroom.aspx" width="100%" height="600" frameborder="0" scrolling="auto" marginwidth="0"></iframe>
Any other room links, such as bedroom, living room, home office, etc. also work in this same way with correct URL endings.
An eye-catching graphic is a creative way to direct customers to your furnoodle! catalog. The screenshot below illustrates how one furnoodle! user created a graphic link to their catalog:

An IFrame or a graphic are great options to show your furnoodle! product catalog on your website, but in a pinch, a regular HTML link on your website also lets your customers know of your furnoodle!, too.
<a href="http://stores.furnoodle.com/joesfurniture">Visit Our Store's Online Product Catalog</a>
Learn More about linking to your furnoodle! website with text, premade graphics and your own graphics.