1. Rating: +2

    Positive Negative

    I get the following message in my posts: "EASY SPOILER SHORTCODE ERROR"

    Your shortcode has an illegal parameter, or perhaps a new line. Make sure the shortcode is in one single line. It can wrap of course, but sometimes editors place implicit breaks... these become HTML codes under the covers and confuses the shortcode parser.

  2. Rating: +10

    Positive Negative

    Is allowing shortcodes in comments a security risk? What does Easy Spoiler do to prevent this?

    If you are not careful, yes. Easy Spoiler only enables itself and prevents expansion of embedded shortcodes. For example, an end user cannot post a comment as such:
    [spoiler] [any-shortcode-on-your-site] [/spoiler]

    In posts and widgets, however, it will expand the innards appropriately.

  3. Rating: +3

    Positive Negative

    Does Easy Spoiler work with comment preview plugins

    It has been tested with AJAX Comment Preview. If you have problems let us know and we will attempt to replicate the problem.

  4. Rating: +5

    Positive Negative

    How can I support your plugin?

    Right now there are three support options that would be much appreciated

    1) Purchase our RSS news reader for the iphone: Flitter! app store link

    2) Advertise our Flitter! iPhone app on your site. You can use the graphics right off of this site's main page or contact us if you want something custom.

    3) Donate via PayPal. The sidebar on your right over there has a paypal donation button.

    This list is in no particular order, whatever you choose would be wonderful to us!

  5. Rating: +3

    Positive Negative

    I still get the "EASY SPOILER SHORTCODE ERROR" and I know I have entered everything correctly!

    It is rare, but you also may have a plugin that replaces key phrases in your blog with HTML markup codes (such as a dictionary or ad plugin). The plugin in question MAY be performing this prior to wordpress shortcode parsing. If this is the case you can replace a single letter of the phrase you want in the shortcode with a percent character followed by the HEX ASCII code from this table:

    http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters

    This will prevent the plugin from matching its keywords, and allow our shortcode to show the correct text.

    If your problems continue, please contact us. Could be a bug in our stuff you know!

  6. Rating: +5

    Positive Negative

    Can I put a spoiler group in a comment or widget?

    While you can put spoilers in these, currently spoilergroup only works on posts and pages.