cartodb.php 768 B

123456789101112131415161718192021
  1. <?php
  2. /*
  3. * Carto (formerly CartoDB)
  4. *
  5. * example URL: http://osm2.carto.com/viz/08aef918-94da-11e4-ad83-0e0c41326911/public_map
  6. *
  7. * possible patterns:
  8. * [username].carto.com/viz/[map-id]/public_map
  9. * [username].carto.com/viz/[map-id]/embed_map
  10. * [username].carto.com/viz/[map-id]/map
  11. * [organization].carto.com/u/[username]/viz/[map-id]/public_map
  12. * [organization].carto.com/u/[username]/viz/[map-id]/embed_map
  13. * [organization].carto.com/u/[username]/viz/[map-id]/map
  14. *
  15. * On July 8th, 2016 CartoDB changed its primary domain from cartodb.com to carto.com
  16. * So this shortcode still supports the cartodb.com domain for oembeds.
  17. */
  18. wp_oembed_add_provider( '#https?://(?:www\.)?[^/^\.]+\.carto(db)?\.com/\S+#i', 'https://services.carto.com/oembed', true );