Mercurial > prosody-modules
comparison mod_webpresence/README.markdown @ 1806:4493c9566e45
mod_webpresence/README: Code block
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 31 Aug 2015 16:37:39 +0200 |
parents | 4d73a1a6ba68 |
children | f5005d256877 |
comparison
equal
deleted
inserted
replaced
1805:25c28644fae8 | 1806:4493c9566e45 |
---|---|
28 ===== | 28 ===== |
29 | 29 |
30 Once loaded you can embed the icon into a page using a simple `<img>` | 30 Once loaded you can embed the icon into a page using a simple `<img>` |
31 tag, as follows: | 31 tag, as follows: |
32 | 32 |
33 `<img src="http://prosody.example.com:5280/status/john.smith" />` | 33 <img src="http://prosody.example.com:5280/status/john.smith" /> |
34 | 34 |
35 Alternatively, it can be used to get status name as plaint text, status | 35 Alternatively, it can be used to get status name as plaint text, status |
36 message as plain text or html-code for embedding on web-pages. | 36 message as plain text or html-code for embedding on web-pages. |
37 | 37 |
38 To get status name in plain text you can use something like that link: | 38 To get status name in plain text you can use something like that link: |