Add ability to tweet images

Closes #117
This commit is contained in:
Nick O'Leary
2014-09-01 10:15:25 +01:00
parent 27e34f20fb
commit 961c9f3fa9
3 changed files with 53 additions and 16 deletions

View File

@@ -199,6 +199,8 @@
<script type="text/x-red" data-help-name="twitter out">
<p>Twitter out node. Tweets the <b>msg.payload</b>.</p>
<p>If <b>msg.media</b> exists and is a Buffer object, this node will treat it
as an image and attach it to the tweet.</p>
</script>
<script type="text/javascript">