Gist API Code insert

Plugin Banner

Gist API Code insert

by pinchoalex

Download
Description

Unlike the standard embedding method that use script like this

<script src="https://gist.github.com/..."></script>

to embed gist code, Gist API Code insert plugin inserts code directly in to your posts using simple shortcode and highlights it with prism code highlighter.

Examples

Add all files from a gist:

[apCI id="123456789"]

Add single file from a gist:

[apCI id="123456789" file="filename.php"]

Add single file from a gist with raw file link:

[apCI id="123456789" file="filename.php" raw="yes" ]
  1. Upload plugin files to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  1. Plugin`s shortcode button in WP classic editor

    Plugin`s shortcode button in WP classic editor

  2. Highlighted code example from gist api via shortcode

    Highlighted code example from gist api via shortcode

Where I can find shortcode button?

  • You can find shortcode button in your classic code editor`s tool bar.

1.0.0

  • Initial plugin release.
Back to top