Making WordPress.org

Opened 4 years ago

Closed 5 weeks ago

#5990 closed defect (bug) (fixed)

Profiles advertise broken oembed endpoints

Reported by: tellyworth's profile tellyworth Owned by:
Milestone: Priority: normal
Component: Profiles Keywords:
Cc:

Description

Profiles currently advertise two oembed endpoints:

<link rel="alternate" type="application/json+oembed" href="https://profiles.wordpress.org/wp-json/oembed/1.0/embed?url" />
<link rel="alternate" type="text/xml+oembed" href="https://profiles.wordpress.org/wp-json/oembed/1.0/embed?url&#038;format=xml" />

Neither of these seem to work. Both produce output like this, regardless of the URL parameter:

{"code":"oembed_invalid_url","message":"Not Found","data":{"status":404}}

Ideally, we should make oembed work.
Worst case, stop advertising broken links.

Loosely related: #613.

Change History (1)

#1 @dd32
5 weeks ago

  • Resolution set to fixed
  • Status changed from new to closed

These are no longer advertised.

Adding oEmbed can happen in a future design refresh.

Note: See TracTickets for help on using tickets.