Powerful, easy-to-use Yandex Maps Constructor for WordPress allows you insert Yandex Maps on you site, using shortcode or PHP code.
Add/edit/remove you maps through the “Yandex Maps” menu in WordPress
To create a map you need to title it and configure the params.

There are few methods to insert your map to site.
Using shortcode you can add the map via the visual editor, for example, in post or page. You can copy a shortcode from the list of maps (last column) or from form editing map.
Example: [swp_yandex_map id=”1”]
Insert the map using the PHP code generally requires adding a map to a template. PHP code can be found on the form editing map.
Example: <? swp_yandex_map(1); ?>