|
@@ -14,7 +14,7 @@
|
|
|
<meta name="author" content="David Windham">
|
|
|
<link rel='canonical' href='https://davidawindham.com/' />
|
|
|
<link rel="stylesheet" type="text/css" media="all" href="<?php echo get_template_directory_uri();?>/css/front.min.css"/>
|
|
|
-
|
|
|
+<link rel="stylesheet" type="text/css" media="all" href="<?php echo get_template_directory_uri();?>/css/message.css"/>
|
|
|
</head>
|
|
|
<body>
|
|
|
<div class="container card">
|
|
@@ -117,10 +117,20 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div id="footer" role="contentinfo">
|
|
|
+ <!--<a data-target="#chat" role="button" class="btn" data-toggle="modal">Chat</a> // Add remote poll for control -->
|
|
|
+ <div class="modal fade chat" id="chat" tabindex="-1" role="dialog" aria-labelledby="chat" aria-hidden="true">
|
|
|
+ <div class="modal-dialog modal-lg">
|
|
|
+ <div class="modal-content message">
|
|
|
+ <iframe id="chat" width="528px" height="420px" scrolling="no" frameborder="0" style="background:#000" /></iframe>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
<script type='text/javascript' src='<?php echo get_template_directory_uri();?>/js/front.min.js'></script>
|
|
|
+<script type='text/javascript' src='<?php echo get_template_directory_uri();?>/js/messenger.min.js'></script>
|
|
|
+<?php dw_online_get_status(); ?>
|
|
|
<?php wp_footer(); ?>
|
|
|
<script type="application/ld+json">{"@context": "http://schema.org","@type": "WebSite","url":"https://davidawindham.com/","potentialAction":{"@type":"SearchAction","target":"https://davidawindham.com/?s={search_term_string}","query-input": "required name=search_term_string"}}
|
|
|
</script>
|