Validate Provider oEmbed API

API call http://testing-playground.com/oembed?url=https%3A%2F%2Ftesting-playground.com&format=json
valid
True
errors
  1.  
  2. {
  3. "provider_url": "https://testing-playground.com",
  4. "success": true,
  5. "thumbnail_url": "https://testing-playground.com/icon.png",
  6. "html": "<iframe src=\"https://testing-playground.com/embed?panes=query%2Cpreview\" height=\"450\" width=\"900\" scrolling=\"no\" frameBorder=\"0\" allowTransparency=\"true\" title=\"Testing Playground\" style=\"overflow: hidden; display: block; width: 100%\"></iframe>",
  7. "thumbnail_width": 512,
  8. "height": 450,
  9. "width": 900,
  10. "version": "1.0",
  11. "provider_name": "testing-playground.com",
  12. "cache_age": 3600,
  13. "type": "rich",
  14. "thumbnail_height": 512
  15. }
  16.  
  1.  
  2. {
  3. "provider_url": "https://testing-playground.com",
  4. "success": true,
  5. "thumbnail_url": "https://testing-playground.com/icon.png",
  6. "html": "<iframe src=\"https://testing-playground.com/embed?panes=query%2Cpreview\" height=\"450\" width=\"900\" scrolling=\"no\" frameBorder=\"0\" allowTransparency=\"true\" title=\"Testing Playground\" style=\"overflow: hidden; display: block; width: 100%\"></iframe>",
  7. "thumbnail_width": 512,
  8. "height": 450,
  9. "width": 900,
  10. "version": "1.0",
  11. "provider_name": "testing-playground.com",
  12. "cache_age": 3600,
  13. "type": "rich",
  14. "thumbnail_height": 512
  15. }
  16.  
If a test does not pass, and you cannot figure out why, please capture the output and describe the problem when you submit the application form, and we will take a closer look.