diff options
author | redmatrix <git@macgirvin.com> | 2016-01-28 15:23:42 -0800 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-01-28 15:23:42 -0800 |
commit | 35a9a468ceeb7b8e8b5ae2f026d3bdd76dff68be (patch) | |
tree | de00e5bf297bac33a03681b4f1907f02efdeb768 /doc | |
parent | 5f1eb18da4d6380b64e83e0eeda6f1037de2fec9 (diff) | |
download | volse-hubzilla-35a9a468ceeb7b8e8b5ae2f026d3bdd76dff68be.tar.gz volse-hubzilla-35a9a468ceeb7b8e8b5ae2f026d3bdd76dff68be.tar.bz2 volse-hubzilla-35a9a468ceeb7b8e8b5ae2f026d3bdd76dff68be.zip |
widget_item - provide ability to use the page title instead of the message_id to locate the desired item. You can use either, but the page title is often easier to use and discover.
Diffstat (limited to 'doc')
-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 |