Plugin info

Total downloads: 1,444
Active installs: 0
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 10/17/2025 (75 days ago)
Added to WordPress: 2/7/2019 (6 years old)
Minimum WordPress version: 4.0.0
Tested up to WordPress version: 6.3.7
Minimum PHP version: 7.2

Maintenance & Compatibility

Maintenance score

Actively maintained • Last updated 75 days ago

59/100

Is Gist API Code insert abandoned?

Likely maintained (last update 75 days ago).

Compatibility

Requires WordPress: 4.0.0
Tested up to: 6.3.7
Requires PHP: 7.2

Languages

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

WP Code Highlight
Rating 3.9/5 (14 reviews)Active installs 200
WP Editarea
Rating 3.0/5 (3 reviews)Active installs 100
Syntax Highlighter MT
Rating 0.0/5 (0 reviews)Active installs 100
Code Block – Embed Code with One-Click Copy Feature
Rating 0.0/5 (0 reviews)Active installs 100
AI Code Highlight
Rating 3.0/5 (2 reviews)Active installs 10
WP Code Pre
Rating 0.0/5 (0 reviews)Active installs 10

Description

Unlike the standard embedding method that use script like this


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" ]

Installation

  1. Upload plugin files to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

Frequently Asked Questions

Where I can find shortcode button?

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

Review feed

No reviews available

Screenshots

  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

Changelog

1.0.0

  • Initial plugin release.