bradyvercher / gistpress

WordPress plugin to add Gist oEmbed and shortcode support with caching.
GNU General Public License v2.0
143 stars 28 forks source link

Allow for namespaced gists #30

Closed GaryJones closed 11 years ago

GaryJones commented 11 years ago

See https://github.com/blog/1406-namespaced-gists

Should just be a case of amending the URL regex to have an optional .*/ before the gist ID number.

bradyvercher commented 11 years ago

Finally had a chance to take care of this one.