Skip to content

Instantly share code, notes, and snippets.

@davglass
Created January 24, 2009 05:12
Show Gist options
  • Select an option

  • Save davglass/51349 to your computer and use it in GitHub Desktop.

Select an option

Save davglass/51349 to your computer and use it in GitHub Desktop.
Code for adding gist BBCode tags to phpBB
BBCode Usage:
[gist={NUMBER}]{SIMPLETEXT}[/gist]
HTML Replacement
<h3>{SIMPLETEXT}</h3>
<script src="http://gist.github.com/{NUMBER}.js"></script>
<a href="http://gist.github.com/{NUMBER}">Click here to see the revision history on this Gist.</a>
Usage:
[gist=51349]My Code[/gist]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment