• Resolved yarborg

    (@yarborg)


    After using [email-obfuscate email=”[email protected]”] in one of my articles I noticed my RSS feed was no longer working. Here is the error info from Chrome:

    You can use the contact form on the home page or send an email to <span
    id="3656ae975bf01d3604d4b255a187dbc0"></span><script type="text/javascript">/*<![CDATA[*/var t=[97,-37,134,-102,206,-92,193,-91,152,-118,227,-130,235,-127,243,-132,190,-152,187,-130,187,-128,166,-131,180,-131,180,-121,159,-124,173,-124,172,-113,151,-116,165,-116,170,-111,149,-114,171,-116,175,-137,172,-115,172,-113,151,-116,165,-116,170,-111,149,-114,168,-116,175,-137,172,-123,172,-115,174,-136,171,-122,171,-122,181,-143,178,-129,177,-121,180,-142,177,-128,176,-126,185,-147,182,-125,180,-121,159,-124,173,-124,172,-113,151,-116,165,-117,165,-106,144,-109,158,-110,163,-104,142,-107,156,-107,159,-100,138,-103,152,-103,152,-93,131,-96,145,-96,144,-85,123,-88,140,-86,145,-107,142,-85,142,-83,121,-86,135,-86,135,-76,114,-79,128,-80,137,-78,112,-50,149,-38,148,-32,129,-30,146,-82,201,-90,198,-96,193,-83,183,-78,192,-81,191,-145,244,-133,242,-182,229,-132,194];var toAppend='';for(var i=1;i<t.length;i++)
    {toAppend+=String.fromCharCode(t[i]+t[i-1]);}
    document.getElementById('3656ae975bf01d3604d4b255a187dbc0').innerHTML=toAppend;/*]]>*/</script>

    https://www.ads-software.com/plugins/email-obfuscate-shortcode/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Stanislav Khromov

    (@khromov)

    Hey yarborg,

    Thanks for the bug report, I’ll have a look at this and get back to you.

    Plugin Author Stanislav Khromov

    (@khromov)

    Hey yarborg,

    Having checked this, I can’t recreate the issue. I can tell you what the problem is though, in the code snippet you posted you can see that the CDATA declaration is commented out. It looks like this:

    /*<![CDATA[*/ ... /*]]>*/

    It should look like this:
    <![CDATA[ ... ]]>

    The CDATA declaration makes sure HTML works correctly inside an RSS feed, so that’s why the RSS breaks.

    This modification may come from your theme or some third party plugin you use that modified the RSS output. Regardless it is not something related to Email Obfuscate Shortcode.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Breaks RSS Feed’ is closed to new replies.