Created
January 24, 2009 05:12
-
-
Save davglass/51349 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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