Skip to content

Migrate from iframe embeds ​

Many WordPress users embed Google Maps using a raw <iframe> copied from Google Maps. While this works, it has significant limitations.

Why migrate to the plugin? ​

FeatureRaw iframeWP Google Street View
Street View embedLimitedFull 360° with custom heading/pitch/zoom
Custom markersNoYes (Pro)
Custom stylesNoYes (Pro)
Info boxes with HTMLNoYes (Pro)
Map layersNoYes (Pro)
LocalBusiness schemaNoYes (Pro)
ResponsiveRequires manual CSSBuilt-in
Admin UINoneFull visual editor
Multiple maps managementManualCentralized CPT

Migration steps ​

  1. Install and activate WP Google Street View
  2. Configure your API key
  3. For each iframe embed on your site:
    • Note the coordinates from the iframe URL
    • Create a new WPGSV entry with those coordinates
    • Replace the <iframe> with the [wpgsv id="X"] shortcode
  4. Delete the old iframe code

Quick migration with [wpgsv_map] ​

For a faster migration, use the inline shortcode instead of creating WPGSV posts:

Old iframe:

html
<iframe src="https://www.google.com/maps/embed?pb=..." width="600" height="450"></iframe>

New shortcode:

[wpgsv_map lat="48.8566" lng="2.3522" type="map" zoom="14" width="100%" height="450px"]

Try Pro free for 7 days

All features unlocked. Cancel anytime.

Start free trial

A WordPress plugin by PAGUP