Home Forums Newsletter Plugin Support url not work

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #328178
    dianneygtz
    Participant

    When I send my newsletter to my subscribers it does not show the link to the news but it does not show the link even if I send it as a test, do you know why that is?

    I share a link that does not let me open the news.
    https://soylagunanoticias.com/?nltr=OTsyO2h0dHBzOi8vc295bGFndW5hbm90aWNpYXMuY29tL2FsZ29kb25lcm9zLXNlLW1ldGVyYW4tYWwtcGFsYWNpby1zdWx0YW4vOztlNjE2Nzc2NTQyNjQxYmVkMzQyZDAyZDIwYTQyZGQ5Yw%3D%3D

    #328179
    Stefano
    Keymaster

    Hi, that link is correct and it is a tracking link, but your blog is not “passing” it to the Newsletter plugin, maybe a security plugin or a server configuration is blocking it.
    I can suggest to change the link format adding to you wp-config.php the line

    define(“NEWSLETTER_TRACKING_TYPE”, “ajax”);

    just after the define about the database.
    Keep a copy of your wp-config.php before any modification AND be sure to retype the double quotes if you coppy the text above, since they’ll be copied in the wrong format.

    Then, if you send a test newsletter you’ll se the new link format, something like

    https://soylagunanoticias.com/wp-admin/admin-ajax.php?…

    That kind of link should not be blocked.

    Let me know!

    #328182
    dianneygtz
    Participant

    when adding that, would it be inside wp-config.php or create a document inside the wp-admin chapter called ajax with that code you gave me?

    #328183
    Stefano
    Keymaster

    You only need to add the line

    define(“NEWSLETTER_TRACKING_TYPE”, “ajax”);

    in your wp-config.php.

    Keep a copy of your wp-config.php before any modification AND be sure to retype the double quotes if you coppy the text above, since they’ll be copied in the wrong format.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘url not work’ is closed to new replies.