--- layout: api title: "v2.4.0 JavaScript Library: L.mapbox.shareControl(id|url, options)" categories: api version: v2.4.0 permalink: /api/v2.4.0/l-mapbox-sharecontrol/ ---
Adds a "Share" button to the map, which can be used to share the map to Twitter or Facebook, or generate HTML for a map embed.
Extends: L.Control
Options | Value | Description |
---|---|---|
id or url optional | string | Either a
|
options | object | Options for L.Control Also accepts the following options:
|
Example:
var map = L.map('map', 'mapbox.streets')
.setView([37, -77], 5)
.addControl(L.mapbox.shareControl());
Returns:
Returns a L.mapbox.shareControl
object.