LogoLogo dark
AccueilFonctionnalitésTarifsContactHistorique
Commencer gratuitement
Documentation

Getting Started

Installation
Custom Trigger
API Reference
Theme API

Install Announcify

get up and running in less than 2 minutes. paste the snippet into your codebase, and we'll handle the rest.

1

Add the snippet

html
<script 
  src="https://announcify.app/widget.js" 
  data-project-id="YOUR_PROJECT_ID"
  data-api-base="https://announcify.app"
></script>

where to find your project id?

go to your project settings and look for the "general" tab. your unique project id is listed there under project configuration.

2

Use your own button

want to hide the default floating launcher and open the widget from your own custom navigation menu? simply add our widget.js script to your page, then use our javascript api to open the widget programmatically.

html
<script 
  src="https://announcify.app/widget.js" 
  data-project-id="YOUR_PROJECT_ID"
  data-api-base="https://announcify.app"
></script>

<button id="my-button" class="btn">
  what's new
</button>

<script>
  document.getElementById('my-button').addEventListener('click', () => {
    // open the widget programmatically
    window.announcify.open();
  });
</script>

Javascript API Methods

announcify.open()

forces the widget to open. if the widget is already open, this does nothing.

announcify.close()

forces the widget to close. use this if you are building custom toggle logic.

announcify.toggle()

toggles the widget state between open and closed automatically based on its current state.

Theme API

announcify.setTheme(theme)

Manually override the widget's theme. This is useful if your application uses a non-standard dark mode implementation and the "Detect automatically" setting is not working.

announcify.setTheme('dark'); // Forces dark mode
announcify.setTheme('light'); // Forces light mode
Announcify Logo

Le widget d'historique pour les fondateurs SaaS indépendants. Publiez manuellement, ou connectez GitHub et laissez Announcify rédiger vos mises à jour automatiquement

Conforme au RGPD

Intégrations

  • GitHub
  • Linear

Liens

  • Accueil
  • Documentation
  • Outils
  • Blog
  • Alternatives
  • Réserver un appel

Légal

  • Politique de confidentialité
  • Conditions d'utilisation
© 2026 Announcify. Tous droits réservés. •
Conçu et développé par erramix
Tous les systèmes sont opérationnels