Title: Ecwid Embeded code not support
Last modified: October 4, 2024

---

# Ecwid Embeded code not support

 *  Resolved [Robinson Nadar](https://wordpress.org/support/users/robinatg/)
 * (@robinatg)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/ecwid-embeded-code-not-support/)
 * i am trying to add ecwid embeded copy on the contact slider its just showing 
   nothing, attached screenshot for your reference .
 * ![](https://i0.wp.com/i.ibb.co/m5g7KJJ/ewcwidhtmlcode.png?ssl=1)
 * ![](https://i0.wp.com/i.ibb.co/fYCGmsX/blogssidebar.png?ssl=1)
    -  This topic was modified 1 year, 7 months ago by [Robinson Nadar](https://wordpress.org/support/users/robinatg/).

Viewing 5 replies - 1 through 5 (of 5 total)

 *  [Lewis from Ecwid by Lightspeed](https://wordpress.org/support/users/lewisk/)
 * (@lewisk)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/ecwid-embeded-code-not-support/#post-18057478)
 * Hello,
 * It’s Lewis, Ecwid by Lightspeed. thank you for reaching us!
 * You can add the product using the Ecwid Plugin shortcode instead of the embed
   code, like this:
 * `[ecwid_product id="PRODUCT_ID" display="picture title price options qty addtobag"
   version="2" show_border="1" show_price_on_button="1" center_align="1"]`
 * Instead of PRODUCT_ID insert the ID of the required product. According to your
   screenshot, I see that this product’s ID is 416573363. You can also find the 
   product ID by following the steps below:
    1. Go to Ecwid > Catalog > Products, and click on the product.
    2. Find product’s ID in the URL after id=
 * Please, note that Ecwid plugin for WordPress should be activated in WordPress
   Dashboard > Plugins, for the shortcode to work.
 * You can read more about the Single Product Widget shortcode in this article: 
   [https://support.ecwid.com/hc/en-us/articles/360002137520-Shortcodes-for-adding-store-to-WordPress#product-card-/-buy-now](https://support.ecwid.com/hc/en-us/articles/360002137520-Shortcodes-for-adding-store-to-WordPress#product-card-/-buy-now)
 * Please, try this and tell me if it works for you!
 *  Thread Starter [Robinson Nadar](https://wordpress.org/support/users/robinatg/)
 * (@robinatg)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/ecwid-embeded-code-not-support/#post-18057496)
 * i tried adding the shortcode but it’s giving an error in the schema That is why
   I was trying to add embedded code is there any solution to fix this?
 * ![](https://i0.wp.com/i.ibb.co/ynKLFxp/blogschemadisebarnew.png?ssl=1)
 * ![](https://i0.wp.com/i.ibb.co/0h8R9nV/blogssidebarschemaissue.png?ssl=1)
 *  Plugin Support [Muhammad Usama Azad](https://wordpress.org/support/users/usamaazad99/)
 * (@usamaazad99)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/ecwid-embeded-code-not-support/#post-18058246)
 * Hi [@robinatg](https://wordpress.org/support/users/robinatg/) ,
 * I hope this message finds you well.
 * I wanted to clarify that our plugin currently only supports HTML and shortcodes
   and does not support JavaScript code, which is why you are experiencing the errors.
 * However, I will discuss your query with our technical team to explore possible
   solutions. I’ll keep you updated on any findings.
 * Thank you for your understanding!
 * Best regards, 
   WP Experts Support Team
 *  [Lewis from Ecwid by Lightspeed](https://wordpress.org/support/users/lewisk/)
 * (@lewisk)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/ecwid-embeded-code-not-support/#post-18060436)
 * Hello Robinson, thank you for your reply!
 * I checked your website, and Google Search Results test, and see that Product 
   Scheme is not visible. There are important warning for product name and image,
   and not critical warnings for customer’s reviews, and so on. You can contact 
   our support team at [ec.support@lightspeedhq.com](https://wordpress.org/support/topic/ecwid-embeded-code-not-support/ec.support@lightspeedhq.com?output_format=md),
   so we will help you to solve them.
 * At the moment, I should say that the important warning is the Missing field “
   name”. Our integration code contains the Product Scheme, so I can suggest you
   try to insert only div containers inside the Slider plugin:
 *     ```wp-block-code
       <div class="ecsp ecsp-SingleProduct-v2 ecsp-SingleProduct-v2-bordered ecsp-SingleProduct-v2-centered ecsp-Product ec-Product-591400870" itemscope itemtype="http://schema.org/Product" data-single-product-id="591400870"><div itemprop="image"></div><div class="ecsp-title" itemprop="name" content="Vicksburg Battlefield Driving Tour: Self-Guided"></div><div itemtype="http://schema.org/Offer" itemscope itemprop="offers"><div class="ecsp-productBrowser-price ecsp-price" itemprop="price" content="14.99" data-spw-price-location="button"><div itemprop="priceCurrency" content="USD"></div></div></div><div customprop="options"></div><div customprop="qty"></div><div customprop="addtobag"></div><div customprop="vatinprice"></div></div>
       ```
   
 * Then insert the loading JavaScript on the page inside the Custom HTML block, 
   since Slider is not supporting JavaScript:
 *     ```wp-block-code
       <script data-cfasync="false" type="text/javascript" src="https://app.ecwid.com/script.js?17288515&data_platform=singleproduct_v2" charset="utf-8"></script><script type="text/javascript">xProduct()</script>
       ```
   
 * Thus, this script should load the Ecwid Buy Now button inside the Slider. Please,
   try this and tell me about the results.
 *  Plugin Support [Muhammad Usama Azad](https://wordpress.org/support/users/usamaazad99/)
 * (@usamaazad99)
 * [1 year, 5 months ago](https://wordpress.org/support/topic/ecwid-embeded-code-not-support/#post-18168477)
 * Hi [@robinatg](https://wordpress.org/support/users/robinatg/) ,
 * I hope you are doing well.
 * Due to a lack of activity, we assume that your issue has been resolved. We are
   going to mark this thread as resolved. If you need further assistance, feel free
   to open a new ticket.
 * Have a great day!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Ecwid Embeded code not support’ is closed to new replies.

 * ![](https://ps.w.org/wp-contact-slider/assets/icon-256x256.png?rev=3171432)
 * [WP Contact Slider – Contact Form Slider Widget](https://wordpress.org/plugins/wp-contact-slider/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-contact-slider/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-contact-slider/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-contact-slider/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-contact-slider/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-contact-slider/reviews/)

 * 5 replies
 * 3 participants
 * Last reply from: [Muhammad Usama Azad](https://wordpress.org/support/users/usamaazad99/)
 * Last activity: [1 year, 5 months ago](https://wordpress.org/support/topic/ecwid-embeded-code-not-support/#post-18168477)
 * Status: resolved