Follow Button

Undraw Social Strategy Re Mk87

About

The Follow button is a button displayed on your websites to help users easily follow you.

Example

With a follow request

With a social handle name, social channel supports a follow request. You need to give your handle, ie your name identifier.

  • For instance, for twitter:
<follow twitter handle="combostrapweb"/>
  • The output would be:

If the user clicks on the link, it will be presented with a follow request choice.

Social Channel Follow Request

With an URL

You can also give your URL directly.

  • For example, for twitter:
<follow twitter url="https://twitter.com/combostrapweb"/>
  • The output would be:

The brand button does not have any follow url. You need to set at minimum the `handle` or `url` attribute

Map

Below, you can see a map of the share component with the parameters:

  • widget: button (default) or link
  • icon: Solid, Solid Circle, Outline, Outline Circle

for all supported channel.

Widget → Button Link
Icon → Solid Solid
Circle
Outline Outline
Circle
Solid Solid
Circle
Outline Outline
Circle
Facebook
Twitter

Syntax

<follow 
    channel 
    url="url"
    handle="userEntityName"
    icon="solid|solid-circle|outline|outline-circle|none"
    widget="button|link"
    width="integer"
    />

where:

  • the mandatory attributes are:
    • channel is one of the supported channel
    • and a identifier:
      • handle: the entity name on the social channel
      • or an url: the url where the user should go
  • the styling attributes are:
    • widget permits to choose the type of output:
      • button (default): a button
      • link: a link
  • icon is the type of icon or no icon with none
  • width is the width of the icon.

We support also share buttons




Showcase yourself and your brand

Get free news, tips, and tricks
to create a remarkable experience for your readers.




Recommended Pages
Undraw Social Strategy Re Mk87
ComboStrap makes your pages Social

This page explains all social modules of Combostrap and how they help spread the words
Layout Element
Main Footer Slot

The main footer slot is a slot that replaces the content of the main footer The name of the main header slot is slot_main_footer. To add a main footer slot to all your pages: go to ...
Social - Share Button

With the share component, you can add easily share buttons. This article shows you how.



Task Runner