Author: Birgir

Birdspot.is (v2)

Birdspot.is (v2)

A site for birdspots in Westfjords, Iceland. In cooperation with nave.is. Written in ReactJS. The second version of the project is to show birds data from eleven new locations, available in Icelandic, English, Spanish and German. It now only displays birds when they can be seen.

Tunnur.is

Tunnur.is

Tunnur.is – Tunnuvaktin is a web app, made in SvelteJS and Google Spreadsheets, that shows when the household waste bins are collected in each district of Reykjavík City. One can save custom districts and it will be displayed at the top of the page: Details for each district are displayed in a modal: Help modal:

Birdspot.is (v1)

Birdspot.is (v1)

A site for birdspots in Westfjords, Iceland. In cooperation with nave.is. The first phase of the project is to show birds data for five locations, available in Icelandic, English, Spanish and German. Written in ReactJS. birdspot.is Version #2 now has new locations

Adding a section to the Omnisearch in Jetpack with a custom posts search

Adding a section to the Omnisearch in Jetpack with a custom posts search

Let’s say we need to add an extra section to the Omnisearch in Jetpack with a custom posts search. Like shown in this screenshot: where I’ve moved the custom section to the top with: for better visibility. Instead of extending the: class, I prefer to extend the: class to simplify things, where we only need…

How to allow audio files with GET parameters in the audio shortcode?

How to allow audio files with GET parameters in the audio shortcode?

There’s an interesting question on WordPress Stackexchange regarding the audio shortcode . It looks like it doesn’t support sources with GET parameters. Here are two examples: 1) Without GET parameters the audio player displays: where the shortcode is: http://s.w.org/images/core/3.9/JellyRollMorton-BuddyBoldensBlues.mp3 2) With GET parameters it only shows the audio link: where the shortcode is: http://s.w.org/images/core/3.9/JellyRollMorton-BuddyBoldensBlues.mp3?play=1 I…