File Editor
Directories:
.. (Back)
css
images
img
js
Files:
archiveorg-book.php
archiveorg.php
archives.php
bandcamp.php
brightcove.php
cartodb.php
class.filter-embedded-html-objects.php
codepen.php
crowdsignal.php
dailymotion.php
descript.php
facebook.php
flatio.php
flickr.php
getty.php
gist.php
googleapps.php
googlemaps.php
googleplus.php
gravatar.php
houzz.php
inline-pdfs.php
instagram.php
kickstarter.php
mailchimp.php
medium.php
mixcloud.php
others.php
pinterest.php
presentations.php
quiz.php
recipe.php
scribd.php
sitemap.php
slideshare.php
slideshow.php
smartframe.php
soundcloud.php
spotify.php
ted.php
tweet.php
twitchtv.php
twitter-timeline.php
unavailable.php
untappd-menu.php
upcoming-events.php
ustream.php
videopress.php
vimeo.php
vine.php
vr.php
wordads.php
wufoo.php
youtube.php
Create New File
Create
Edit File: cartodb.php
<?php /** * Carto (formerly CartoDB) * * Example URL: http://osm2.carto.com/viz/08aef918-94da-11e4-ad83-0e0c41326911/public_map * * possible patterns: * [username].carto.com/viz/[map-id]/public_map * [username].carto.com/viz/[map-id]/embed_map * [username].carto.com/viz/[map-id]/map * [organization].carto.com/u/[username]/viz/[map-id]/public_map * [organization].carto.com/u/[username]/viz/[map-id]/embed_map * [organization].carto.com/u/[username]/viz/[map-id]/map * * On July 8th, 2016 CartoDB changed its primary domain from cartodb.com to carto.com * So this shortcode still supports the cartodb.com domain for oembeds. * * @package automattic/jetpack */ wp_oembed_add_provider( '#https?://(?:www\.)?[^/^\.]+\.carto(db)?\.com/\S+#i', 'https://services.carto.com/oembed', true );
Save Changes
Rename File
Rename