Resource icon

xF2 Add-on [J] Thread Preview 1.7.1

No permission to download
Fixed typo in CSS style property
Added Style properties to change icon easily!

By default, this add-on use font awesome icons in case your theme is using other icons like material icon, You will need to update the Style properties → Thread Preview.

You can use this for material icon CSS in style properties for material icon.

Default Icon CSS.
CSS:
content:"\F0047";
font: normal normal normal 18px/1 "Material Design Icons";
font-style: normal;
font-weight: 400;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
width: 0.58em;
Added
  1. New option for button position : Left or right
  2. New snippet type none so to display full post without text trimming.
Top