Eƒtimo

Embed the live wire

Add a live Eftimo news feed to any website with two lines of code. The widget updates automatically every 60 seconds and links back to eftimo.com for the full analysis.

Step 1 — Basic embed

Add this to your HTML

Paste these two lines anywhere in your page. The widget will appear where you put the div.

<!-- Place this where you want the widget --> <div id="eftimo-widget"></div> <!-- Add this before </body> --> <script src="https://eftimo.com/widget.js"></script>
Step 2 — Customize (optional)

Configuration options

Add a configuration block before the script tag to customize the widget.

<script> window.EftimoWidget = { target: 'eftimo-widget', // id of your container div count: 8, // number of stories (1–20) category: null, // filter: 'Conflict', 'Politics', etc. theme: 'light', // 'light' or 'dark' showScore: true, // show importance score showEchoes: true, // show echo count }; </script> <div id="eftimo-widget"></div> <script src="https://eftimo.com/widget.js"></script>
OptionDefaultDescription
target'eftimo-widget'The id of the HTML element to render the widget into
count8Number of signals to display (1–20)
categorynullFilter by category: Politics, Conflict, Economy, Technology, Climate, Disaster, Crime, Health, Society
theme'light'Color scheme — 'light' or 'dark'
showScoretrueShow the importance score (★) next to each signal
showEchoestrueShow the number of echo connections
Live preview

How it looks

Light theme (default)
Dark theme