{#if typeof navigator?.share === "function"}
      
    {/if}
    {#if navigator.clipboard !== undefined}
      
    {/if}
    
 Utils.selectTextIn(e.target)}>
      {linkToShare}
    
   
  
    {#if isCopied}
      
    {/if}
  
  
  
    
    
  
  
    <span class="literal-code iframe-code-block"> 
    <iframe src="${url}"
    
    allow="geolocation" width="100%" height="100%" style="min-width: 250px; min-height: 250px"
    
    title="${state.layout.title?.txt ?? "MapComplete"} with MapComplete">
    
    </iframe>
    
    </span>