![]() |
|
Live images on own websites - Printable Version +- Blitzortung.org Forum (https://forum.blitzortung.org/mybb) +-- Forum: Public Forums (https://forum.blitzortung.org/mybb/forumdisplay.php?fid=29) +--- Forum: Website, Maps and Applications (https://forum.blitzortung.org/mybb/forumdisplay.php?fid=24) +--- Thread: Live images on own websites (/showthread.php?tid=3127) Pages:
1
2
|
RE: Live images on own websites - Sleepypup - 2020-07-20 (2020-07-20, 09:23)rf-leo Wrote: Hi, I have also noticed the same behavior for a few days now. Seems to have impacted other parameters including detector links. Tried different devices/browsers clearing cache etc. Looks like something on the back end has changed. RE: Live images on own websites - harwichweather - 2020-07-21 I have also noticed the same thing in the last few days. 'Detector links' are not displaying properly when requested and also "Advertising" is being displayed even though "Advertisment=0" is contained n the http request. (I hate those ads from GEICO )I suspect there may be a backend problem as this app has been working 100% for many months. (and we do love it!) Thanks for looking into it. Kind regards, Byron (harwichweather) RE: Live images on own websites - Sleepypup - 2020-07-23 (2020-07-20, 22:14)Sleepypup Wrote:(2020-07-20, 09:23)rf-leo Wrote: Hi, This issue seems to be resolved now. At least for me it is working as expected again on all devices. http://nwrweather.com/ Thanks to whoever resolved it. Dean RE: Live images on own websites - harwichweather - 2020-07-24 Looks like it’s now working correctly for me as well. Thanks for fixing it. Stay safe... Byron (harwichweather) RE: Live images on own websites - ddperso - 2020-12-06 Hello I use iframe of Blitzortung map on my weather site (https://meteo-auffargis.decoodt.eu "Foudre et éclairs" tab) At each time I go to this page I have a window "this site use cookies" and the answer is not memorized on the computer or mobile. ALso whe I return to this page, I have always this window!! I have tested cookies=0 in iframe line, but no effect. Do you have the same problem? Have you a solution? I hope that I am on the right part of forum. Thank's a lot for your help RE: Live images on own websites - cutty - 2020-12-06 (2020-12-06, 15:42)ddperso Wrote: Hello Code: <!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta charset="utf-8">
<meta name="dcterms.created" content="Sun, 06 Dec 2020 16:50:02 GMT">
<meta name="description" content="">
<meta name="keywords" content="">
<title></title>
<style>
#hedd {z-index:20;position:relative;height:306px;margin-bottom:00px;
border:.2vw solid #909090;
border-radius:23px;
margin-left:0;
width:406px;
}
#hedd iframe {
display: block; /* iframes are inline by default */
background: transparent;
border: none; /* Reset default border */
height: 300px; /* Viewport-relative units */
width: 400px;
margin-left:0px;
border:6px solid #555555;
border-radius:20px;
}
</style>
<!--[if IE]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div id="hedd">
<iframe name="content_frame" src=
"https://map.blitzortung.org/index.php?interactive=0&NavigationControl=0&FullScreenControl=0&Cookies=0&InfoDiv=0&MenuButtonDiv=0&ScaleControl=0&LinksCheckboxChecked=1&LinksRangeValue=10&MapStyle=0&CirclesCheckboxChecked=0;MapStyleRangeValue=10&Advertisment=0#1.72/37.1/-95.21"
id="content_frame" ></iframe>
</div>
</body>
</html>RE: Live images on own websites - ddperso - 2020-12-06 Many thank's Cutty for this quick answer It's works perfectly! RE: Live images on own websites - rwlee - 2021-03-08 Greetings, I have a couple of the maps suggested on the original post of this thread on my website. For the last month or so the 'Cookies' and the 'Advertisment' specifically no longer work. I have received complaints from some of my regular visitors. Has something changed? Possibly there are new parameters or something I have over looked? Comments and ideas appreciated. Ralph Lee |