-
Notifications
You must be signed in to change notification settings - Fork 0
Photos
Kai Curry edited this page Jul 26, 2013
·
11 revisions
Photos are being pulled in mostly from instagram. We are displaying photos that were taken or liked by northmpls.
<iframe src="http://cdn.northmpls.org/photos.html" allowTransparency="true" frameborder="0" style="border:none; overflow:hidden; width:950px; height: 2000px; display: block; margin: 0 auto;" ></iframe>
- The HTML page is http://cdn.northmpls.org/photos.html
- The raw json feed is http://list.cape.io/northmpls/photos.json
- The template that the json is fed into is http://templates.cape.io/northmpls/photos.mustache
<iframe src="http://cdn.northmpls.org/photos-front.html" allowTransparency="true" frameborder="0" scrolling="no" style="border:none; overflow:hidden; width:317px; height: 1490px; display: block; margin: 0 auto;" ></iframe>
- The html page is http://cdn.northmpls.org/photos-front.html
- The raw json feed is http://list.cape.io/northmpls/photos-front.json
- The template is http://templates.cape.io/northmpls/photos-front.mustache
<iframe src="http://cdn.northmpls.org/flownorthside.html" allowTransparency="true" frameborder="0" style="border:none; overflow:hidden; width:1020px; height: 2000px; display: block; margin: 0 auto;" >
- The html page is http://cdn.northmpls.org/flownorthside.html
- The raw json feed is http://list.cape.io/northmpls/flownorthside.json
- The template is http://templates.cape.io/northmpls/flownorthside.mustache
<iframe src="http://cdn.northmpls.org/photostream.html" allowTransparency="true" frameborder="0" style="border:none; overflow:hidden; width:1020px; height:4000px; display: block; margin: 0 auto;" >
- The html page is http://cdn.northmpls.org/photostream.html
- The raw json feed is http://list.cape.io/northmpls/photostream.json
- The template is http://templates.cape.io/northmpls/photostream.mustache
If you want to display photos of another instagram user that user must authenticate by visiting http://instagram.cape.io
If you want to have other tags added to CAPE use http://instagram.cape.io/real-time?tag= User posted photos are pushed in automatically via the Instagram API.
Liked photos must be pulled in using http://instagram.webscript.io/cape-update?object=liked&object_id=northmpls Liked photos are updated every 30 minutes via a cronjob.