spf13 / wp_GitHub_Code_Viewer

Plugin for Wordpress to insert file from github into a blog post
5 stars 3 forks source link

=== GitHub Code Viewer 2 ===

Contributors: spf13, mattc78 Tags: github, snippet, code Requires at least: 3.0 Tested up to: 3.0.2 Stable tag: trunk Author URI: http://spf13.com

GitHub Code Viewer 2 automatically pulls a file from github and places into any post using a shortcode

== Description ==

GitHub Code Viewer 2 automatically pulls a file from github and places into any post using a shortcode [github_cv url='$url'] Caches locally (in db), so there isn't a performance hit. Heavily Modified from original plugin by Matt Curry (http://www.pseudocoder.com)

== Installation ==

  1. Upload GitHub_Code_Viewer.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Use the shortcode [github_cv url=''] in your post.

== Changelog == = 2.0 =