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:
- Activator QSOs
- Activations
- activated unique references
- Activator Points
- Chaser Points
- WWFF, POTA, COTA, Islands, Lighthouses and Mills
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
- Log in to QRZ.com.
- Open your own callsign page.
- Select Edit.
- Open the biography editor.
- Switch to HTML source mode, usually via Source.
- Insert the iframe code.
- Save and reload the page.
Notes
- The widget is dynamic and reads its data from the GMA database.
- The displayed values may change after a recalculation of the GMA statistics.
- The callsign must be known in GMA, otherwise no statistics can be displayed.
- Not all websites allow iframe embedding.
- On QRZ.com, it may be necessary to insert the code in HTML source mode.
Support
support@cqgma.org
Contact form