Hi, i want integrate gmap in my phpBB3 Forum. I search now 2 days in the net, posts in morely forums, no one can gelp me. I found no one way how to integrate gmap in WYSIWYG. (in your video, you have a tab "gmap", in standard installation phpbb3 3.0.9 i can't found it) you can help me?
Hi, i want integrate gmap in my phpBB3 Forum. I search now 2 days in the net, posts in morely forums, no one can gelp me. I found no one way how to integrate gmap in WYSIWYG. (in your video, you have a tab "gmap", in standard installation phpbb3 3.0.9 i can't found it) you can help me?
skeletorch 7 months ago
@patsi32 why ?
thekjub 9 months ago
Embedding Iframe code is not secure to use on websites
patsi32 1 year ago
can't find s value in the iframe code.
albertzack 2 years ago
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ........
rodandoenbaja 2 years ago
You don't need a mod. If you have phpBB3, you just need to add a new BBCode under the Posting tab in the Admin Control Panel.
Grentastic247 3 years ago
how can I do this on my forum? Do I need to install any kind of mod?
krowiakroger 3 years ago
Yeah, pretty pointless without the code. This should handle it, and you don't have to worry about the space between them:
[gmap={IDENTIFIER}]{URL}[/gmap]
With the HTML code:
<div style="border: solid 1px #000000;"><iframe width="100%" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="{URL}&output=embed&s={IDENTIFIER}"></iframe>
To use, put the link in the {URL} place and the "s" value in the {IDENTIFIER} place.
Grentastic247 3 years ago
so... whats the code ?
orvtech 3 years ago