I need to change the way WP outputs html when given an embed URL within the content. Example content within the WP editor: This is standard content and will...
  • May 14, 2022
  • 0 Comments
I recently built a theme that utilises the oEmbed feature in WordPress. Where possible, I like my themes to validate via W3C. The content of the website is driven...
  • May 13, 2022
  • 0 Comments
I need WP to show an embedded representation of a url such as http://domain.com/1121 using oembed. I have setup http://domain.com/1121 with a discovery link: <link href="http://www.domain.com/generator/oembed/?url=http%3A//domain.com/1121" rel="alternate" type="text/xml+oembed" />...
  • May 12, 2022
  • 0 Comments
How do i change/filter the oembed max width settings (as set by ) admin -> media -> settings -> “Maximum embed size” before the oembed code gets executed. For...
  • May 10, 2022
  • 0 Comments
Is there any easy way to detect if an oEmbed URL is still returning any content? And, if so, is there a way to replace the missing oEmbed content...
  • May 10, 2022
  • 0 Comments
By default running content through the_content filter automatically checks for oEmbed content. However when returning data through heartbeat_received the filter for oEmbed doesn’t seem to work. For example –...
  • May 7, 2022
  • 0 Comments