Skip to content

Commit

Permalink
changelog: add #10105
Browse files Browse the repository at this point in the history
  • Loading branch information
jeherve committed Sep 24, 2018
1 parent 6372119 commit 7aeec3b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ There are opportunities for developers at all levels to contribute. [Learn more

**Improved compatibility**

Shortcodes: update Mailchimp shortcode to match the new format offered by Mailchimp.

**Bug fixes**

Expand Down
19 changes: 19 additions & 0 deletions to-test.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,23 @@ Then, try the following:
7. (Wait a second or two)
8. See that Jetpack Search is enabled.

### Shortcodes

#### MailChimp

Mailchimp updated their newsletter embed code, and the old one does not work anymore.

To test the changes, try the following:

- As an admin, add the new embed code to a new post.
- As a contributor, add the new embed code to a new post and save your draft. Watch the code convert into a shortcode.
- Make sure the newsletter pop up appears on your site when you view the post.
- Make sure no JavaScript errors appear in your browser console.

If possible, try to create your own embed code as explained [here](https://jetpack.com/support/extra-sidebar-widgets/mailchimp-subscriber-popup-widget/). If not, here is an example embed code you can add to your post:

```html
<script type="text/javascript" src="//downloads.mailchimp.com/js/signup-forms/popup/unique-methods/embed.js" data-dojo-config="usePlainJson: true, isDebug: false"></script><script type="text/javascript">window.dojoRequire(["mojo/signup-forms/Loader"], function(L) { L.start({"baseUrl":"mc.us8.list-manage.com","uuid":"be06c2a596db91bfe4099fde8","lid":"08cf5fa008","uniqueMethods":true}) })</script>
```

**Thank you for all your help!**

0 comments on commit 7aeec3b

Please sign in to comment.