Global Mountain Activity

GMA Widget / Banner

DE EN
The GMA widget is a small dynamic banner that you can embed on QRZ.com, your own website, blogs or club pages. It automatically displays your current GMA statistics from the GMA database.

What does the widget show?

Depending on the available data, the widget shows for example:

Basic example

The following code can be inserted into QRZ.com or your own website:

<p style="text-align:center;">
  <iframe
    src="https://www.cqgma.org/widget/qrz.php?call=DL4MFM"
    width="100%"
    height="390"
    frameborder="0"
    scrolling="no">
  </iframe>
</p>

Important: Replace DL4MFM with your own callsign exactly as it is stored in the GMA database.

Parameters

Parameter Description Example
call The callsign whose GMA statistics should be displayed. This parameter should always be used. call=DL4MFM
align Alignment of the widget inside the iframe. Default is center. Possible values are center and left. align=left
size Widget size. Default is normal. Possible values are normal, small and tiny. size=small

Examples

Default, centered

https://www.cqgma.org/widget/qrz.php?call=DL4MFM

Left aligned

https://www.cqgma.org/widget/qrz.php?call=DL4MFM&align=left

Smaller version

https://www.cqgma.org/widget/qrz.php?call=DL4MFM&size=small

Smaller version, left aligned

https://www.cqgma.org/widget/qrz.php?call=DL4MFM&align=left&size=small

Recommended iframe heights

When changing the widget size, you should also adjust the iframe height:

size recommended height
normal 390
small 260 to 290
tiny 220 to 250

QRZ.com example with smaller version

<p style="text-align:left;">
  <iframe
    src="https://www.cqgma.org/widget/qrz.php?call=DL4MFM&align=left&size=small"
    width="100%"
    height="270"
    frameborder="0"
    scrolling="no">
  </iframe>
</p>

Embedding on QRZ.com

  1. Log in to QRZ.com.
  2. Open your own callsign page.
  3. Select Edit.
  4. Open the biography editor.
  5. Switch to HTML source mode, usually via Source.
  6. Insert the iframe code.
  7. Save and reload the page.

Notes

Support

support@cqgma.org
Contact form