Trending Conversations - Carousel
This feature highlights stories on your site with active conversations to increase page views and audience engagement.
Use this tool to generate revenue by leveraging the ad position on the product. Contact your client success manager to enable Viafoura ads on this product.
Note
You can connect your own ad server to this product. Follow instructions here to configure your own ads.
For the trending articles images to appear an og:image meta tag or vf:image tag is required on the corresponding article linking to an appropriate image for the article. We recommend an aspect ratio of 3:2 and for optimal performance sized as 210px by 140px. More details on these meta tags can be found here.
Insert the code snippet below where you want the product to appear.
<div class="viafoura">
<vf-content-recirculation
title="Trending Articles"
limit="5"
days-published="7"
trend-window="1"
sort="comments"
vf-container-id="currentPageContainer"
/>
</div>
Installation parameters:
Name | Description | Accepted Values | Default |
---|---|---|---|
vf-container-id | The container id of the current page. It is used to exclude the current page from results. This is not required if the vf:container_id meta tag has been set on the page. | The value of meta vf:container_id" | |
title | The title you want displayed at the top of the plugin. | Trending Articles | |
limit | The maximum number of articles to show. | 1 to 100 | 5 |
days-published | The number of days since the container was created. This is also referred to as the article age. | 1 to 30 | 7 |
trend-window | This determines the size of the trend window in hours. For example, when set to 1, a list is retrieved with the articles that have received the most comments in the past 1 hour. trend-window must be less than or equal to the days-published or there will be no articles to return. | 1 to 48 | 1 |
sort | Used to determine how articles are sorted in the list, which is by comments count within the specified trend window. This is the only sort parameter at this time. | comments | comments |
NOTE:
If you are using the ad in the Trending Articles, check this CSS customization.
Trending Article Logic
The front end will make up to 3 different requests to get trending articles. If the list obtained in the initial API request is less than the limit, we make a second request modifying trend-window to its maximum value (48).
If after this request there are still no results a third request is made modifying the days-published to its maximum value (30).
Updated 10 months ago