Dear Roger,
It seems you used an invalid attribute. Could you provide me the full shortcode you are using to embed the feed?
Also try this simple shortcode to test :
[eqmonitor id=”unique6a54g”]
Kind regards,
Cris
I used the shortcode you provided in the readme that came with the plugin :
Example : [eqmonitor id=”unique1″ cachetimer=”3600″ numberedlist=”true” showmax=”10″ showlink=”false” minmagnitude=”7″ showdaysback=”190″]
Roger
I tried the [eqmonitor id=”unique6a54g”] you suggested and I get this error message:
Error [eqmonitor] : id can not contain special characters. Or id is too long. ”unique6a54g”
Roger
Hi Roger,
I have tried to reproduce your error message.
I think it is related to this –>
[eqmonitor id=”abc1″] <– Works
[eqmonitor id=’abc2′] <– Works too
[eqmonitor id=abc3] <– Fails (wrong quotes)
Either you are using the incorrect quotes, or you have a plugin that might interfere with the quotes?
Can you try copy-paste a working example through text-mode instead of the visual editor and see what is happening then. Meanwhile I will see if I can work around this.
(While posting this message I noticed that my example with the wrong quotes was parsed by this editor. The wrong quotes I used are the one above the TAB key in US layout keyboard.)
Kind regards,
Cris
I mark this as resolved. I have changed the readme.txt so copy-pasting from that example should give you the right quotes too.
That was the only way I was able to reproduce the problem.