PK œqhYî¶J‚ßF ßF ) nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/
Dir : /home/trave494/outtheboxministry.org/themes/sunshine/layout/graph/ |
Server: Linux ngx353.inmotionhosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 IP: 209.182.202.254 |
Dir : /home/trave494/outtheboxministry.org/themes/sunshine/layout/graph/share.phtml |
<div class="page-margin"> <div class="row wo_my_pages"> <div class="col-md-12"><?php echo Wo_LoadPage('graph/sidebar') ?></div> <div class="col-md-12"> <div class="list-group"> <div class="setting-well"> <ol style="list-style: initial;"> <li>Place the following code on your site, under the <?php echo htmlspecialchars('<head>') ?> tag: <br><br> <pre> <?php echo htmlspecialchars('<script>') ?> function OpenWindow(url, windowName) { newwindow = window.open('<?php echo $wo['config']['site_url'] ?>/sharer?url=' + url, windowName, 'height=600,width=800'); if (window.focus) { newwindow.focus(); } return false; } <?php echo htmlspecialchars('</script>') ?> </pre><br></li> <li>Once placed, pass your site url to the function, example: <br><br> <pre> <?php echo htmlspecialchars('<button onclick="OpenWindow(\'http://yoursite.com/\')">Click me</button>') ?></pre><br></li> <li>Example for test: <button class="btn btn-main" onclick="OpenWindow('<?php echo $wo['config']['site_url'] ?>/sharer?url=<?php echo urlencode($wo['config']['site_url']) ?>');">Click me</button></li> </ol> </div> </div> </div> </div> </div> <script> function OpenWindow(url, windowName) { newwindow = window.open(url, windowName, 'height=600,width=800'); if (window.focus) { newwindow.focus(); } return false; } </script>