• Resolved robertosanchezwp

    (@robertosanchezwp)


    Currently on my site I have some calls to a couple URLS with parameters.Those parameters are separated by & but isn’t working because when the calls are made, the & shows like & amp; and fails.

    when the HTML gets renderized, the ampsersand are ok, but in the source code remains as & amp;

    Example:

    Call to https://www.remarpro.com?id=111&type=test turns on https://www.remarpro.com?id=111& amp;type=test

    on my noamp pages, those calls doesn’t change de ampersand and everything works fine.

    I have the latest version of the plugin

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Ahmed Kaludi

    (@ahmedkaludi)

    Can you please share the URL of the site once? So that we will test it and get back to you immediately.

    Thread Starter robertosanchezwp

    (@robertosanchezwp)

    I can’t share a URL since my problem occurs on a preproduction site. I can give you another example, this one on amp-analytics module, inside <script type='application/json'>:

    this is a json that i need to print, but between cp1 and cp2, must be an ampersand and shows de unicode character instead. In noamp mode, it shows the & normally

    {"requests":{"custom_params":"cp1=test\u0026cp2=test"},"vars":{"env":"-preproduction"},"triggers":{"trackConsent":{"on":"visible","request":"impression"}}}

    Thread Starter robertosanchezwp

    (@robertosanchezwp)

    sorry, server issue, not plugin related.

    Thank you

    Plugin Author Ahmed Kaludi

    (@ahmedkaludi)

    Thanks for letting us know. If you have any issues or queries with our plugin then do let us know, So that we will help you to resolve them.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘ampersand on links are not converted in source code’ is closed to new replies.