Opened 4 months ago

Last modified 4 weeks ago

#23171 new enhancement

Add Meetup.com oEmbed support

Reported by: sennza Owned by:
Priority: normal Milestone: Awaiting Review
Component: Embeds Version: 3.5
Severity: normal Keywords: has-patch
Cc: bronson@…, lachlan@…, japh@…, DrewAPicture, mdhansen@…

Description

Given the number of meetups people are doing around the world I think it would be nice to add Meetup.com to the list of oEmbed providers.

http://www.meetup.com/meetup_api/docs/oembed/

Currently there is a minor issue with their oEmbed API as it fails when the Meetup group has a custom domain for the group. I've had to do some dodgy code for our Aussie custom domains to get around that:

https://github.com/BronsonQuick/wpaustralia/blob/master/plugins/wpoz-meetups/wpoz_meetups.php

Seeing their is a new agreement between http://make.wordpress.org/events/ and Meetup.com hopefully one of the Automatticians can let Meetup.com know that their API needs a patch for custom domains ;)

Attachments (3)

23171.patch (1.0 KB) - added by sennza 4 months ago.
frontend.png (176.1 KB) - added by sennza 4 months ago.
backend.png (56.3 KB) - added by sennza 4 months ago.

Download all attachments as: .zip

Change History (10)

sennza4 months ago

sennza4 months ago

sennza4 months ago

  • Cc japh@… added
  • Version changed from trunk to 3.5
  • Cc DrewAPicture added
  • Cc mdhansen@… added

+1

I received an email from Meetup.com yesterday regarding custom domains:

We're reaching out to you about a change we've made to how Meetup handles custom domains, which will affect you directly.
We introduced custom domains some time ago and since then, we've incorporated a variety of third parties into the platform for registration, billing and payment collection.

Unfortunately, the way custom domains are currently offered makes it harder for us to ensure a secure browsing experience and incorporate additional third party tools for dues and event fees, so we're changing up how they work going forward.

You can still use a custom domain to point to your Meetup Group, and we will continue to verify if your domain is valid. However, we're turning off link generation to your domain on Meetup pages as of Tuesday, May 7th.

This means the minor issue I mentioned above won't be an issue soon :)

comment:6 follow-up: ↓ 7   markoheijnen4 weeks ago

I don't know what the rules are for adding oEmbed support but this seems like a rare case someone will use it. So doesn't a plugin makes more sense. Or is the penalty not that high so we can just add it when a platform supports it?

comment:7 in reply to: ↑ 6   SergeyBiryukov4 weeks ago

Replying to markoheijnen:

I don't know what the rules are for adding oEmbed support but this seems like a rare case someone will use it. So doesn't a plugin makes more sense. Or is the penalty not that high so we can just add it when a platform supports it?

Related: ticket:21632:3, ticket:21635:7

Note: See TracTickets for help on using tickets.