I use a couple of Google Maps for my forum. Placing a Maps Target URL in the Navigation Bar naturally will go straight to the map when clicked on which is exactly what I want with the exception I would like to place the Maps URL in a regular Post and have the map open without clicking the link once the post is open. Is there a way to say allow HTML in the post to where the map will be open when clicking on the post without having to click the maps link once the post is open..I hope I explained this to where it can be understood.
Target URL in Post
Collapse
X
-
Creating BBCode for it might be possible. How does the HTML for Google maps look like? -
Glenn, it looks like this <iframe frameborder=0 style='width:100%;height:500px;' src='//www.zeemaps.com/pub?group=124291'> </iframe>
In order to not reveal the actual map here the numbers =124291 are incorrect. What BB code or tag could I try with this to post the map image?Last edited by Dale D-FL; Sat 16 Jan '16, 6:56am.Comment
-
Create a custom BB Code in BB Code Manager with this replacement HTML. Ignore the message prompt when saving and press Continue button.
Code:<iframe frameborder="0" style="width:100%;height:500px;" src="//www.zeemaps.com/pub?group={param}"></iframe>
If you specify a button image URL, there will be a button with that image in the Advanced Editor that will make the [map] bbcode easier to use.
Users would have to enter the map ID inside the [map]xxxxx[/map] bbcode tags when posting👍 1Comment
Related Topics
Collapse
-
by panzerscopeHey there,
So I have a BBCODE for Facebook whereby If a user is inserting there FB post onto the thread they would have [FB]https://www.facebook.com/fbname/posts/10162674615185529[/FB]. The...-
Channel: Support Issues & Questions
Sat 28 Sep '19, 1:10pm -
-
by jkotlowskiI've noticed a problem with IMG BB Codes on my site. Every so often when someone types in the BB Code manually instead of using the button, it results in the image URL being hyperlinked and mixed into...
-
Channel: Support Issues & Questions
Mon 20 Jun '16, 7:54pm -
-
Hi all.
Why does the BB code "[..url=https://www.google.com]Google[/url]" display as "https://www.google.com]Google[/url]"? I am purposefully putting in the .. after the...-
Channel: vB Cloud Support & Troubleshooting.
Mon 1 Jun '20, 5:26pm -
Comment