Home · Nominees
Shortlist 2026

The nominees.

The most-nominated profiles in each category make the shortlist. As soon as nominations close, every name appears here and the public vote opens.

Still open

Nominations are open. As long as a category has no shortlist yet, we show open slots here instead of names. The page is fully built: once the list is set, the placeholders turn into profiles without anyone touching the layout.

Guests at the National Social Media Awards
Award night
For the editors

This is how the names get in.

The list sits in one single place in this page's source. One entry per category with a name and a profile, and the cards build themselves from that. Categories without an entry keep showing open slots.

window.NOMINIERTE = {
  "Model of the Year": [
    { name: "First Last", handle: "@handle" },
    { name: "First Last", handle: "@handle" }
  ]
};

For live operation with voting and a running count, we connect the page to a database later, so the NSMA can maintain the names itself through an input screen.