Title: Whisk Recipe Widgets
Author: paulfedorov
Published: <strong>January 14, 2021</strong>
Last modified: November 24, 2021

---

Search plugins

![](https://ps.w.org/shoppable-recipes/assets/banner-772x250.jpg?rev=2630085)

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.

![](https://ps.w.org/shoppable-recipes/assets/icon-256x256.png?rev=2458517)

# Whisk Recipe Widgets

 By [paulfedorov](https://profiles.wordpress.org/paulfedorov/)

[Download](https://downloads.wordpress.org/plugin/shoppable-recipes.1.1.7.zip)

 * [Details](https://frp.wordpress.org/plugins/shoppable-recipes/#description)
 * [Reviews](https://frp.wordpress.org/plugins/shoppable-recipes/#reviews)
 * [Development](https://frp.wordpress.org/plugins/shoppable-recipes/#developers)

 [Support](https://wordpress.org/support/plugin/shoppable-recipes/)

## Description

Let your visitors [Save your recipes](https://whisk.com/recipe-box-app/) to their
Whisk accounts or create instant [Shopping Lists](https://whisk.com/grocery-list-app/)
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](https://demo.whisk.com/pizza-alla-napoletana/)

#### 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](https://getwhisk.com/download-android),
[App Store](https://getwhisk.com/download-ios), [Galaxy Store](https://galaxy.store/whisk)
or [Web](http://my.whisk.com/).
 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 button (compact widget)⌉[

Save Recipe button (compact widget)

[⌊Save Recipe & Add to Cart button (large widget)⌉⌊Save Recipe & Add to Cart button(
large widget)⌉[

Save Recipe & Add to Cart button (large widget)

[⌊Saved Recipes in Whisk App⌉⌊Saved Recipes in Whisk App⌉[

Saved Recipes in Whisk App

[⌊Plugin settings⌉⌊Plugin settings⌉[

Plugin settings

[⌊Shopping list widget⌉⌊Shopping list widget⌉[

Shopping list widget

[⌊Publisher integration example⌉⌊Publisher integration example⌉[

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](https://support.whisk.com/hc/en-us/articles/360042706091-Integrated-Stores).
They have Walmart and Tesco!

### How does it work?

Built on top of [Whisk Widget Builder](https://developers.whisk.com/tools/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](https://whisk.com/download/) 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

 *   [ paulfedorov ](https://profiles.wordpress.org/paulfedorov/)

[Translate “Whisk Recipe Widgets” into your language.](https://translate.wordpress.org/projects/wp-plugins/shoppable-recipes)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/shoppable-recipes/),
check out the [SVN repository](https://plugins.svn.wordpress.org/shoppable-recipes/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/shoppable-recipes/)
by [RSS](https://plugins.trac.wordpress.org/log/shoppable-recipes/?limit=100&mode=stop_on_copy&format=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

## Meta

 *  Version **1.1.7**
 *  Last updated **5 years ago**
 *  Active installations **10+**
 *  WordPress version ** 5.0 or higher **
 *  Tested up to **5.6.17**
 *  PHP version ** 5.6.20 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/shoppable-recipes/)
 * Tags
 * [ingredients](https://frp.wordpress.org/plugins/tags/ingredients/)[whisk](https://frp.wordpress.org/plugins/tags/whisk/)
   [widgets](https://frp.wordpress.org/plugins/tags/widgets/)
 *  [Advanced View](https://frp.wordpress.org/plugins/shoppable-recipes/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/shoppable-recipes/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/shoppable-recipes/reviews/)

## Contributors

 *   [ paulfedorov ](https://profiles.wordpress.org/paulfedorov/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/shoppable-recipes/)