Google Shared Items Macro

Last modified by Andreea Popescu on 2024/07/05 17:53

feedDisplay latest items shared on Google Reader by a user
TypeDoc (Velocity Macro)
Category
Developed by

Jerome

Rating
LicenseGNU Lesser General Public License 2.1

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

NameOptionalAllowed valuesDefault valueDescription
userIdNoa stringnoneThe 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)
titleYesa stringempty string (no title)The title that will be displayed in the clip
nYesan integer (or a string containing an number)5How many of the last shared items will be displayed in the clip
colorYes"none","black","gray","khaki","green","pink","slate","blue""none"The color theme the clip will be wearing
sourceYestrue,falsefalseWill the original sources of the items be displayed

Example

#sharedItems("0771831010XXXXXXXXXX", "My RSS shared items", "3", "khahi", "true")

Result

shared-items.png

Get Connected