Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#16 2017-02-14 01:28:00
- jeroenvg
- Member
- From: netherlands
- Registered: 2010-04-21
- Posts: 34
Re: Calling all MailChimp users
can i get a copy too, very pretty please?
Offline
Re: Calling all MailChimp users
The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.
Hire Txp Builders – finely-crafted code, design and Txp
Offline
#18 2017-02-14 14:21:36
- jeroenvg
- Member
- From: netherlands
- Registered: 2010-04-21
- Posts: 34
Re: Calling all MailChimp users
Offline
Re: Calling all MailChimp users
jeroenvg wrote #304028:
thanks! does it still work, now api 3 is the default?
Haven’t tried it, sorry. I presume they haven’t switched API v2 off so, until that day, it should still work.
v3 has gone with the dreaded OAuth handshaking crap instead of the API key approach, so it makes the plugin trickier to implement.
The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.
Hire Txp Builders – finely-crafted code, design and Txp
Offline
#20 2017-02-15 09:42:40
- gomedia
- Plugin Author
- Registered: 2008-06-01
- Posts: 1,373
Re: Calling all MailChimp users
jeroenvg wrote #304028:
thanks! does it still work, now api 3 is the default?
Here I am! Yes it (adi_contact) still works – I’m using it on a client’s website.
Offline
Re: Calling all MailChimp users
i would like to see a working example. any links textpartners ??
…. texted postive
Offline
#22 2017-02-17 02:26:03
- gomedia
- Plugin Author
- Registered: 2008-06-01
- Posts: 1,373
Re: Calling all MailChimp users
bici wrote #304044:
i would like to see a working example. any links textpartners ??
Nothing exciting but this is where it’s being used. There are two offerings – one a popup when you visit the site for the first time and the other is a form. In both cases adi_contact fires off a subscription request to the MailChimp API. MailChimp then does the rest (subscription confirmation etc).
Offline
Re: Calling all MailChimp users
thank-you that was helpful to see it in action. We have a newsletter that we wish to distribute to subscribers. this would fit the bill perfectly
…. texted postive
Offline
#24 2018-03-22 15:47:30
- element
- Member
- Registered: 2009-11-18
- Posts: 99
Re: Calling all MailChimp users
Can this be updated for MailChimp API 3.0? Plugin doesn’t work now.
Offline
Re: Calling all MailChimp users
element wrote #310255:
Can this be updated for MailChimp API 3.0? Plugin doesn’t work now.
It’s on my list, and I did start reading up on v3.0. I had a horrible suspicion they were forging ahead with OAuth2 and going to force people to use it, but it seems they’ve retained basic authentication (phew). It should be a simple case of merging in the latest version of Drew McLellan’s awesome Mailchimp API and tweaking the plugin calls.
Will see what I can do, unless someone gets to it in the meantime and submits a PR.
The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.
Hire Txp Builders – finely-crafted code, design and Txp
Offline
#26 2018-03-25 15:33:14
- jeroenvg
- Member
- From: netherlands
- Registered: 2010-04-21
- Posts: 34
Re: Calling all MailChimp users
element wrote #310255:
Can this be updated for MailChimp API 3.0? Plugin doesn’t work now.
gomedia’s adi_contact uses MC API 3.0. you can chain zem_contact_reborn and adi_contact to add subscribers to your MC list.
note- php curl extension needs to be enabled on your server for adi_contact,
- zem_contact_reborn is now com_connect; i did not upgrade yet.
Offline