Hi all. How to show apps from aptoide to my website? pls help me

64 views
Skip to first unread message

Соёл-Оргил Энхбаяр

unread,
Aug 5, 2014, 6:01:19 AM8/5/14
to aptoi...@googlegroups.com
Hi all. How to show apps from aptoide to my website? pls help me

Github Aptoide

unread,
Aug 20, 2014, 1:04:28 PM8/20/14
to aptoi...@googlegroups.com
Try using an < iframe > tag in your code. here's what I just tested and it worked.

<iframe width="100%" height="800" src="http://YOUR_APTOIDE_STORE_URL/" style="-webkit-transform:scale(1.0);-moz-transform-scale(1.0);"></iframe>

With the WIDTH set at 100%, it will automaatically scale to the width of the users screen.
The HEIGHT does not work using 100%, it is broke for some reason. So I set the height to 800.

You can change the height to something smaller if you so choose.

As for these parts of the script:

-webkit-transform:scale(1.0);-moz-transform-scale(1.0);

These change how big or small the page is shown. I found 1.0 to be perfect.
But play with the numbers and see how it affects the page for yourself, I cannot
explain it in full detail.

Do not go smaller than 0.1 ... no larger than 1.0.

RET SHAKUR

unread,
Mar 13, 2015, 11:25:19 PM3/13/15
to aptoi...@googlegroups.com
Hi there, try badge this is the best way to show your apps on your site :) https://www.aptoide.com/page/badge
Reply all
Reply to author
Forward
0 new messages