Editorial Workflows

Embed Tweet

unlisted workflow

Install Workflow

This is a workflow for Editorial, a Markdown and plain text editor for iOS. To download it, you need to view this page on a device that has the app installed.

Description: Embed Tweet
By: Don Southard - @binaryghost

This workflow takes a twitter.com URL of an individual tweet and embeds it in to the document.

Comments: Comment Feed (RSS)

There are no comments yet.

+ Add Comment

Workflow Preview
There must be text in the clipboard... ?
Run the block if
Clipboard
  • is Equal to
  • is Not Equal to
  • Contains
  • Doesn't Contain
  • Matches Regular Expression
Stop ?
Stop
  • This Workflow
  • Repeat Block
Show HUD Alert
ON
Message
Clipboard Empty
…End If
If it is a Twitter URL ?
Run the block if
Clipboard
  • is Equal to
  • is Not Equal to
  • Contains
  • Doesn't Contain
  • Matches Regular Expression
http.?://.*twitter.com/.+
Insert embed tweet ?
Replacement Text
<blockquote class="twitter-tweet" lang="en"><a href="Clipboard"></a></blockquote> <script async src="http://platform.twitter.com/widgets.js" charset="utf-8"></script>
…End If