This is a demonstration of a SightMap embedded in a fancyBox modal window, using a simple jQuery fancybox() call. Sadly, this does not work in Wordpress, but it may work for other sites.
<!-- The following HTML should include a <script> tag to import the jQuery library, if it is not already available. In Wordpress, jQuery should already be imported by default, so this step is not shown here. -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js"></script>
<!-- This code imports the fancyBox files. -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/fancyapps/[email protected]/dist/jquery.fancybox.min.css" />
<script src="https://cdn.jsdelivr.net/gh/fancyapps/[email protected]/dist/jquery.fancybox.min.js"></script>
<!-- The actual page contents are just a title and a link that leads nowhere. The fancyBox will be attached to the latter via the associated JavaScript. -->
<h2>This is a Page Title</h2>
<p>
This is body text which tells potential renters all about the marvelous benefits of choosing to rent an apartment in one's building.
</p>
<a data-fancybox data-type="iframe" data-src="https://sightmap.com/embed/5rxwj9e0p1e" href="javascript:;" id="fancybox-test-link">There Be Moste Fancye Boxes Here...</a>
CSS
body {
background-color: #eff8ff;
}
h2 {
text-align: center;
}
JavaScript
// This is so easy that you can skip straight to the HTML tab!
Please Whitelist JSFiddle in your content blocker.
Help keep JSFiddle free for always by one of two ways:
Whitelist JSFiddle in your content blocker (two clicks)
Go PRO and get access to additional PRO features →
Join the 4+ million users, and keep the JSFiddle dream alive.
Ad-free
All ads in the editor and listing pages are turned completely off.
Use pre-released features
You get to try and use features (like the Palette Color Generator) months before everyone else.
Fiddle collections
Sort and categorize your Fiddles into multiple collections.
Private collections and fiddles
You can make as many Private Fiddles, and Private Collections as you wish!
Console
Debug your Fiddle with a minimal built-in JavaScript console.