idyll-langidyll
DocsTutorialsGalleryEditor
menu

Overview

  • Introduction
  • Getting started
  • Markup syntax
  • HTML tags
  • Options and styles
  • Plugin system
  • Multipage template

Interactivity

  • Built-in components
  • Using components from npm
  • Make your own component
  • Scrolling and Refs

Publishing

  • Deploying to the web
  • Embedding Idyll

Useful Links

  • Github
  • Chat
  • Twitter
  • Support Us
← Back

Tweet

Display a tweet.

Input:

[Tweet id:"1147425770756853760" /]

Output:

Props

  • id string

    The ID of the Tweet, found in the URL after /status/. Required.

    • Example: "1123077742466031616"
  • parameters object

    Embedded tweet params. See https://developer.twitter.com/en/docs/twitter-for-websites/embedded-tweets/guides/embedded-tweet-parameter-reference. Optional

    • Example: `{linkColor: "#8342f4"}`