Newsfeed widget
The Newsfeed widget surfaces related articles inside your story page. It draws first from your own archive (so it acts as a “more from us” widget) and optionally falls back to the global Vuukle network for additional fill.

Enable
<div id="vuukle-newsfeed"></div>Configuration
<script> var VUUKLE_CONFIG = { apiKey: 'YOUR_API_KEY', articleId: 'post-12345', comments: { hideRecommendedArticles: false, // also affects the Newsfeed row }, recommendationsWideImages: false, // use wide image cards link: 'https://example.com', // canonical URL protocol for recommendations globalRecommendations: false, // include articles from the global Vuukle network };</script>For card-level styling (corners, shadow, accent colour), see recommendation card styles.
Related
Was this page helpful?
Help us improve — drop a note or open the dashboard.