Embeds a Giphy gif.
- Namespace
- Statiq
.Web .Shortcodes - Interfaces
- Base Types
-
- object
- Shortcode
- EmbedShortcode
Syntax
public class GiphyShortcode : EmbedShortcode, IShortcode
Examples
<?# Giphy excited-birthday-yeah-yoJC2GnSClbPOkV0eA /?>
Remarks
You only need the ID of the gif which can be obtained from it's URL:
https://giphy.com/gifs/excited-birthday-yeah-yoJC2GnSClbPOkV0eA
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
|