nodebb-plugin-ezoic-infinite 1.6.23 → 1.6.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +15 -0
- package/package.json +1 -1
package/README.md
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# NodeBB Plugin – Ezoic Infinite (Production)
|
|
2
|
+
|
|
3
|
+
This plugin injects Ezoic placeholders between topics and posts on NodeBB 4.x,
|
|
4
|
+
with full support for infinite scroll.
|
|
5
|
+
|
|
6
|
+
## Key guarantees
|
|
7
|
+
- No duplicate ads back-to-back
|
|
8
|
+
- One showAds call per placeholder
|
|
9
|
+
- Fast reveal (MutationObserver on first child)
|
|
10
|
+
- Safe with ajaxify navigation
|
|
11
|
+
- Works with NodeBB 4.x + Harmony
|
|
12
|
+
|
|
13
|
+
## Notes
|
|
14
|
+
- Placeholders must exist and be selected in Ezoic
|
|
15
|
+
- Use separate ID pools for topics vs messages
|