Help Docs
  • Productlogz Demo
  • Collect feature requests/ ideas?
    • Guest Posting
  • Create your Roadmap
    • Add thumbnails to your Roadmap items
  • Creating In App Surveys
    • 📈Survey Analytics
  • Changelog
    • Changelog Pop-Up Widget
    • Changelog Banner
  • Boards
    • Language Support
  • users-module
    • Users
    • Adding users to ProductLogz
    • Add Company Data to Productlogz
Powered by GitBook
On this page
  • Changelog Pop-Up Widget
  • How to enable Changelog Pop-Up Widget ?
  • Rules
  • Conditions
  1. Changelog

Changelog Pop-Up Widget

PreviousChangelogNextChangelog Banner

Last updated 1 year ago

Changelog Pop-Up Widget

What is a chaneglog Pop-Up widget?

A changelog pop-up is a visually engaging notification or announcement that appears prominently on a website, or an app to inform users about recent changes, updates, or new features.

It typically appears at the middle of the page or interface and provides a brief summary with a picture of what has been modified, added, or fixed in the latest version.

The purpose of integrating a changelog widget with visually engaging images is to provide users with a dynamic and captivating way to stay informed about the latest product updates. By combining text descriptions with images, this widget enhances user engagement and comprehension of the changes made to the software.

How to enable Changelog Pop-Up Widget ?

Install Changelog pop-up

Step 1: Place this code right before the </body> tag of your website. Replace company_id with the code given under your dashboard settings>>widget. You will find your respective installation code under your dashboard>>settings>>widget

<!-- productLogz code start -->
<script> 
    window.PL_COMPANY_ID = "<<company_id>>";     !function () {     o = document.createElement("script"),     o.type = "text/javascript", o.async = !0, o.crossorigin = "anonymous", o.src = "https://plbucket.sgp1.digitaloceanspaces.com/pl-sdk/pl-0.1.0.js",    n = document.getElementsByTagName("script")[0], n.parentNode.insertBefore(o, n)    }();
</script> 
<!-- productLogz code ends -->

Step 2: Enable changelog widget under Settings>>Widget>>Enable Changelog Modal

Step 3: Add Rules to show the pop-up on specific pages.

Rules

  1. URL contains: By entering your specific URL, the widget will be shown only on the page which matches the URL entered

  2. URL ends with: The widget will be shown only on pages where the URL ends with the specific keyword

  3. Exact URL Match: The widget will be shown only on pages where the URL contains the specific keyword

Conditions

Changelog Widget Conditions

  1. The most recent published changelog will be shown in the pop-up/ banner

  2. Once the user closes the widget, it won't be shown until next changelog is published

  3. Banner & pop-up cannot be enabled at the same time

  4. Once a user closes the widget in a given browser, it will not be shown till the next changelog is published

FAQ's

Can I change the text of the banners?

No, by default the banner takes the text of the latest active changelog title that you have published. If you do not have any active changelog, the banner will be hidden. If you want to change the text or title, you can go to the Changelog tab and change it's header or text

Can i enable both banner & pop up

No, only one can be enabled at a given point of time

How many times will the changelog pop-up be shown to the user

The changelog widget will be shown only once, when a changelog is published. Once a user closes the widget in a given browser, it will not be shown till th enext changelog is published