You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/2019-08-08-write-a-new-post.md
+16-12Lines changed: 16 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -256,27 +256,31 @@ For normal images:
256
256
```
257
257
{: .nolineno }
258
258
259
-
### Video
259
+
### Social Media Platforms
260
260
261
-
#### Social Media Platform
262
-
263
-
You can embed videos from social media platforms with the following syntax:
261
+
You can embed video/audio from social media platforms with the following syntax:
264
262
265
263
```liquid
266
264
{% include embed/{Platform}.html id='{ID}' %}
267
265
```
268
266
269
267
Where `Platform` is the lowercase of the platform name, and `ID` is the video ID.
270
268
271
-
The following table shows how to get the two parameters we need in a given video URL, and you can also know the currently supported video platforms.
269
+
The following table shows how to get the two parameters we need in a given video/audio URL, and you can also know the currently supported video platforms.
0 commit comments