Product Updates Updates

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!

Enhanced Posts Editions

by Laurent Pellegrino, Founder & CEO
Enhancement

We’ve updated the pages to create and edit posts:

  • Clicking on the preview button disable all Markdown action buttons.
  • Markdown action buttons better handle how the text is wrapped/unwrapped.
  • An alert is displayed when other collaborators edit the same post as you.

enhanced-posts-editions.gif

Did you like this update?

LikeNeutralDislike

Custom CSS

by Laurent Pellegrino, Founder & CEO
New
Newspages

promo-custom-css.png

It is now possible to inject your own Cascading Style Sheets (CSS) in your project Timeline. You can even override Noticeable’s predefined styles.

The option is available right now with the Enterprise plan. Simply open your project Timeline configuration page, then click on the new "Custom CSS" option from the side bar:

Screenshot from 2018-07-12 14-52-35.png

Below are some usage examples:

  • Increasing the font size:
body {
    font-size: 120%;
}
  • Adding a colorful banner on top of your Timeline:
body {
    border-top: 5px solid $project-accent-color;
}
  • Making labels monochrome:
 .label {
    background-color: #777 !important;
}

Custom Favicons

by Laurent Pellegrino, Founder & CEO
New
Newspages

A favicon is a small graphic that appears to the left of the page title but also in bookmarks. Having an image related to your brand is for users a strong indicator that they came to the right place, which can be reassuring in a sense.

Furthermore, favicons save time to your users: when you look at a web page, your eyes notice an image before the text surrounding it.

Screenshot from 2018-06-27 13-35-08.png

Starting Today, we are happy to offer the possibility to set your own favicon per project Timeline. Existing projects have been updated to include a favicon based on their logo.

If your Timeline doesn't have a logo or favicon yet, be sure to upload one from your project configuration page.

GraphQL API updates ✏️

by Laurent Pellegrino, Founder & CEO
Enhancement

We have updated our API to support posts edition and deletion.

Please have a look at the API overview page for explanations about how to consume the API (authentication required).

We also took the opportunity to create a public repository that provides samples for the most common operations. If you need help with integration, do not hesitate to drop us a message πŸ™‹

Last but not least, our GraphQL schema is now documented.

graphql.png

Filtering posts πŸ”

by Laurent Pellegrino, Founder & CEO
Enhancement

Do you have a lot of posts? are you managing posts with different labels? do you want to display draft posts only? segmented posts?

Today, we have deployed a new version of the service that allows filtering posts in your projects dashboard per status (draft, published, scheduled, segmented) and labels. Both filtering criteria can also be combined to perform fine grain filtering.

Posts filtering

We want to make Noticeable work for you, and therefore your feedback is important to us. Feel free to contribute to our public roadmap with new ideas πŸ’‘

Customizing Job title per project

by Laurent Pellegrino, Founder & CEO
Enhancement

A new version of the service has been deployed. It allows configuring your Job title per project. It is particularly useful in a multi language context where a project per language is used.

How to proceed

  1. Go to your account page.
  2. Tap on the toothed wheel on the right side of the Job title field.
  3. Configure your Job title per project.
  4. Click on Save changes.

If you leave a field empty, your default Job title will be used.

Existing posts aren't updated with Job title updates. Only new posts reflect the changes. If you want to update the Job title associated with an existing post, simply edit the post and save it again.

Links open in a new tab πŸ”—

by Laurent Pellegrino, Founder & CEO
Enhancement

We have deployed a small but convenient improvement for links. From now on, links put in new posts will open by default in a new Tab (target is set to _blank). For performance and security reasons, the attribute rel="noopener" is automatically set.

Additionnally, HTML markup is now allowed in post content. This allows, when needed, a fine grain control over attributes used with links:

<a href="https://noticeable.io" title="Noticeable" rel="noreferrer" target="noticeable">Noticeable</a>

The changes apply to your Widget and Timeline but also with the Markdown editor on live preview.

User experience enhancements

by Laurent Pellegrino, Founder & CEO
Enhancement

The public launch was crazy. We thank all people who use the service. Especially, users who took the time to report issues they experienced. We spent the last days enhancing the user experience based on your feedback:

  • The pages are loading faster.
  • A spinner is displayed on lazily loaded pages.
  • Markdown code for images is inserted at the cursor position.
  • Publication date and time on Timelines is based on users' timezone.
  • Improved onboarding:
    • After creating a project, users are redirected to widget installation instructions.
    • Marking widget installation as done redirects to the list of posts.

Note: It was discovered the LastPass extension is preventing pages to render properly. We've reported the issue to the LastPass team. In the meantime, please disable the extension on our pages for a smooth experience.