이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Whisk Recipe Widgets

설명

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.

스크린샷

  • 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.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Whisk Recipe Widgets”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Whisk Recipe Widgets”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

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