Hello,
firstly the plugin does not show anything, it only inserts ad codes:
https://adinserter.pro/faq/how-ad-inserter-works
To be able to insert blocks into ajax requests, your theme (or plugin) responsible for the infinite scroll needs to call the_content filter and should not remove inserted HTML/Javascript codes:
https://adinserter.pro/faq/how-ad-inserter-works#infinite-scroll
However, in your case there are no special ajax requests, the next posts are loaded as normal sub-pages, for example:
https://mutiaradakwah.com/web-stories/page/2/
and the block are inserted as configured.
It seems that your theme (or plugin for infinite scroll) extracts only article tags from the loaded sub-page and inserts them into the DOM.
Therefore I would suggest contacting theme support.
You also have a lot of javascript errors:
adsbygoogle.push() error: Only one AdSense head tag supported per page
Make sure there is only one such code in the head section.
and the block are inserted as configured.
I don’t see your plugin put any code on the second page
Therefore I would suggest contacting theme support.
I will ask
Make sure there is only one such code in the head section.
If I have put this code in the head:
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1234" crossorigin="anonymous"</script>
Do I have to put that code again in the regular ad unit code?
I mean, do I need to put code like this on the regular ad unit:
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1234" crossorigin="anonymous"</script>
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-1234"
data-ad-slot="5678"
data-ad-format="auto"
data-full-width-responsive="true"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
Or just like this:
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-1234"
data-ad-slot="5678"
data-ad-format="auto"
data-full-width-responsive="true"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
Thank you
I see the blocks inserted as configurd on all (sub)pages – please use debugging functions or check the page source code to see the inserted blocks.
Theme support should give you some instructions on how to solve the issue with infinite scroll.
If you need help regardng Ad Inserter settings you can ask here.
Normally you sould use the codes as provided by AdSense. No clue what is causing the erors. I suggest asking on some AdSense support forum.
please use debugging functions
I’ve debugged this page and don’t see any ad code inserted after infinityscroll, you can verify it via this URL.
The same thing happened on this page, after clicking “Lainnya (load more)” I don’t see any code inserted, you can verify it via this URL.
But I have already explained the issue with your theme. Please read the explanation:
https://ww.wp.xz.cn/support/topic/ads-between-the-posts-in-infinity-scroll-page/#post-14720020
In your case there are no special ajax requests, the next posts are loaded as normal sub-pages, for example:
https://mutiaradakwah.com/web-stories/page/2/
and the block are inserted as configured.
It seems that your theme (or plugin for infinite scroll) extracts only article tags from the loaded sub-page and inserts them into the DOM.
The blocks are inserted as configured – check the subpages that are loaded by the infinite scroll:
https://mutiaradakwah.com/web-stories/page/2/
https://mutiaradakwah.com/web-stories/page/3/
check the subpages
Yes, if I visit those URLs/subpages directly, then the ad code is inserted according to the settings.
But if I but I visited it from the first page, then to its subpages, then no ad code is inserted, only on the first page ad code inserted.
Why?
Well, I already explained two times.
Why are you asking the same question over and over again?
Your theme extracts only article tags from the loaded sub-pages.
You should ask for help on the theme support forum.
Your theme extracts only article tags from the loaded sub-pages.
If so, can I set “paragraph with tags” in “between post” mode?
I want to add the “article” tag in “paragraph with tags” setting so that it can be inserted there too
You can wrap the ad with article tags – in such case set alignment to No wrapping.
Try to replicate article tags created by the theme.