Skip to content

Commit

Permalink
feat: add testimonials widget HTML snippet template
Browse files Browse the repository at this point in the history
  • Loading branch information
jimbrig committed Mar 27, 2024
1 parent 9dc7c5f commit 66d7487
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions templates/html/Testimonials/testimonials.widget.template.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>No Clocks Testimonials Widget</title>
<meta name="description" content="No Clocks Testimonials Widget">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- <link rel="stylesheet" href=""> -->
</head>
<body>
<script async type="text/javascript" src="https://testimonial.to/js/widget-embed.js"></script>
<div class="testimonial-to-embed" data-url="https://embed-v2.testimonial.to/c/noclocks-testimonials?theme=dark" data-allow="camera;microphone" data-resize="true"></div>
</body>
</html>

0 comments on commit 66d7487

Please sign in to comment.