aboutsummaryrefslogtreecommitdiffstats
path: root/doc/bbcode.html
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-12-23 14:47:34 -0800
committerfriendica <info@friendica.com>2014-12-23 14:47:34 -0800
commitd1273b17e541387b6f007f58c320355369ed1b65 (patch)
treeaa7c491d77155312cb1d432a5fa45ebb27789866 /doc/bbcode.html
parentb171ea23e4d49a2d4e88278591619d72e3904ccd (diff)
downloadvolse-hubzilla-d1273b17e541387b6f007f58c320355369ed1b65.tar.gz
volse-hubzilla-d1273b17e541387b6f007f58c320355369ed1b65.tar.bz2
volse-hubzilla-d1273b17e541387b6f007f58c320355369ed1b65.zip
document the new inline map codes
Diffstat (limited to 'doc/bbcode.html')
-rw-r--r--doc/bbcode.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/bbcode.html b/doc/bbcode.html
index 0f070eaa2..fac768879 100644
--- a/doc/bbcode.html
+++ b/doc/bbcode.html
@@ -66,6 +66,14 @@
<li>[rpost=title]Text to post[/rpost] The observer will be returned to their home hub to enter a post with the specified title and body. Both are optional <br />
<li>[qr]text to post[/qr] - create a QR code.<br />
<br />
+</ul>
+
+<p>These require a suitable map plugin/addon such as openstreetmap or else the result will be blank</p>
+<ul>
+<li>[map] Generate an inline map using the current browser coordinates of the poster, if browser location is enabled<br />
+<li>[map=latitude,longitude] Generate a map using global coordinates.<br />
+<li>[map]Place Name[/map] Generate a map for a given named location. The first matching location is returned. For instance "Sydney" will usually return Sydney, Australia and not Sydney, Nova Scotia, Canada unless the more precise location is specified. It is highly recommended to use the post preview utility to ensure you have the correct location before submitting the post.<br />
+</ul>
#include doc/macros/main_footer.bb;
</div>