Support Forum

Ask a Question
Back to all

How can I set a limit to the number of blocks/ads loaded on my page?

Hi, I installed the taboola feed widget on my page and everything is working fine, but it is always with the infinity scroll. What I want is to have a way to limit the number of items the Taboola Feed loads/show on a page.

This is the code I'm using right now and it's working on https://unum.com.br/nova-gasolina-mais-cara-rendimento/

<div id="taboola-below-article-thumbnails"></div>
          <script>
            window._taboola = window._taboola || [];
            _taboola.push({
              mode: 'alternating-thumbnails-a',
              container: 'taboola-below-article-thumbnails',
              placement: 'Below Article Thumbnails',
              target_type: 'mix'
            });
          </script>