Changes between Initial Version and Version 1 of Ticket #16303, comment 19
- Timestamp:
- 01/26/12 16:34:24 (17 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16303, comment 19
initial v1 2 2 3 3 This code adds an endpoint of the form /embed/xxxx/ to the end of any post. We then load a separate template to render the article in one of several embeddable formats. 4 5 6 {{{ 4 7 5 8 class plugin_embeddable_post { … … 37 40 } 38 41 $plugin_embeddable_post = new plugin_embeddable_post; 42 }}}