-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add testimonials widget HTML snippet template
- Loading branch information
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
15 changes: 15 additions & 0 deletions
15
templates/html/Testimonials/testimonials.widget.template.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |