We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59eb01d commit 622a15dCopy full SHA for 622a15d
_examples/basic_tutors_list.html
@@ -0,0 +1,23 @@
1
+---
2
+layout: socket_example
3
+title: Basic tutors list example
4
+permalink: /examples/basic-tutors-list/
5
+description: The simplest implementation of Socket on a site.
6
7
+{% highlight html %}
8
+<div id="socket"></div>
9
+
10
+<!-- If you haven't called it before -->
11
+<script src="{{ site.socket_url }}"></script>
12
13
+<!-- Then -->
14
+<script>
15
+ socket('{{ site.socket_key }}');
16
+</script>
17
+{% endhighlight %}
18
19
20
21
22
23
0 commit comments