Renders a Tweet.
- Namespace
- Statiq
.Web .Shortcodes - Interfaces
- Base Types
-
- object
- Shortcode
- EmbedShortcode
Syntax
public class TwitterShortcode : EmbedShortcode, IShortcode
Examples
<?# Twitter 123456789 /?>
Fields
Name | Field Type | Constant Value | Summary |
---|---|---|---|
Endpoint | string | Endpoint |
Inherited from EmbedShortcode
static
|
Format | string | Format |
Inherited from EmbedShortcode
static
|
MaxHeight | string | MaxHeight |
Inherited from EmbedShortcode
static
|
MaxWidth | string | MaxWidth |
Inherited from EmbedShortcode
static
|
Url | string | Url |
Inherited from EmbedShortcode
static
|
Methods
Name | Return Value | Summary |
---|---|---|
ExecuteAsync |
Task |
Shortcodes for specific oEmbed services should override this method and call one of the other execute helper methods.
|
ExecuteAsync |
Task |
Inherited from EmbedShortcode
|
GetEmbedResultAsync |
Task |
Inherited from EmbedShortcode
|
GetEmbedResultAsync |
Task |
Inherited from EmbedShortcode
|