Just a quick one, how can i tweet to a user direct from an a href link on my site? example:
<a href="twitter.com/user?newtweet=">@name</a>
Hope you understand what i’m after! Not sure if it can be done
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I believe the closest you will get is using the Twitter Tweet buttons, unless you want to write your own backend-service that you can access through HTTP GET, which in turn will have to interact with Twitter through their API.
Using the above referenced code-generator, you would get a code that looks something like this, where you would have to swap
c_eliassonwhich is my Twitter-handle with the one you would like to use instead:I would recommend using the code-generator though, as it gives you some additional opportunities to customize the look and behavior of it.