Tweet Using Javascript Only

I want to make a simple script to post a tweet from a text field when the user clicks the submit button, but everyone uses Javascript without any server languages. How can i do this?

+3
source share
2 answers

http://www.saschakimmel.com/2009/05/how-to-create-a-dynamic-tweet-this-button-with-javascript/ But just change document.title to the location of your text box

+1
source

What you want to use is Twitter Anywhere, Twitter development

http://dev.twitter.com/anywhere

This handles all OAuth, creates a field, and posts a tweet.

+7
source

Source: https://habr.com/ru/post/1784416/


All Articles