Skip to content

Kookaburra linking template.


In this blog, we're conveniently providing a linking template for Kookaburra.
16 July 2021 - Blog 5 - Kookaburra 0.7.2

For anyone wanting to share Kookaburra, you can use this template. The template uses Markdown or HTML. We use badges/widgets from 3rd Party projects or companies. The Microsoft Store Badges are JavaScript enabled. You can create you own using the Microsoft provided links and the Store ID Happy coding!



Large card overview.

Markdown - Light
[![Readme Card](https://github-readme-stats.vercel.app/api/pin/?username=azproductions&repo=kookaburra)](https://github.com/AZProductions/kookaburra)
Markdown - Dark
[![Readme Card](https://github-readme-stats.vercel.app/api/pin/?username=azproductions&repo=kookaburra&theme=dark)](https://github.com/AZProductions/kookaburra)
HTML - Light
<a href='//github.com/AZProductions/kookaburra'><img src='https://github-readme-stats.vercel.app/api/pin/?username=azproductions&repo=kookaburra' alt='Readme Card'/></a>
HTML - Dark
<a href='//github.com/AZProductions/kookaburra'><img src='https://github-readme-stats.vercel.app/api/pin/?username=azproductions&repo=kookaburra&theme=dark' alt='Readme Card'/></a>

Demo

Readme Card Readme Card


Microsoft Store badges

Markdown - Small
[![MS-Store](https://developer.microsoft.com/store/badges/images/English_get_L.png)](www.microsoft.com/store/apps/9pcq0dhdtzpm?cid=storebadge&ocid=badge)
Markdown - Large
[![MS-Store](https://developer.microsoft.com/store/badges/images/English_get-it-from-MS.png)](www.microsoft.com/store/apps/9pcq0dhdtzpm?cid=storebadge&ocid=badge)
HTML - Small
<a href='//www.microsoft.com/store/apps/9pcq0dhdtzpm?cid=storebadge&ocid=badge'><img src='https://developer.microsoft.com/store/badges/images/English_get_L.png' alt='English badge' Width=127 Height=52/></a>
HTML - Large
<a href='//www.microsoft.com/store/apps/9pcq0dhdtzpm?cid=storebadge&ocid=badge'><img src='https://developer.microsoft.com/store/badges/images/English_get-it-from-MS.png' alt='English badge' Width=284 Height=104/></a>

Demo

English badge

English badge


Microsoft Store Product banners (Javascript enabled)

HTML - Normal
<div id="mspb-berbdcavfk4t" class="9pcq0dhdtzpm"></div>
<script src="https://storebadge.azureedge.net/src/badge-1.8.4.js"></script>
<script>
  mspb('9pcq0dhdtzpm', function(badge) {
    document.getElementById('mspb-berbdcavfk4t').innerHTML = badge;
  });
</script>
HTML - Large
<div id="mspb-874a69sqmvom" class="9pcq0dhdtzpm"></div>
<script src="https://storebadge.azureedge.net/src/badge-1.8.4.js"></script>
<script>
  mspb({ productId: '9pcq0dhdtzpm', badgeType: 'large' }, function(badge) {
    document.getElementById('mspb-874a69sqmvom').innerHTML = badge;
  });
</script>

Demo

Back to top