Jump to Content
Goodays DevelopersGuides
Guides
GuidesGoodays Developers
Guides
Dynamic button integration

Getting Started

  • Welcome to Goodays Developer Platform!
  • From Critizr to Goodays

Our SDKs

  • Why a SDK?
  • Web SDK
  • Mobile?

Collect Solicited feedbacks

  • What is solicited feedback?
  • Routing modes
  • Goodays Survey Technology

Collect spontaneous feedbacks

  • What is spontaneous feedback?
  • Integrate Goodays widgets for Collect
    • Web button "Send Feedback"
    • Satisfaction question
    • Web link "Open pop-in"
    • Launch Goodays interfaces using the SDK
  • Integrate Goodays on your public WiFi
  • Tablet mode
  • Google My Business (GMB)

Showcase

  • Integrate Goodays widget for Showcase
  • Customer Relationship score
  • Customer Satisfaction score
  • Displays the latest comment

Use cases

  • How to integrate Goodays to a WIFI Hotspot?
  • How to push Goodays notification in to your mobile app?
  • How to integrate Goodays to my website?
  • How to integrate Goodays valorization to my website?
  • How to send email solicitation campaign to collect feedback?

Toolbox

  • Dynamic button integration
  • Subscribe to SDK events
  • How do I translate the widgets?
  • Graphical customization of the Widget
Powered by 

Dynamic button integration

In other words, force the SDK to be loaded.

Suggest Edits

For each new button dynamically added to the DOM, you will need to call the function below in order to generate it.

When you need it, simply call this fonction :

<script>
    GoodaysSDK.setupEmbeds();
</script>

Updated about 1 year ago