Product Updates Updates

Modal Widget

by Laurent Pellegrino, Founder and CEO
New
Widgets

We did it! You now have access to a whole new type of widget: the modal one.

Using a modal widget, you can announce your product changes or deals in front of your users. In contrary to the popup or top banner widget, full publications content is displayed when the widget is opened.

As a trigger to open a modal widget you can select among the ones we already propose with other widgets: custom, floating button, icon, text + badge, or none.

If you prefer to use no triggers and automatically open a modal widget when you publish a new publication, that’s possible. To do so, while editing a publication on step 2, “Options”, enable the switch option “Automatically open widgets when the publication is new”:

Did you like this update?

LikeNeutralDislike

{error_message}

Leave your name and email so that we can reply to you (both fields are optional):

Thanks for your feedback!

Top Banner Widget

by Laurent Pellegrino, Founder and CEO
New
Widgets

Great news! We’ve released a new widget.

The new Top Banner widget allows you to tell people about your latest updates, promotions, discounts, maintenances or even keep users updated about ongoing issues.


As with other widgets, you can configure the style and behavior of the Top Banner widget directly from our live editor without coding knowledge. More than 40 properties are configurable!

The widget layout is quite flexible in the sense that you can either set a title, title + description, Call-To-Action (CTA), and even include a countdown to promote limited offers. Metrics such as the number of views and CTA clicks are also collected.

Learn more

Did you like this update?

LikeNeutralDislike

{error_message}

Leave your name and email so that we can reply to you (both fields are optional):

Thanks for your feedback!

Okta Integration

by Laurent Pellegrino, Founder and CEO
New
Integrations

In early February, we launched support for Single Sign-On (SSO). Today, we are going further and are proud to provide an official integration with Okta: Noticeable appears in the Okta catalog as a verified app with OIDC and SAML support.

One of the main targets for cyber-criminals is your username and password. Each time you log in to a new application, it provides more opportunities for hackers. SSO reduces these chances by only requiring one set of credentials and only logging each user in once per day. Furthermore, using Okta, your company can enforce the use of strong passwords but also custom policies to better protect your organization’s assets.

Single Sign-On is available on our Enterprise plan with unlimited collaborators. Drop us a line if you are interested in giving it a try or want to upgrade.

Read more

Did you like this update?

LikeNeutralDislike

{error_message}

Leave your name and email so that we can reply to you (both fields are optional):

Thanks for your feedback!

User Feedback 📣

by Laurent Pellegrino, Founder & CEO
New
Newspages
Widgets

Last week we announced Emoji Reactions. Today, we are excited to introduce User Feedback!

This new feature allows your users to send you feedback by commenting on a post, directly from your Widget or Timeline. Comments are hidden, meaning users won’t be able to see others’ comments. Only your team and you are able to read messages and get users information.

How does it work?

User feedback is available with the Business plan. When creating a post, check the new User feedback option to enable the comment input below the post shown to users.

On your project dashboard, each post displays a feedback icon that summarizes the number of comments you received. Upon click, you can read the messages and get detailed information about the user who submitted the feedback:

User Feedback

By default, comments are anonymous. You can automatically link users name and email with comments sent from the Widget by using our SDK. Read the installation guide for more information.

Did you like this update?

LikeNeutralDislike

{error_message}

Leave your name and email so that we can reply to you (both fields are optional):

Thanks for your feedback!

Emoji Reactions 🙂

by Laurent Pellegrino, Founder & CEO
New
Newspages
Widgets

Today, we have a big update to share: Emoji Reactions. They are a fun, low-effort means for users to engage on updates and for you to better understand what people think.

Why Emoji Reactions?

Getting people to actively participate is key to developing stronger relationships. Users who engage consume, on average, 4 times as much content compared to passive users. Converting more passive users to active participants means more time on site, direct traffic, and audience loyalty.

How is it working?

Emoji Reactions are available with the Business and Enterprise plans right now. When you create/edit a post, you have a new option to enable/disable reactions. Upon publications, users can share their feeling about your update in just one click. Statistics are aggregated over time and made visible per post in your dashboard to analyze performances:

Screenshot from 2018-09-10 12-48-05.png

What do you think?

As you probably guessed, the Emoji Reactions feature is enabled for this post. Be sure to react to let us know what you think. If you have ideas or feedback, let us know by leaving a comment below.

Did you like this update?

LikeNeutralDislike

{error_message}

Leave your name and email so that we can reply to you (both fields are optional):

Thanks for your feedback!

New Zapier Trigger

by Laurent Pellegrino, Founder & CEO
New
Integrations

Recently, the second version of our Zapier integration has been released. It enables new use cases via additional triggers and actions. Especially, post creations and editions are handled through 2 different events. We know this may require some tedious configurations to handle both events the same way.

We’ve listened to your feedback and are happy to say that a new Zapier trigger called "Post Created or Updated" has been added. It allows triggering a Zap when a post is created or updated and the “Forward to integrations” is enabled for that post.

Available triggers, actions and templates are explained on the next page:

https://zapier.com/apps/noticeable/integrations

Did you like this update?

LikeNeutralDislike

Multiple widget updates 🚀

by Laurent Pellegrino, Founder & CEO
Announcement
Widgets

We have made several improvements to the Widget:

  1. Its definition is smaller. Fewer data to fetch, less time to first display. The Widget is now speedier than ever 🗲

  2. Setup instructions have been updated to reference a new script element. Instead of 4 line of codes, a single is now required to import the Widget definition:

    <script async defer src="https://cdn.noticeable.io/v1/noticeable-widget.js"></script>
    

    The async and defer attributes guarantee the content is loaded in parallel and executed after your page is parsed, no matter where the import is placed in.

    Although we recommend switching to the new import script, old ones remain available but are deprecated.

  3. Unread posts displayed in the Widget popup now include a left border. This allows distinguishing unread messages from read ones:

    Noticeable Widget Updates

    The color of the left border is based on the project accent color but can be changed programmatically. You can set it transparent to mimic the old style:

    <custom-style>
        <style>
            noticeable-widget {
                --noticeable-widget-popup-entry-unread-border-color: transparent !important;
            }
        </style>
    </custom-style>
    
  4. Widget but also Timeline code snippets are rendered with the Atom One Dark style to improve readability.