Label example


An example of the tutors list in TutorCruncher socket using the Labels filter. These tutors all have a label called London Tutors.
<div id="label-filter"></div>

<!-- If you haven't called it before -->
<script src="https://cdn.tutorcruncher.com/socket/latest/socket.js"></script>

<!-- Then -->
<script>
  socket('9c79f14df986a1ec693c', {
    router_mode: 'history',
    labels_include: ['london-tutors'],
    element: '#label-filter'
  });
</script>