Styling the new twitter widget (embedded timeline)

前端 未结 14 1371
天命终不由人
天命终不由人 2020-12-08 16:28

A few days/weeks ago, some of my sites\' twitter widgets stopped pulling through data properly. Turns out Version 2 twitter widget is deprecated, and the new embedded timeli

14条回答
  •  时光说笑
    2020-12-08 17:12

    I can at least help with limiting the tweets and removing the scroll bar.

    From the documentation:

    Tweet limit: To fix the size of a timeline to a preset number of Tweets, use the data-tweet-limit="5" attribute with any value between 1 and 20 Tweets.

    And

    Chrome: Control the widget layout and chrome by using the data-chrome="nofooter transparent" attribute on the embed code. Use a space-separated set of the following options: noheader, nofooter, noscrollbar, transparent.

    Still looking at the styling.

提交回复
热议问题