These are basic install instructions to mobilize Mapply; they will vary depending on the platform you are using.
For a basic mobile install, please follow these steps.
- Sign up for the Mapply free trial.
- Add Google Maps API to Mapply.
- Visit Mapply Account Page, log in if necessary.
- Select My Account.
- Select Account Settings.
- Note the API Key.
-
Copy and paste this code into the HTML on your website (wherever you would like it to appear).
<script> (function(){ if ($(window).width() > 960) { $('#mapply-map').width('700'); } })(); </script> <iframe id="mapply-map" style="border: none;" src="//app.mapply.net/front-end/iframe.php?api_key={THE MAPPLY API KEY GOES HERE}" width="325" height="700"></iframe>
- Copy and paste The Mapply API Key from Step 6 into the location indicated in Step 7.
- Select Save.
That's it!
Comments
Please sign in to leave a comment.