An open API service indexing awesome lists of open source software.

https://github.com/cleverdevil/microgram

Extension for Micro.blog hosted websites to add a photo index page.
https://github.com/cleverdevil/microgram

Last synced: about 1 month ago
JSON representation

Extension for Micro.blog hosted websites to add a photo index page.

Awesome Lists containing this project

README

          

Microgram
=========

Code used for creating a "Photo Index" page for a Micro.blog hosted website.

Currently used on [my wife's site](http://cleverangel.org/pictures).

To use, simply create a page on your Micro.blog website with the following
content:

```html


Loading ...

```

This will inject some JavaScript into the page, which will then discover and
crawl your feeds for photos and populate the content for you.

By default, thumbnails will be rendered as 200x200 pixel squares. If you'd like,
you can change this by passing a `size` parameter to the CSS include like so:

```html

```

Note: this is still relatively experimental, and has some assumptions baked in
that need to be made configurable on a per-website basis.

Having a Problem?
-----------------

If you're experiencing a problem, feel free to open a bug. The most common issue
tends to be when Micro.blog's own image proxy service is down. If that happens,
your photo grid will appear to load, but no images will actually show up.
Generally speaking, this resolves itself quickly!