This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Gist Block by Pantheon

Description

The Gist Block by Pantheon makes it possible to embed GitHub Gists in your Gutenberg posts. Simply add the “GitHub Gist” block, paste the URL to your Gist, and see it transform to a wonderful preview.

Curious as to how blocks work? This is a great one to explore. Specifically, check out these implementation details:

  1. Block UI is registered in blocks/github-gist/index.js. When the block is previewed in Gutenberg, custom code is used to generate the embed.
  2. Fallback HTML content is what’s actually stored in the post content.
  3. A dynamic render callback is used to transform the block to GitHub’s standard Gist embed code.

Read “How to Convert a Shortcode to a Gutenberg Block” for a more detailed explanation of the plugin.

Something we can clarify? Check out the project on GitHub for any questions, feedback, suggestions, or pull requests.

Installation

The Gist Block can be installed just like any other WordPress plugin!

FAQ

Installation Instructions

The Gist Block can be installed just like any other WordPress plugin!

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Gist Block by Pantheon” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

0.1.1 (Mar. 22nd, 2018)

  • Uses new wp.components API included in Gutenberg 2.4.
  • Removes textdomain because it’s not registered.

0.1.0 (Feb. 5th, 2018)

  • Initial release.