Just to be certain we are on the same page, I mis-spoke when I opined that things might have changed at Bogley. Instead, things changed because I tightened Gmap4's internet security.
OK, I figured out what's going on.
This post explains how to embed a "Google map"
http://www.bogley.com/forum/showthre...-a-bogley-post
Key point: A Google map is not the same thing as a Gmap4 map. Yes, Gmap4 uses the Google map API but it is still not the same critter as a "Google map".
When a Google map is embedded the URL must include &output=embed. So naturally Bogley has a widget that does that. But that widget no longer works with Gmap4 since it tacks on a URL parameter that causes Gmap4 to throw an error message. Gmap4 simply does not need the &output URL parameter in order to be embedded.
Would it be possible for Bogley to make a widget to embed Gmap4? Just copy the Google Map widget and leave out that &output URL parameter.
My impression is that at least some of the other websites that allow Gmap4 to run in plain iframe tags have a whitelist of apps that are so allowed.
Example (and link to Gmap4 beta code that can locate you on a smartphone):
http://www.nwhikers.net/forums/viewtopic.php?t=7995683
Code: <iframe style="width:100%;height:600px"
src="http://www.mappingsupport.com/p/beta/gmap4_263.php?coord=off&ll=47.62403,-122.058341&t=h&z=9"
width="100%" height="600px"></iframe>