What can I do if my short code doesn't work?

What can I do if my short code doesn't work?

Some editor plugins replace special characters as follows:
  • '[' will be replaced with '&#91' 
  • ']' will be replaced with'&#93'

This might be one of the reasons your code isn't working.

To avoid this, make sure to choose the Raw HTML option as your editor format. If that option isn't available, use a HTML editor to embed short code.