microgram
microgram copied to clipboard
Extension for Micro.blog hosted websites to add a photo index page.
Here is what finally worked for me: ``` loading ... ``` I tried using the custom CSS to change the #microgram div without any success. It took me a long...
Ensure SRI by providing a hash for the external JS. See: https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity
To reduce load times, a XHR can load the photo feed directly from within the page instead of calling back to `https://microgram.cleverdevil.io/`. ``` xhr.open('GET', "/photos/index.json", true); ``` instead of ```...
According to Adam Procter: https://microblogging.slack.com/archives/C97THSVA8/p1543240716037300