Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is data-widget-id in twitter api ? How i can get the data-widget-id?

Tags:

twitter

I have some problems with previous version of the twitter api and I want to move to latest version. I see some information here https://dev.twitter.com/docs/embedded-timelines.

What is data-widget-id here. I want to show some specified people tweets in my website.

How do I do that?

like image 457
PSR Avatar asked May 04 '13 14:05

PSR


People also ask

Is there a widget for Twitter?

Embedded timeline widgets give you the ability to embed a collection of Tweets (known as a timeline) on your own website. There are two types of embedded timelines available, which look and feel like timelines on twitter.com: Profile: Display public Tweets from any account on Twitter.


1 Answers

Your question is already answered on the Twitter Developers page.

To create a timeline you must be signed in to twitter.com and visit the widgets section of your settings page. From this page you can see a list of the timelines you've configured and create new timelines.

  1. Sign in on twitter.com
  2. Create a new widget
  3. The widget-id is provided by Twitter (you will be redirected to https://twitter.com/settings/widgets/xxxxxxxxxxxxxxxxxxx/ - the xxx is your widget-id)
like image 168
ottel142 Avatar answered Oct 24 '22 23:10

ottel142