Mailchimp script stopped working

Post Reply
lsim
Jr. Bludit
Posts: 6
Joined: Tue May 14, 2019 2:39 pm

I have a mailchimp script showing my newsletter archive on a page. But it stopped working last week.

Here is the page: https://lesley.pizza/newsletter-archive

Here is the code:

Code: Select all

<script language="javascript" src="//pizza.us20.list-manage.com/generate-js/?u=c707b2b5c0370eb8e4ddc9485&fid=4273&show=10" type="text/javascript"></script>
I've already tried adding it directly into the index.txt file.

I've tried it both with the TinyMCE and the SimpleMDE plugins. It just doesn't show up.

In addition, I tried adding a random script, and it also didn't show up.

Code: Select all

<p id="demo"></p>

<script>
document.getElementById("demo").innerHTML = "Hello JavaScript!";
</script> 
Help please! :)
User avatar
Jay
Master Bludit
Posts: 133
Joined: Mon Feb 11, 2019 8:41 pm

You mean that you can't see all 3 newsletters on the page?

Code: Select all

30/06/2019 - For Sale: Used Backpack, $0 - Newsletter #3
16/06/2019 - Help! My toilet's choked - Newsletter #2
02/06/2019 - Why does HBO Go suck? - Newsletter #1
It's a matter of your browsers privacy settings, not bludit or mailchimp script.
lsim
Jr. Bludit
Posts: 6
Joined: Tue May 14, 2019 2:39 pm

OH! Ok, that was dumb of me. :lol:

sorry! Thanks for that! :)
Post Reply