Skip to content

Instantly share code, notes, and snippets.

@jkishner
Created June 28, 2013 15:18
Show Gist options
  • Save jkishner/5885462 to your computer and use it in GitHub Desktop.
Save jkishner/5885462 to your computer and use it in GitHub Desktop.
The template for a Drafts Dropbox action to your /Apps/Fargo folder
<?xml version="1.0" encoding="UTF-8"?>
<opml version="2.0">
<head>
<title>Video</title>
</head>
<body>
<outline text="[[title]]" type="outline" created="[[date|%a, %d %b %Y %T EDT]]" isFeedItem="true">
<outline text="&lt;iframe width=&quot;560&quot; height=&quot;315&quot; src=&quot;//www.youtube.com/embed/[[body]]&quot; frameborder=&quot;0&quot; allowfullscreen&gt;&lt;/iframe&gt;"/>
</outline>
</body>
</opml>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment