我实现了Yii无限滚动它的工作正常。当我根据特定条件添加Google广告时,它会显示四个Google广告。然后在获取下一页时,值会重复。即(谷歌广告 - 显示空结果),以便我想获得无限滚动页面ID。
请帮我了解如何获取页面ID(即下一页ID)。我在这里添加了我的代码:
<?php
$post_counter = 0;
$addnum = 0;
foreach($posts as $rec): ?>
<div class="post">
<?php $rec_id = $rec['recipe_id']; ?>
$post_counter++;
if (($post_counter == 7) AND ($addnum < 4)) {
$addnum = $addnum + 1;
$post_counter=1;
}
?>
<script>
// Display an ad unit
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
<?php if(isset($addnum)>3)
echo exit($post_counter)?>
<?php
}
?>
我这样说它会起作用
答案 0 :(得分:0)
转到extension / assets / yiiinfinitescroll.js
从js文件中获取ID