Theme editor

[MC] Infinite Scroll

| XF 2.3 Add-ons (Premium) [MC] Infinite Scroll 1.0.3

No permission to download
How do I get in-between post ads to work in the thread view?
You need to wrap your ad in the following class container:

Code:
Expand Collapse Copy
<div class="infinite-scroll-container">
    Ad here
</div>

Note: AdSense is not supported.
Back
Top