Extended Shortcode - Douyin

Contents

The douyin shortcode embeds a responsive video player for douyin videos.

Usages

Getting Video ID from PC at the video playing address, e.g.:

1
https://www.douyin.com/video/7370344193077644584

Example douyin input:

1
2
3
{{< douyin 7370344193077644584 >}}
Or
{{< douyin id=7370344193077644584 >}}

The rendered output looks like this:

Options

FixIt 0.3.7 | NEW

The douyin shortcode has the following named parameters:

  • id [required] (first positional parameter)

    The id of the video.


Related Content

0%