Shortcodes / Gadges
Shortcodes / Gadges
… Add a Gadges
Add a Gadges HTML
- In your blogger dashboard.
- Go to "Layout".
- Locate the section.
- Click on "Add a Gadget" and we recommend adding these widget:
+ Widget "HTML/JavaScript" To add component codes.
- Select and paste the Code
- Select "#" and paste you link.
- Click "Save".
Edit Code:
- Copy the code.
- Open notepad or a code editor.
- select code "class size" and "Any of the styles".
- Paste the code in "Your class".
- Add your title in "Your title".
Code:
<div class=" You Class "> You Title </div>
Code Class:
… Class Size
badge-1x
<div class="badge-1x">Badge</div>
… Theme Color
theme-blue
theme-black
theme-gray
theme-white
theme-green
<div class="badge-1x theme-blue">Primary Badge</div>
… Theme Outline
theme-outline-blue
theme-outline-black
theme-outline-gray
theme-outline-white
theme-outline-green
<div class="badge-1x theme-outline-blue">Outline Badge</div>
… Theme Flat
theme-flat-blue
theme-flat-black
theme-flat-gray
theme-flat-white
theme-flat-green
<div class="badge-1x theme-flat-blue">Flat Badge</div>
… Theme Link
theme-link-blue
theme-link-black
theme-link-gray
theme-link-white
theme-link-green
<div class="badge-1x theme-flat-blue">Fill Badge</div>