Blog | Page 5

Make Facebook your Cookbook

A lot of recipes are shared on Facebook, but it’s hard to find them when you need them. They end up disappearing out of the feed, and there isn’t a good way to search for them. Wouldn’t it be great if you could collect the ones you like into an online cookbook you could share with friends?

Now with Say Mmm you can. The Say Mmm Facebook App lets you browse and search your Facebook posts and news feed, and save the recipes you like into a visual cookbook you can share with friends. Plus you can organize your saved recipes into categories, add them to meal plans, and more.

Watch a video of the Facebook Cookbook in action.

Facebook Recipe Search

image

The Say Mmm Facebook search page lets you browse and search links from your wall and news feed, as well as from public posts. It includes all posts that are links, so to narrow the results, search for something like “salad” or “casserole” or other tasty keywords. The results will show a small thumbnail of the image, the title, who posted the link, and what website the link is from. Click “Save” to add links you like to your collection, and we also add a high quality image to a Say Mmm photo album in your Facebook account, so you can also view your favorite recipes on the Facebook website and in Facebook iPad and mobile apps.

Facebook visual cookbook

image

You can view all the recipes you have saved on your Facebook profile page, and you can sort them by category and cuisine or search them by keyword. Mousing over the image will show options to add the recipe to your meal plan or categorize the recipe. Clicking on the recipe will take you to the detail page with the full image and link to the original recipe. There are also a couple of useful tools on the detail page that will let you edit or delete the recipe. Sometimes the wrong image or only a small thumbnail is saved from the original post, so we have a thumbnail tool that will let you choose another image and update the photo for the link.

Visual meal plans

image

Similar to with our Evernote integration, you can add recipes you have saved to a calendar to help you plan out your meals. On the meal plan page, it’s easy to move things around or change their dates.

To use the Say Mmm Facebook app, just login to your Say Mmm account (or create one for free) and click on the “Say Mmm for Facebook” link. For more info on how it works, learn more here

Evernote Visual Cookbook and Meal Plans on Say Mmm

Have recipes on Evernote? Now you can see them in a visual cookbook that can be easily shared with friends. Plus, create visual weekly meal plans that you can save as new notes for quick reference. See how it works in this video.

Visual Evernote Cookbook

With the visual notes feature you can see any of your Evernote notes that contain images in a grid format that is easy to browse and fun to share. It uses the same notebooks, tags, and sharing settings from your Evernote account, so everything is organized right from Evernote. It’s great for recipes, and you can use it for any of your notes. Sharing with others is simple since you can just send them your profile link, and they can browse through folders that you have set as shared on Evernote. Here is an example of how it looks: www.saymmm.com/evernote/saymmm

image

Visual Evernote Plans

Evernote is a great way to save and organize all your notes in one place, but sometimes you may want to remember to use notes at specific times. For example, say you want to create a meal plan from your recipes, and have recipes grouped by different days of the week. Say Mmm lets you add notes to a calendar, and save weekly plans as separate combined notes for quick reference. You can even share your calendar with friends, and it will display any notes you have in shared folders. Plan meals, events, travel plans, or anything you want to remember by day or along a timeline. Check out this meal plan example

image

How it works

Say Mmm launched an Evernote integration a few months ago to automatically create grocery lists with nutritional estimates from recipes stored on Evernote, and the new visual features will be automatically added for those users. For new users, just go here to authenticate your account, and create a free Say Mmm account. If you already have a Say Mmm account, you can just sign in to Say Mmm after authenticating your Evernote account. Once signed in, there is an “Evernote” link on the home page that will take you to your visual Evernote profile.

A few tips

Sharing – Your visual Evernote profile works like a view into your Evernote account using your authentication permission, and Say Mmm does not store any of your note information. Other people visiting your profile will only be able to see notes in folders you have shared publicly. For more on how to share on Evernote, check out this help article

Thumbnails – Sometimes Evernote does not save the right thumbnail for a post. To update the thumbnail displayed we have created a tool that will look up images from any URL and give you a choice. Also Evernote usually uses the largest image in a note for the thumbnail, so if there is an image you don’t want as a thumbnail you can also try deleting or changing the size in the note. We have a couple links on the individual note pages to help you with this.

For more info, check our FAQs

Mobile Mmm…recipe ideas on your phone

imageNeed a recipe idea? Just pull out your phone. Whether you are out at the grocery store, relaxing on the coach or just killing time somewhere, you can now search through tens of thousands of popular recipes from all over the web on Say Mmm.

We recently added a new recipe discovery area on Say Mmm, and now have optimized the recipe search for mobile smart phones. You can just swipe the screen to go from one tasty recipe to the next, and when you see something interesting, scroll down to see the ingredients or similar recipes. When you find ideas you like, it’s easy to save them to your Say Mmm account or favorite social network. Post to Facebook, Pinterest, Twitter, StumbleUpon, Evernote, or email it to yourself or friends.

Where do you get the app? Actually you don’t need an app as it all works right within your smart phone browser. The mobile site at m.saymmm.com uses advanced browser technologies to make it feel as smooth as an app, and if you miss having a single click action from your phone main page, you can add a bookmark to your iPhone or Android home screen.

Developing for Evernote

imageA couple months ago Say Mmm launched an Evernote Integration, and we wanted to share a little bit about the experience of developing for Evernote.

There were a number of reasons why we wanted to do an Evernote integration, and chief among them was the product fit.  Evernote has a great platform for saving and viewing all types of content across multiple devices, and a lot of recipes are saved on Evernote.  Say Mmm develops technology to help people do more with recipes, so applying that intelligence to recipes on Evernotes improves the user experience for both companies.  Say Mmm had previously developed ways to extend some of these features to blogs and other websites, and we viewed the Evernote API as a way to create a more integrated experience.  We also liked Evernote’s developer-friendly approach to showcasing integrations in the Evernote Trunk and in some cases through ads and on their blog.

We used the Cloud API and OAuth authentication and found it straightforward to set up and well documented. The forums and the Evernote team were also very helpful for a couple questions we had outside of that documentation.  It didn’t take us long to put together a beginning version of the integration.  We needed to have a triggering action to know when to create a shopping list for a recipe, and we deciding on using a “Say Mmm” tag.  This was unique enough that users weren’t already using it for something else, and it made it easy for users to keep recipes organized in whatever notebooks they might be already.  So when a user tags a note with Say Mmm, our servers get a notification with the note id, which we use to get the recipe information in that note and create a new note with the grocery list.  After some testing we also added note links back to the original note for easy reference and removed the Say Mmm tag from the original note, so it would be ready for use the next time, thereby making the tag work more like an action than its normal organizational function.

Next, we decided it would be a lot better if users could create combined shopping lists, like on the Say Mmm site.  This was a little more challenging within the Evernote environment because of the way notifications work.  We originally tried using a new tag to combine lists, and that worked fine if people only combined two notes at a time.  The problem though, was when the tag was applied to more notes at once, we would run into duplication issues.  Our server would get all the notifications at about the same time, meaning multiple combine processes would start and the same notes ended up being in  more than one of these processes.  There are some ways we might have been able to create a queuing process for handling notifications in sequence, but after some testing and thinking, we decided to go with a simpler approach of creating a separate note with a “Combine” button that would combine all notes within the “Say Mmm” folder.  This solved the technical issue of knowing when and what to combine by giving a single triggering action.  The other advantage of this was we could have simple directions in the note to help the user know and remember how to use the feature, rather than having to keep track of another tag for the combine action.   

From there, we did some more testing to smooth out the flows and the way everything worked. One thing that we found helpful was to optimize note headers to make it easier to see the difference between individual and combined grocery lists. We also found that adding images with different colors at the bottom of the notes made it easier to distinguish the notes, especially on mobile devices with smaller amounts of space, because Evernote would use those images as thumbnails in the list view of the notes.  In early user testing, the main thing that confused people was when adding a Say Mmm tag and not seeing the account automatically updated in some cases when the note was ready due to how Evernote does synching, so letting them know to refresh or synch the view helped.

We launched the Say Mmm integration on December 28 and have been very happy with the response and the results.  Our blog announcement was immediately picked up by a couple of the technology new sites we really like, The Next Web and Venture Beat.  Evernote also liked the integration enough to give us some free advertising on their site in the first month, which was a great bonus for us, and was very helpful for getting the word out to Evernote users.  Since launching, we have had had almost 10 thousand Evernote users add the Say Mmm integration who have created 56 thousand grocery lists through the service.  We found Evernote users to be more tech-savvy than the average Say Mmm user, and while it’s still a little early for measuring results, they also appear to have higher rates for retention and the likelihood to upgrade to Say Mmm premium features.   

One of the best things in our opinion about doing the Evernote integration was how it helped us improve our product.  While doing the integration, we decided to modularize the way our core functions work so when we add features and make improvements to grocery lists and nutritional estimates, it is simple to apply these anywhere on our site and to partner integrations.  This has already helped us to launch new features more efficiently, like we have done with our new recipe search and Amazon grocery offers.  It also makes it easy to integrate Say Mmm technology into other partner applications in the future.

In closing, a couple things that would be great to have from the Evernote API.  We’d love to see a way to add a custom button to the interface, similar to how WordPress plugins and Chrome extensions work. This would have made some of the things we did with tags easier, and is simpler for the user to understand for performing actions.   It also would be nice to have a better way for people to refresh the OAuth duration when they sign in again.  It is nice that users have been able to authenticate the Say Mmm integration for a year, but we are a little concerned about what will happen at the end of the limit, since when it expires it will just stop working in the user accounts, and there isn’t a good way for them to know why other than us trying to send them emails ahead of that time.

Amazon Grocery Offers

image

Did you know you can save on groceries on Amazon? And have items delivered to you for free? Amazon has a lot of good deals, but only for certain parts of your grocery list. The challenge is knowing which items to look for and comparing prices across items.

Say Mmm makes finding deals on Amazon simple by doing the work for you. Just click on the “Amazon offers” link when viewing any of your grocery lists on Say Mmm. Here is an example of how the Amazon grocery offers works.

image

And some reasons you’ll want to check it out:

Know what to look for – Some things are better to get on Amazon than others, and Say Mmm will check through your grocery list for only the best items. Packaged goods that you might buy in larger quantities or stock up on work best. Things like coffee, diapers, canned items, etc. Don’t expect to see any fresh produce or meat.

Check all at once – Instead of going and searching for everything individually, Say Mmm checks all the items on your list at once, refines the individual searches based on the item for better results, and shows you all the best offers on one page with the best matches first.

Compare prices – Like any grocery products, items come in all sorts of sizes, so Say Mmm makes it easy to compare prices by calculating the price per unit. Plus, we only show offers with free shipping (for orders over $25 or standard rates otherwise) to filter out a lot of confusing offers on Amazon that show lower item prices but have high shipping rates.

Easy check out – When you see items you like, you can click to add them to the shopping cart on the page and then when you are ready to order, it sends all the items to Amazon. Everything works with your regular Amazon account.

So while these Amazon offers won’t replace your trips to the grocery store for fresh items, it stacks up pretty well against bulk discounters like Costco. Save yourself a trip and some money. Amazon also has subscription offers for things you get regularly that can save you even more time and money.

Creating meals from recipes

Say Mmm has several free online tools for making meal planning simple, and we have now extended some of these features to work with our new recipe search. You can group recipes into meals that can be easily saved or shared with friends on Facebook, Pinterest, or your favorite social network. Just use one of the share buttons or copy and paste the URL. Plus when you are ready to go shopping, you can print out the combined shopping list for all the recipes in the meal.

Here is an example of a Chipotle Rubbed Flank Steak meal.

image

To create a meal with a recipe, click on the “Make a meal” link in the Meal section on the left. This will add your first recipe to the meal.

To add more recipes to the meal, use the search bar to find more ideas, and you’ll see the recipes currently in your meal and options to view or add to your meal. You can also remove recipes by clicking on the X next to the recipe names.

On the meal page, the name of your meal comes from the first meal in the list, but you can reorder the items by using the little up arrows in the right bottom corner of each recipe. You can also expand or collapse the view to show the ingredients or not. The nice thing about the grocery list is it does the organizing work for you by grouping items by area of the store, separating out pantry items, and converting ingredients into items you would buy in a store.

To make a new meal, just remove the old items and start over. With a free Say Mmm account, you can also save the meal and all the recipes to your account with one click. You can also plan out meals in the online calendar and use several other  meal planning and grocery list features when signed into Say Mmm.

Discover great recipe ideas

Discovering and sharing new recipe ideas is now even easier on Say Mmm. Our new recipe search feature lets you search for ideas from some of the best recipes from all over the Internet. People have saved hundreds of thousands of recipes on Say Mmm and a good number of those are recipes on public websites. So we made it simple for anyone to discover and use some of the more popular recipes from across the web, all in one place.

image

The recipe search also includes some useful features for customizing the results to individual tastes. You can specify ingredients you like or dislike, enter a number or range of servings, and select a preferred cooking duration.

When you find recipes you like, there are also features that let you do more with the recipes. You can see nutritional information estimates, check out related recipes at a glance, print out organized grocery lists, and save recipes with a click.

image

You don’t need a Say Mmm account to use the search and recipe features, so it’s easy to share the ideas with friends or on your favorite social network. With a Say Mmm account you can also save and organize these and other recipes in one place as well as use them with our other meal planning and grocery list tools.

Stay tuned. More features are on the way.

Fairy cakes or patty cakes?

image

Do you like fairy cakes?

What’s a fairy cake?

Before we get to that, see if you can answer this question…

Which of the following is a common recipe ingredient?

  • a) Tatties
  • b) Rocket 
  • c) Swedes 
  • d) Chump 

If you answered all of the above you are right. Tatties are potatoes, rocket is arugula, swedes are rutabagas (as well as nice people), and chump is a cut of lamb or pork. What language is this? It’s English, though many Americans might not ever have heard these terms used as food. Fairy cakes (UK) and a patty cakes (Aus) are words used for cupcakes.

There are a number of different English cooking terms used in the UK, Australia, and New Zealand. Some are different words for the same foods people use in the US, and some are for foods that are more common to local dishes in these different parts of the world. For some British flavor, check out some of the recipes on BBC’s food section, a great resource for UK recipes.

One of the nice things about our recent Evernote integration is that it has exposed Say Mmm to new audiences, and we have gotten a number of requests to extend the service to other languages. We’d like to have it work in more languages and countries in the future, and as a first step we decided it could do a better job in other English speaking countries. So we did a bunch of research, added hundreds of new recognizable terms, and updated our automatic grocery lists to work even better for people in other English speaking countries. We have probably still missed some things, and we’ll continue to make improvements over time.

SEO for Recipes

imageWe are happy to announce a new SEO for Recipes tool that bloggers can use to optimize recipe text for search engines using the hRecipe microformatting.

There was a very interesting article in GigaOm by Kevin Fitchard about the idea that digital cookbooks should be more like digital music. Similar to how the standard of iTunes has revolutionalized digital music, the idea is that a standard media file for recipes could make it easier for people to store, organize, sort, and use digital recipes from all over.

There are millions of recipes online, but the challenge is they are spread across numerous sites and blogs that each have their own recipe formats, making it hard for end users to manage recipes in one place. Even the big search engines like Google can’t figure out the different formats well, and they have put out some guidelines on a standard hRecipe format for webmasters and bloggers to use, but it can be hard for non-programmers to figure out what it all means.

There are some ways to make standardizing recipes easier for bloggers, and if they are on WordPress there are some plugins of varying quality. The hRecipe plugin appears to be one of the better ones from our experience. But for food bloggers on other platforms, figuring out how to structure HTML the way Google and other search engines like it can be a challenge.

To help these bloggers, we have created a SEO for Recipes page that makes it easy to optimize recipe text. You just put in the recipe information and it will add in the right microformatting to the recipe HTML code. Then copy the HTML into the HTML view of your recipe post. We have also built in an option to include an automatic grocery list with nutritional info for the recipe, one of our popular Say Mmm features. This will add a simple “Grocery List” link that will open a new window where our technology will convert recipe ingredients to items you would get in a store, organize everything by category, and estimate nutritional values for the recipe. For more info on how it works and for other things bloggers can do with Say Mmm check out our page on grocery lists for blogs

WordPress Plugin - Recipes to Grocery Lists

imageRecently we added a Grocery Lists for Blogs feature, that bloggers could use to add organized grocery lists with nutritional estimates to recipes on any blog or website. Now for bloggers on WordPress, our new WordPress Recipes to Grocery Lists plugin makes it as simple as clicking a button to add a grocery list link or image anywhere in the recipe. When a reader clicks to view the grocery list, it will open up a new window on the Say Mmm website, where our technology will automatically create an organized grocery list that people can edit, combine with other lists, and print out. Here is how it works.

When the plugin is installed it adds a “M” icon next to the other “Upload / Insert” icons at the top of the text editor box.

1. Clicking the M icon lets you select a Grocery List link or image

image

2. The link or image will be added to the post at any place

image

3.Publishing the post activates the grocery list link

image

4. Clicking on the image or link it will automatically create a grocery list with nutritional estimates.

image

5. There is also a clean print view, and you can edit or add to the list

image

The Main Features include:

  • Organized grocery lists – Say Mmm will use the ingredients on the recipe post to create a grocery list that is organized by area of the store with common pantry items like “salt” separated out at the bottom. It will also change things you use to cook, like “1 cup of shredded carrots” into items you’d buy in the store, like 2 carrots.
  • Nutritional estimates – Based on the amounts and items found, readers can view a nutritional estimate and see a graphical breakout of the top things that affect nutritional values like calories, fat, and cholesterol. If there servings listed for the recipe, it will show the estimates per serving.
  • Combining lists – Readers can even combine lists from multiple recipes into one organized list and even add, edit, and delete items, all without even needing a Say Mmm account.