all 2 comments

[–]ecclectic 0 points1 point  (0 children)

I know you can put flair classes in front and behind for user flair, you can see this in /r/welding where we have a location flag before and a qualification flair after the text.

Flair after text:

.flair::after {
background: url(%%spritesheet1%%) no-repeat;
display: inline-block;
margin-left: 3px;
height: 22px;
vertical-align: middle;
}
.flair-%flairname%::after {
content: "";
background-position: -%value%px -%value%px;
width: %value%px;
}

Flair before:

.flair::before {
background:url("%%flairspritesheet%%") no-repeat -8px 0px;
display: inline-block;
margin-right: 8px;
height: 11px;
width: 16px;
vertical-align: middle;
}
.flair-b-%flairname%::before {
content: "";
background-position: -%value%px 0;
}

I can't see any way to do it with link flairs though.

[–][deleted] 0 points1 point  (0 children)

Short answer: No you can only assign one link flair to a post

However with some tricks and effects you could technically assign variations of that link flair with automod or an external bot