Summary
Renders a Tweet.
- Assembly
- Wyam
.Core .dll - Namespace
- Wyam
.Core .Shortcodes .Html - Interfaces
- Base Types
-
- Object
- Embed
graph BT
Type-->Base0["Embed"]
click Base0 "/api/Wyam.Core.Shortcodes.Html/Embed"
Base0-->Base1["Object"]
Type-.->Interface0["IShortcode"]
click Interface0 "/api/Wyam.Common.Shortcodes/IShortcode"
Type["Twitter"]
class Type type-node
Syntax
public class Twitter : Embed, IShortcode
Examples
<?# Twitter 123456789 /?>
Methods
Name | Value | Summary |
---|---|---|
Execute |
IShortcodeResult |
Executes the shortcode and returns an
Wyam.Common.Shortcodes.IShortcodeResult .
|
Execute |
IShortcodeResult |
Inherited from Embed
|
Execute |
IShortcodeResult |
Inherited from Embed
|