Food Fanatic Recipe Box Help
Thank you for your interest in using the Food Fanatic Recipe Box. We're here to help with guides for both users and publishers that want to make sure their sites are optimized for the recipe box.
For Recipe Box User Help:
For Webmasters / Publishers Help
Web Browser Tools
We make saving your favorite recipes around the web even easier with our browser tools.
Official Chrome Extension
Food Fanatic has an official extension to make adding recipes from any site one click!
or Visit The Food Fanatic Chrome Extension PageBookmarklet
Installing our Bookmarklet in Chrome is easy!
-
Make sure you have your Bookmarks Bar visible. Click on the View menu bar and make sure "Always Show Bookmarks Bar" is on.
-
Drag on drop our Bookmarklet
Save Recipe
to your Bookmarks bar.
- Browse your favorite recipe and click "Save Recipe" in your Bookmarks bar. Please note: You want to be on the recipe / post you want to save. NOT the homepage.
Bookmarklet
Installing our Bookmarklet in IE is easy!
- Install Chrome.
- Kidding, instructions are coming soon.
Bookmarklet
Installing our Bookmarklet in Firefox is easy!
- Install Chrome.
- Kidding, instructions are coming soon.
Bookmarklet
Installing our Bookmarklet in Safari is easy!
- Install Chrome.
- Kidding, instructions are coming soon.
For Webmasters / Publishers
Run a website with recipes? Let your users save their recipes to Food Fanatic and get some nice free traffic for doing so!
Recipe Markup
We support recipes that are marked up in Schema.org or hrecipe. Any major Wordpress recipe plugin should work.
Website Widgets
Adding a recipe to our site is as simple as adding a link to each of your recipes! All you need is a link of the format:
http://www.foodfanatic.com/recipe-box/add/?url=http%3A%2F%2Fwww.encodedurlofrecipe.com
Check out some of the following samples in various platforms to help you build the link dynamically. Or optionally even use our button!
Wordpress (and PHP users)
Plain Text Link<a href="http://www.foodfanatic.com/recipe-box/add/?url=<?php echo urlencode($_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"]) ?>">Save Recipe</a>