You can embed your map on another web page, blog post or press release by copying and pasting its embed code.



To add your map to a normal HTML page just paste the embed code into the contents of the page. You can adjust its dimensions by altering the width and height attributes of the embed iframe.
...
<p>
World Bright has a lot in common with our other
world map tilesets, but includes some additional
data layers and unique styling. The biggest new
feature is a custom labels layer of water bodies.
</p>
<iframe width='500' height='300' frameBorder='0' src='http://a.tiles.mapbox.com/v3/mapbox.world-bright.html#7/65/-18.700'></iframe>
...
To embed your map in WordPress you may want to install the MapBox WordPress plugin. The plugin converts MapBox embed codes into a WordPress shortcode, making it easy to edit embeds once they’ve been added to your site.
Drupal sites usually implement content filters that restrict the HTML tags that are allowed on pages. When embedding a MapBox map on a Drupal site look for an input format called Full HTML or Extended HTML that allows iframe tags to be used. If you have trouble pasting your embed into a Drupal site, ask a site administrator to set up an input format that allows iframe tags.
Statistics on who is viewing your map and how.
Advanced API embedding for doing more with your maps.
Embeds vs. API for guidance on which method to use.