Glyphicon-Markup-Tool-PHP Code
Provides a way to create a shorthand markup tool for Bootstrap Glyphicons for usage in a PHP CMS.
Brought to you by:
dguinn
| File | Date | Author | Commit |
|---|---|---|---|
| README.md | 2017-05-19 |
|
[92c165] |
| index.php | 2016-03-28 |
|
[6fff05] Removed my site global.js |
| preview.png | 2017-05-19 |
|
[0126ad] |
Provides a way to create a shorthand markup tool for Bootstrap Glyphicons for usage in a PHP CMS.

Bootstrap provides a cool collection of icons available to developers for usage in their sites called Glyphicons.
SCENARIO: What if you wanted to allow a content manager to create Glyphicons in a PHP CMS without knowing how to program?
We can do this if we create a way to enter the instruction with a shorthand code, essentially creating your own markup.
Our code works like this: [[name||color|size]] So as shown in the example above, [[globe|red|100]] creates a red globe.
Project Page:
http://danguinn.com/config/custom-files/code-examples/markup-tool/
Code Page:
http://danguinn.com/config/custom-files/code-examples/markup-tool/?code