diff options
author | Haakon Meland Eriksen <haakon.eriksen@far.no> | 2016-01-30 12:05:49 +0100 |
---|---|---|
committer | Haakon Meland Eriksen <haakon.eriksen@far.no> | 2016-01-30 12:05:49 +0100 |
commit | 76484f154124ccade9efd3a6b704692112a97477 (patch) | |
tree | 51919a98826ee650dd9f04d111527a494810d29b /doc/Widgets.md | |
parent | 9abff11f86b70b22d5a95105b8c54755f536ac0d (diff) | |
parent | b6543beca2f0e5e353b497099e3fa6b29bf47233 (diff) | |
download | volse-hubzilla-76484f154124ccade9efd3a6b704692112a97477.tar.gz volse-hubzilla-76484f154124ccade9efd3a6b704692112a97477.tar.bz2 volse-hubzilla-76484f154124ccade9efd3a6b704692112a97477.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'doc/Widgets.md')
-rw-r--r-- | doc/Widgets.md | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/Widgets.md b/doc/Widgets.md index 10fc75cf8..8442bf687 100644 --- a/doc/Widgets.md +++ b/doc/Widgets.md @@ -74,8 +74,11 @@ Some/many of these widgets have restrictions which may restrict the type of page * suggestedchats - "interesting" chatrooms chosen for the current observer -* item - displays a single webpage item by mid - * args: mid - message_id of webpage to display (must be webpage, not a conversation item) +* item - displays a single webpage item by mid or page title + * args: + * channel_id - channel that owns the content, defualt is the profile_uid + * mid - message_id of webpage to display (must be webpage, not a conversation item) + * title - URL page title of webpage (must provide one of either title or mid) <br /> <br /> * photo - display a single photo |