Google Shared Items Macro
Last modified by Andreea Popescu on 2024/07/05 17:53
Display latest items shared on Google Reader by a user |
Type | Doc (Velocity Macro) |
Category | |
Developed by | |
Rating | |
License | GNU Lesser General Public License 2.1 |
Table of contents
Description
Displays a clip with last $n google reader shared items of user with Id $userId. Title and color are customizables, and the original source of items can be displayed, or not.
Usage
#sharedItems($userId $title $n $color $source)
Parameters definition
Name | Optional | Allowed values | Default value | Description |
---|---|---|---|---|
userId | No | a string | none | The google reader user Id. Also works with the shared items Web page full URL (available clicking "Shared Items" on the top left menu in google reader) |
title | Yes | a string | empty string (no title) | The title that will be displayed in the clip |
n | Yes | an integer (or a string containing an number) | 5 | How many of the last shared items will be displayed in the clip |
color | Yes | "none","black","gray","khaki","green","pink","slate","blue" | "none" | The color theme the clip will be wearing |
source | Yes | true,false | false | Will the original sources of the items be displayed |
Example
#sharedItems("0771831010XXXXXXXXXX", "My RSS shared items", "3", "khahi", "true")