WP Manifestindependent plugin directory
manifest / content / astronomy-picture-of-the-day-revised

Astronomy Picture of the Day Revised

WP Plugin to display APOD from NASA, using both shortcode and Gutenberg block

by Dan Dulaney · github.com/duplaja/astronomy-picture-of-the-day-revised · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/duplaja/astronomy-picture-of-the-day-revised/archive/refs/heads/master.zip

Readme

Astronomy Picture of the Day - Revised

WP Plugin to display APOD from NASA, using both shortcode and Gutenberg block

This plugin was built to explore building a fairly basic plugin, using the Gutenberg Block system as well as the old shortcode API.

Sources:

The following helped with building this plugin

NASA's APOD API

Gutenberg Handbook: Create a block inside a plugin with WP CLI

Developer WordPress.org: WP CLI commands scaffold block

Pantheon: How to Convert Shortcode to Gutenberg Block

Read the full README on GitHub →