0

Is that possible that website users follows our vendors twitter account using API on our web? I want to add vendors twitter follow button on our vendor page and if users click the button on our web, users can follow their vendors twitter account.

carpediem
  • 25
  • 2

2 Answers2

1

You will need to use Twitter Web Intents

The easiest way to do this is to write a link like https://twitter.com/intent/follow?screen_name=edent

If you click on that, you'll be prompted to follow me. Just change edent to the name of the Twitter account you want people to follow.

Terence Eden
  • 14,034
  • 3
  • 48
  • 89
1

You can generate an HTML snippet to add a Follow button to a website via Twitter Publish.

Andy Piper
  • 11,422
  • 2
  • 26
  • 49