-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Infinite scrolling #112
Comments
You should just be able to call the following over and over and it will pickup any new ads that appear with the infinite scroll: $('.adunit:not(".display-block")').dfp({dfpID:'xxxxxxxxxx', enableSingleRequest: false }); |
Hi. Thanks also for an excellent plugin. I have also had issue with creating a workable 'infinite scrolling page'. Calling the same adUnit multiple times while loading new content very rarely works (even with the method described above). The example provided by google works perfectly: Any chance this plugin can be configured to use Many thanks |
bump. any chance you have had time to look at this? many thanks |
+1 |
Thanks for a great plugin.
Could you please provide an example for an infinite scrolling, using the bootstrap example?
Or even easier, manually calling the same adUnit several times?
The text was updated successfully, but these errors were encountered: