Shortcodes for Yotpo

This plugin adds the ability to use shortcodes to control the placement of Yotpo widgets.

Author:Paul Glushak (profile at wordpress.org)
WordPress version required:4.6
WordPress version tested:5.5
Plugin version:1.2.3
Added to WordPress repository:19-10-2018
Last updated:26-04-2020
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:100
Rated by:2
Plugin URI:http://paulglushak.com/shortcodes-for-yotpo/
Total downloads:4 002
Active installs:400+
plugin download
Click to start download

Prerequisites (Important)

  • The Yotpo Reviews for WooCommerce plugin MUST be installed for this plugin to work.
  • WooCommerce 3.X and above (due to new methods).
    This plugin allows using shortcodes to display Yotpo widgets inside and oustide (applicable widgets only) of product pages e.g. page builders, sidebars, widgets etc.

** For updates & usage instructions: http://paulglushak.com/shortcodes-for-yotpo/ **

Usage

[yotpo_widget]
[yotpo_bottomline product_id="47" noempty]
[yotpo_product_gallery gallery_id="5bbb561f5ea79223a9da0e7c"]
[yotpo_product_reviews_carousel background_color="#22fff2" mode="most-recent" type="both" count="3"]
[yotpo_badge]
[yotpo_testimonials]

For the reviews carousel, get the attributes when generating the code from your Yotpo dashboard.
Special arguments exclusive to this plugin:
1. yotpo_product_gallery – adding noproduct will prevent a product ID being added if the gallery is not a product gallery.
2. yotpo_product_reviews_carousel:
adding product_id="product-id-here" will display a reviews carousel for the given product id.
adding noproduct will prevent a product id from being added in case you need a reviews carousel for all reviews.
3. yotpo_widget and yotpo_bottomline accept an optional product_id argument (e.g. `product_id=”47″) if you’d like to provide a product ID. Otherwise, the ID of the current product will be used.