Fandom Developers Wiki
Advertisement

ApesterIntegrator adds ability to embed Apester Polls onto Wikia pages.

Usage

  1. Add the line below to your wiki's MediaWiki:ImportJS page:
    dev:ApesterIntegrator/code.js
  2. Create a Poll on Apester, and retrieve the Poll's unique ID from the iframe code given.
Example

<iframe src="//renderer.qmerce.com/interaction/57212135f070832f1031cb63" width="100%" height="458" frameborder="0" scrolling="no"></iframe>

  • ID is in bold
3. Now, using this ID, place the following code onto the page:
<span class="Apester" data-widget-id="57212135f070832f1031cb63" style="width: 100%; height: 350px;"></span>
Note
You can choose any height and/or width you want

If you're already using importArticles(), you can import the script by adding the below to the article list.

"u:dev:ApesterIntegrator/code.js",
Advertisement