This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Whisk Recipe Widgets

Description

Let your visitors Save your recipes to their Whisk accounts or create instant Shopping Lists and go shopping for ingredients in seconds.
It is compatible with all popular recipe plugins which support Schema.org or JSON-ld. Plugin is very light and has zero impact on Google PageSpeed metrics.

Demo

Demo recipe

How to use

Activate the plugin and use this shortcode to display Whisk Widgets:

[whisk-widget]

Alternatively, you can add this PHP snippet to your theme’s or plugin’s template:

<?php echo do_shortcode('[whisk-widget]'); ?>

By default, widget will use URL of the page it’s inserted into and look for a recipe there. If no recipe is found, widget will not load.
It is also possible to specify another recipe URL with ‘url’ shortcode parameter and use widget on a pages without recipes.

[whisk-widget url='https://my.whisk.com/recipes/1073f5bf3bf4dab40f9b0a6589309aed6e9']

Plugin options

There are some options, that helps you change:

  • Widget format (Compact or Large).
  • Button border radius
  • Link color
  • Add to Cart button visibility
  • Tracking ID

Whisk Apps are available on Google Play, App Store, Galaxy Store or Web.
After you save a recipe via Whisk Widget it is instantly available in apps too. Very convenient for shopping, sharing with friends, creating recipe collections, etc.

Screenshots

  • Save Recipe button (compact widget)
  • Save Recipe & Add to Cart button (large widget)
  • Saved Recipes in Whisk App
  • Plugin settings
  • Shopping list widget
  • Publisher integration example

FAQ

What is the difference between widget formats?

Compact widget is simply a button that saves your recipe to Whisk, where you can check it’s nutrition, share with friends,
post reviews, pictures and comments and do so much more, including adding all the recipes ingredients to a shopping list.

Large widget has 2 buttons: one for Saving Recipes. The other one is Add to Cart button that allows your visitors to buy all the
necessary ingredients from the nearest grocer with a single click. It is a very convenient feature, though mostly useful in US/UK.
Widget can auto-detect visitor’s country and hide this button if there are no supported retailers in visitor’s country.
You can also disable this button in plugin’s settings.

Where can I find full list of integrated retailers for Shopping List functionality?

Check out full list here. They have Walmart and Tesco!

How does it work?

Built on top of Whisk Widget Builder, this plugin utilizes Whisk SDK to scan for proper recipe microdata and send it to Whisk Platform in just one click.

Does it load a lot of 3rd-party scripts?

No! We care about your website performance and initially preload a very tiny (1kb) loader script that passively detects user interaction and loads all the Whisk scripts after some action was performed by a real user.
This way there is no impact on Google PageSpeed metrics and SEO.

Is it free?

Yes, the plugin, Whisk widgets and Whisk Apps are totally free.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Whisk Recipe Widgets” is open source software. The following people have contributed to this plugin.

Contributors

Translate “Whisk Recipe Widgets” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

v 1.1.7 (24.11.2021)

  • fix compatibility with older PHP versions (like 5.6)

v 1.1.6 (24.11.2021)

  • added: new shortcode parameter (url) to specify custom recipe URL (by default widget uses URL of the page it’s inserted into).

v 1.1.5 (19.11.2021)

  • fixed a bug with recipe URL

v 1.1.3 (16.11.2021)

  • new feature: ability to use completely custom widget code. Might be useful for some publishers with specific needs.

v 1.1.2 (16.11.2021)

  • a better readme 🙂

v 1.1 (15.11.2021)

  • switched to save-recipe mode
  • changed shortcode name from [wx-save-recipe] to [whisk-widget]
  • introduced load-on-interaction for all whisk scripts. Widgets now have zero impact on PageSpeed performance.
  • removed unsupported customization options (in sync with https://developers.whisk.com/tools/widget-builder)
  • added tracking_id support
  • added an option to hide Add to Cart button in a large widget
  • minor plugin refactoring

v 1.0.4 (18.01.2021)

  • improved description and assets

v 1.0.3 (14.01.2021)

  • small bug fix in JS

v 1.0.2 (14.01.2021)

  • add screenshots

v 1.0.0 (14.01.2021)

  • First release