Created
June 28, 2013 15:18
-
-
Save jkishner/5885462 to your computer and use it in GitHub Desktop.
The template for a Drafts Dropbox action to your /Apps/Fargo folder
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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="<iframe width="560" height="315" src="//www.youtube.com/embed/[[body]]" frameborder="0" allowfullscreen></iframe>"/> | |
</outline> | |
</body> | |
</opml> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment