Skip to content

Instantly share code, notes, and snippets.

@ashaw
Created October 7, 2010 15:46
Show Gist options
  • Save ashaw/615320 to your computer and use it in GitHub Desktop.
Save ashaw/615320 to your computer and use it in GitHub Desktop.
<a href="http://twitter.com/?status=RT%20@<%= update.author_username %>%20<%= CGI::escape(update.body).gsub(/\+/,'%20') %>">RT</a>
@thejefflarson
Copy link

@ashaw
Copy link
Author

ashaw commented Oct 7, 2010

it's not a CSRF cause it doesn't actually submit the tweet. it just populates the tweet box on twitter.com. this has been supported forever.

@thejefflarson
Copy link

Man, I am on such a glorious tear of being wrong about things today. You're totally right.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment