Fixed typo, added note

master
Fiftysix 2020-06-21 12:31:02 +01:00
parent 876c3135ec
commit 0d7efc8528
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# Map integration
I have created to examples of how the map could be integrated:
I have created two examples of how the map could be integrated:
### Full page with "Return to Website" button:
[*Example*](https://benjiefiftysix.github.io/integration/FullPage/index.html)
@ -11,6 +11,7 @@ All files required for the map are stored in that folder, apart from `markers.js
### Map with website navigation bar:
[*Example*](https://benjiefiftysix.github.io/integration/WithTitleBar/index.html)
Note: The styles for the navigation bar in the example don't seem to work. Just imagine it looks like the navigation bar in the rest of the gcop.scot website.
To use this one, you can use an Iframe, which allows you to display the map from [benjiefiftysix.github.io](https://benjiefiftysix.github.io/) inside your website.
To add it to a page, add the code `<iframe src="https://benjiefiftysix.github.io/">` into the html. I am not farmiliar with wordpress, and don't know how to make it the correct size.