Embed app/game box into your website


Why?

+ You are a blogger and you want to give an Android app/game for your audience easy download/install
+ Our embed box show nearly "realtime" update the app/game informations from Google Play, include: new version, new thumbnail or rating...

How to embed?

All you need to do is add the embed code into your article, just like embed a video from Youtube, Facebook...
Also change the package by anyone you need. Here are the sample code:
<div style="min-height: 170px;"> <iframe src="https://apkdownload.com/embed/com.tencent.ig" style="width: 100%;height: 190px;border: 0;" scrolling="no"></iframe> <div>

And then, the box will show like this:

Custom style for the best look:

If your website have dark background, or white text... or any special style, you may want to change the box style(text color, link color, background color), so we give some custom params to change:
<div style="min-height: 170px;"> <iframe src="https://apkdownload.com/embed/YOUR.PACKAGE.NAME?textColor=TTTTTT&linkColor=LLLLLL&bgColor=BGBGBG" style="width: 100%;height: 190px;border: 0;" scrolling="no"> </iframe> <div>

Just change "YOUR.PACKAGE.NAME", also "TTTTTT", "LLLLLL", "BGBGBG" by the color code you want.