Skip to content

Instantly share code, notes, and snippets.

@jtr109
Created February 4, 2021 05:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jtr109/e34d90c1a85321a95b7c090609fffcf9 to your computer and use it in GitHub Desktop.
Save jtr109/e34d90c1a85321a95b7c090609fffcf9 to your computer and use it in GitHub Desktop.
Twitframe iframe generation
echo 'encode this' | jq -sRr @uri | sed -r 's/^(.*)$/<iframe border=0 frameborder=0 height=250 width=550 src="https:\/\/twitframe.com\/show?url=\1"><\/iframe>/g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment