Skip to content

Instantly share code, notes, and snippets.

@ktimothy
Last active October 13, 2015 17:57
Show Gist options
  • Save ktimothy/643c22bfa5693e07dd0e to your computer and use it in GitHub Desktop.
Save ktimothy/643c22bfa5693e07dd0e to your computer and use it in GitHub Desktop.

Интеграция нового баннера

Новый баннер работает на html5, благодаря чему он работает в Chrome. Находится html5-версия внутри iframe, который теперь нужно вставлять на страницу вместо флешки. Адреса iframe для разных игр перечислены ниже.

Есть два баннера - верхний (тулбар) и нижний (ротатор). Они находятся на разных html-страницах. Сами iframe отличаются высотой.

Загадки Атлантиды

ok.ru

Верхний (тулбар):

<iframe src="//internals.socialquantum.com/assets/iframe/toolbar.html?game_code=atlant&platform=od&dev=false" width="760" height="60" style="border: 0;" hspace="0" vspace="0" scrolling="no" border="no" marginwidth="0" marginheight="0"></iframe>

Нижний (ротатор):

<iframe src="//internals.socialquantum.com/assets/iframe/rotator.html?game_code=atlant&platform=od&dev=false" width="760" height="90" style="border: 0;" hspace="0" vspace="0" scrolling="no" border="no" marginwidth="0" marginheight="0"></iframe>

mail.ru

Верхний (тулбар):

<iframe src="//internals.socialquantum.com/assets/iframe/toolbar.html?game_code=atlant&platform=mm&dev=false" width="760" height="60" style="border: 0;" hspace="0" vspace="0" scrolling="no" border="no" marginwidth="0" marginheight="0"></iframe>

Нижний (ротатор):

<iframe src="//internals.socialquantum.com/assets/iframe/rotator.html?game_code=atlant&platform=mm&dev=false" width="760" height="90" style="border: 0;" hspace="0" vspace="0" scrolling="no" border="no" marginwidth="0" marginheight="0"></iframe>

Магическая кухня

ok.ru

Верхний (тулбар):

<iframe src="//internals.socialquantum.com/assets/iframe/toolbar.html?game_code=kitchen&platform=od&dev=false" width="760" height="60" style="border: 0;" hspace="0" vspace="0" scrolling="no" border="no" marginwidth="0" marginheight="0"></iframe>

Нижний (ротатор):

<iframe src="//internals.socialquantum.com/assets/iframe/rotator.html?game_code=kitchen&platform=od&dev=false" width="760" height="90" style="border: 0;" hspace="0" vspace="0" scrolling="no" border="no" marginwidth="0" marginheight="0"></iframe>

mail.ru

Верхний (тулбар):

<iframe src="//internals.socialquantum.com/assets/iframe/toolbar.html?game_code=kitchen&platform=mm&dev=false" width="760" height="60" style="border: 0;" hspace="0" vspace="0" scrolling="no" border="no" marginwidth="0" marginheight="0"></iframe>

Нижний (ротатор):

<iframe src="//internals.socialquantum.com/assets/iframe/rotator.html?game_code=kitchen&platform=mm&dev=false" width="760" height="90" style="border: 0;" hspace="0" vspace="0" scrolling="no" border="no" marginwidth="0" marginheight="0"></iframe>

Магическая кухня 2

ok.ru

Верхний (тулбар):

<iframe src="//internals.socialquantum.com/assets/iframe/toolbar.html?game_code=magic_kitchen2&platform=od&dev=false" width="760" height="60" style="border: 0;" hspace="0" vspace="0" scrolling="no" border="no" marginwidth="0" marginheight="0"></iframe>

Нижний (ротатор):

<iframe src="//internals.socialquantum.com/assets/iframe/rotator.html?game_code=magic_kitchen2&platform=od&dev=false" width="760" height="90" style="border: 0;" hspace="0" vspace="0" scrolling="no" border="no" marginwidth="0" marginheight="0"></iframe>

dev-версия

Настоятельно рекомендуется дял альф (тестовых приложений) загружать баннер с параметром dev=true.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment