1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-06 18:16:18 +00:00
TiddlyWiki5/editions/geospatialdemo/tiddlers/Flickr Demo.tid

28 lines
853 B
Plaintext
Raw Normal View History

title: Flickr Demo
caption: Flickr
tags: $:/tags/GeospatialDemo
! Retrieve Geotagged Flickr Photos
2023-02-10 16:34:19 +00:00
Parameter for Flickr retrievals: <$edit-text tiddler="$:/config/flickr-param" tag="input"/>
<$button>
<$macrocall $name="flickr-get-album-items" albumID={{$:/config/flickr-param}}/>
Get Flickr album
2023-02-10 16:34:19 +00:00
</$button> (parameter shuld be an album ID, e.g. 72157630297432522)
<$button>
<$macrocall $name="flickr-get-interesting-items"/>
Get Flickr interesting items
2023-02-10 16:34:19 +00:00
</$button> (no parameter needed)
<$button>
<$macrocall $name="flickr-get-photos-of-user-items" userID={{$:/config/flickr-param}}/>
2023-02-10 16:34:19 +00:00
Get Flickr photos of user
</$button> (parameter shuld be a user ID, e.g. 35468148136@N01)
<$button>
<$macrocall $name="flickr-get-group-items" groupID={{$:/config/flickr-param}}/>
2023-02-10 16:34:19 +00:00
Get Flickr group
</$button> (parameter shuld be an album ID, e.g. 22075379@N00)