• 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. In case you want to use different material icon you can get content values from here

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;
Active 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.
Back
Top Bottom