Skip to content

Instantly share code, notes, and snippets.

@tabletick
tabletick / flv_tag.rb
Created September 3, 2012 11:52
Octopress Plugin for Embedding flv files into the blog
# Title: FLV tag for Jekyll
# Authors: Devin Weaver, Daniel Roos (FLV changes)
# Description: Allows flv tag to place videos from flc files embedded in the post.
#
#
# Syntax {% flv videourl height width %}
#
# Examples:
# {% flv http://www.example.com/video.flv 480 320 %}
#