Advertisement
Guest User

Untitled

a guest
Oct 29th, 2011
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. Code for adding gist BBCode tags to phpBB
  2.  
  3. BBCode Usage:
  4. [gist={NUMBER}]{SIMPLETEXT}[/gist]
  5.  
  6.  
  7. HTML Replacement
  8. <h3>{SIMPLETEXT}</h3>
  9. <script src="http://gist.github.com/{NUMBER}.js"></script>
  10. <a href="http://gist.github.com/{NUMBER}">Click here to see the revision history on this Gist.</a>
  11.  
  12.  
  13. Usage:
  14.  
  15. [gist=51349]My Code[/gist]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement