Tagged Questions
2
votes
1answer
112 views
Inserting > at the start of each line in reply e-mails
In my Rails app I have a mail section in which I want to append a > character at the start of each line when replying to a message. The challenge is, how do I know when to insert a > character ...
1
vote
1answer
253 views
How do I create a reply button for a Twitter client that automatically fills in a username in the 'tweet' form?
Using the Twitter API, and just want to have a simple 'reply' button on every tweet (say, 'How do I create a reply button?' from @kraykray) that automatically puts '@kraykray' into the tweet form.
...