What Is This?
The Key Ingredient Recipe Card is your tool for quick and easy recipe sharing around the web. Just select which version you want displayed (full or condensed), copy the code, paste, and you’re done!
Having Issues?
Here are solutions to some common problems.
Wordpress keeps stripping out the script tag
The Key Ingredient Recipe Card relies on Javascript. Sometimes, Wordpress will automatically strip out unrecognized Javascript tags. If you are working on a self-hosted Wordpress blog and you are having problems including javascript into your post, try downloading and activating this plugin: http://codex.wordpress.org/Using_Javascript#Troubleshooting_Javascript. Then, try copying and pasting the code again.
I enabled Javascript, but I still can’t get the recipe card to show up
If you are still having problems, the easiest way to post this recipe card is to include the Key Ingredient script tag in your blog’s header code. This will cue your Wordpress blog to allow Javascript from Key Ingredient. Go to your header.php page and paste this code inside thehere is a code example <head>
tag: <script type="text/javascript" src="http://www.keyingredient.com/recipes/widget.js"></script>
. Then try to embed the recipe card in a post as normal.
Note: The Key Ingredient Recipe Card works optimally with Blogger and Wordpress. Other blogging sites like Drupal and Tumblr may not support our Javascript. Feel free to contact us at neysa AT keyingredient DOT come with any questions!