Created
October 25, 2020 22:06
-
-
Save paulegradie/25a9c6a0bd2a82bfd15df5f1db45a4ce to your computer and use it in GitHub Desktop.
Add your widget to your website
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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>Your Awesome Website</title> | |
<style> | |
#mainFrame { | |
background-color: black; | |
position: fixed; | |
width: 380px; | |
height: 500px; | |
bottom: 30px; | |
right: 30px; | |
border-radius: 8px; | |
} | |
</style> | |
</head> | |
<body> | |
... // your website code | |
<iframe id="mainFrame" src="https://widget.palavyr.com/widget?key=279776fc-2c37-49f5-95b1-08e3cacb56fe" >Alt Text</iframe> | |
</body> | |
</html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment