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


i have problems previous version of twitter api , want move latest version. see information here https://dev.twitter.com/docs/embedded-timelines.

what data-widget-id here. want show specified people tweets in website.

how do that?

your question answered on twitter developers page.

to create timeline must signed in twitter.com , visit widgets section of settings page. page can see list of timelines you've configured , create new timelines.

  1. sign in on twitter.com
  2. create new widget
  3. the widget-id provided twitter (you redirected https://twitter.com/settings/widgets/xxxxxxxxxxxxxxxxxxx/ - xxx widget-id)

Comments

Popular posts from this blog

c++ - Function signature as a function template parameter -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -

How to call a javascript function after the page loads with a chrome extension? -