weboftalent / silverstripe-shortcode-gist
Adds a shortcode for GitHub gists in Silverstripe
Installs: 66
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 1
Open Issues: 2
Type:silverstripe-vendormodule
Requires
- silverstripe/cms: ~4
This package is auto-updated.
Last update: 2024-10-27 07:53:54 UTC
README
This module allows github gists to be rendered using shortcodes.
##Functionality GitHub gists can be embedded into a page using it's Gist ID. For example:
[Gist url='https://gist.github.com/gordonbanderson/7fadc8280da9e2694960']
If a caption is required add as per the following:
[Gist url="https://gist.github.com/gordonbanderson/7fadc8280da9e2694960"]This is a caption[/Gist]