Skip to content

A simple script to embed a Typeform as a floating tab.

Notifications You must be signed in to change notification settings

scabfos/typeform-embed-tab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

typeform-embed-tab

Typeform embed tab

Just include the following script at the bottom of the body tag in your page to embed it:

<script src="https://cdn.jsdelivr.net/gh/scabfos/typeform-embed-tab@master/src/typeform-tab.min.js"></script>
<script type="text/javascript">
  TYPEFORM_FEEDBACK.init({
    url: {URL_TO_YOUR_FORM_HERE},
    title: {YOUR_DESIRED_TAB_TEXT},
  })
</script>

All collaboration appreciated!

Some ideas to implement:

  • Automatic minify
  • Support themes?
  • Support custom icon?
  • Improve responsive
  • Use Typeform Hooks to auto close the form on submit?
  • ANYTHING YOU COME UP WITH!

About

A simple script to embed a Typeform as a floating tab.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published