Skip to content

Commit

Permalink
Deploying to gh-pages from @ 5e62e35 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
scottrules44 committed Nov 16, 2023
1 parent 8a322cf commit 898ab03
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions plugin/pollfish/load.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@
<li><a href="#xalign-optional">xAlign <sub><sup>(optional)</sup></sub></a></li>
<li><a href="#padding-optional">padding <sub><sup>(optional)</sup></sub></a></li>
<li><a href="#custommode-optional">customMode <sub><sup>(optional)</sup></sub></a></li>
<li><a href="#rewardmode-optional">rewardMode <sub><sup>(optional)</sup></sub></a></li>
<li><a href="#offerwallmode-optional">offerwallMode <sub><sup>(optional)</sup></sub></a></li>
</ul></li>
<li><a href="#example">Example</a></li>
</ul></li>
Expand Down Expand Up @@ -141,6 +143,15 @@ <h5>customMode <sub><sup>(optional)</sup></sub></h5>
<li><p>Setting this to <code>true</code> ignores the Pollfish panel behavior settings in the <a href="https://www.pollfish.com/publisher">Pollfish portal</a>. It always omits the Pollfish button and you must explicitly call <a href="../../plugin/pollfish/show.html">pollfish.show()</a> to display the loaded survey.</p></li>
</ul>
</div>
<div id="rewardmode-optional" class="section level5">
<h5>rewardMode <sub><sup>(optional)</sup></sub></h5>
<p><em><a href="../../api/type/Boolean.html">Boolean</a>.</em> Setting this to <code>true</code> activates &quot;custom mode&quot; as detailed below. Default is <code>false</code>.</p>
<p>Enables Pollfish in offerwall mode. If not specified Pollfish shows one survey at a time</p>
</div>
<div id="offerwallmode-optional" class="section level5">
<h5>offerwallMode <sub><sup>(optional)</sup></sub></h5>
<p><em><a href="../../api/type/Boolean.html">Boolean</a>.</em> Setting this to <code>true</code> activates &quot;offerwall mode&quot; which will show an offerwall of surveys. Default is <code>false</code>.</p>
</div>
</div>
<div id="example" class="section level2">
<h2>Example</h2>
Expand Down

0 comments on commit 898ab03

Please sign in to comment.