bradyvercher / gistpress

WordPress plugin to add Gist oEmbed and shortcode support with caching.
GNU General Public License v2.0
143 stars 28 forks source link

Add support for feeds #11

Closed bradyvercher closed 11 years ago

bradyvercher commented 11 years ago

Disabling show_line_numbers and show_meta would probably be the ideal route for actually displaying code in feeds, but that complicates the caching a bit and styling

The next best option would seem to be to add a note and link directly to the Gist in the post.

GaryJones commented 11 years ago

Displaying a linked "View gist on GitHub" line instead of the code would be fine.

bradyvercher commented 11 years ago

I went ahead and added a simple link directly to the Gist on Github. I might consider something a little more complex in the future, but that should work for now.