How do you create a link (<a>
) that will send the user to Twitter and auto-populate the status field with some text? I've clicked links like this before, but not sure how it's created.
views:
15answers:
1Yup, that works. Thanks!Also, I figured out that underscores don't work to produce spaces, they will produce actual underscores in the status update. You can use "%20" between characters to produce spaces in the status update.
JAG2007
2010-07-22 14:43:31
the url should be encoded. The '+' also will produce a space.
Ed
2010-07-22 15:32:39