Twitter

Renders a Tweet.

Examples

<?# Twitter 123456789 /?>

Parameters

The following parameters can be used without names in the order below or with names (provided they are named) in any order. When using named parameters, the syntax should be `Name=Value` or `Name="Value"`.

  • Id

    The ID of the Tweet. This can be found at the end of the URL when you copy a link to a Tweet.

  • HideMedia

    When set to true, links in a Tweet are not expanded to photo, video, or link previews.

  • HideThread

    When set to true, a collapsed version of the previous Tweet in a conversation thread will not be displayed when the requested Tweet is in reply to another Tweet.

  • Theme

    light or dark. When set to dark, the Tweet is displayed with light text over a dark background.

  • OmitScript

    When set to true, the script element that contains the Twitter embed JavaScript code will not be rendered.

GitHub