Title: Shortcode Error
Last modified: March 13, 2023

---

# Shortcode Error

 *  Resolved [Hardik Raval](https://wordpress.org/support/users/mrhr/)
 * (@mrhr)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/shortcode-error-35/)
 * I make this shortcode 
   **[exchange-rates_badge color=”#ffffff” amount=”1″ base_currency
   =”USD” flag_type=”none” decimals=”4″ code=”on” id=”1677580218″ currency_list=”
   CLP”]**
 * error is showing like this: **Error: Check parameters of widget or shortcode.
   Probably you changed the source of currency rates, where there was not the desired
   currency that you selected before.**
   Comment: How can I add the CLP (Central 
   Bank of Chile) and fix this error, I hope you understand my problem.

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

 *  Plugin Author [falselight](https://wordpress.org/support/users/falselight/)
 * (@falselight)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/shortcode-error-35/#post-16555985)
 * Thanks for your observation. We started to find out the problem, we will write
   about the fix in the next message.
 *  Plugin Author [falselight](https://wordpress.org/support/users/falselight/)
 * (@falselight)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/shortcode-error-35/#post-16556004)
 * The problem is that you are using the wrong quotes in your code.
   **Example**:
 * **Bad code**:
   `[exchange-rates_badge color=”#ffffff” amount=”1″ base_currency
   =”USD” flag_type=”none” decimals=”4″ code=”on” id=”1677580218″ currency_list=”
   CLP”]`
 * You are use: –> `”` or `″` is wrong.
   Please: to use –> `"`
 * **Good code**:
   `[exchange-rates_badge color="#ffffff" amount="1" base_currency
   ="USD" flag_type="none" decimals="4" code="on" id="1677580218" currency_list="
   CLP"]`
 * **Note**: This happens because you copy the code and paste it into the visual
   editor.
 * Demo: [https://yuri.ws/2023/03/13/73/](https://yuri.ws/2023/03/13/73/)
 *  Plugin Author [falselight](https://wordpress.org/support/users/falselight/)
 * (@falselight)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/shortcode-error-35/#post-16574793)
 * Close.

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

The topic ‘Shortcode Error’ is closed to new replies.

 * ![](https://ps.w.org/exchange-rates/assets/icon.svg?rev=3052666)
 * [Exchange Rates](https://wordpress.org/plugins/exchange-rates/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/exchange-rates/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/exchange-rates/)
 * [Active Topics](https://wordpress.org/support/plugin/exchange-rates/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/exchange-rates/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/exchange-rates/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [falselight](https://wordpress.org/support/users/falselight/)
 * Last activity: [3 years, 2 months ago](https://wordpress.org/support/topic/shortcode-error-35/#post-16574793)
 * Status: resolved