diff --git a/layouts/shortcodes/meting.html b/layouts/shortcodes/meting.html
new file mode 100644
index 0000000..f2bc655
--- /dev/null
+++ b/layouts/shortcodes/meting.html
@@ -0,0 +1,23 @@
+{{ $server := (.Get "server") }}
+{{ $type := (.Get "type") }}
+{{ $id := (.Get "id") }}
+{{ $autoplay := or (.Get "autoplay") false }}
+{{ $theme := or (.Get "theme") "#2980b9" }}
+{{ $fixed := or (.Get "fixed") false }}
+{{ $mini := or (.Get "mini") false }}
+{{ $loop := or (.Get "loop") false }}
+
+
+
+
+
+