SocialButton Class [PHP]

Show LinkedIn button with count of people who like your page.

Summary

Properties Description
CssClass Set custom css class for button.
Height Set height of social button.
ImageSrc Set the custom image for social button.
Text Set text of social button.
Tooltip Set tooltip of social button.
Width Set width of social button.
Methods Description
__construct

Properties Detail

CssClassTop

string CssClass

Set custom css class for button.

Show/Hide Code

Supported from version: 1.0.0.0

HeightTop

string Height

Set height of social button.

Show/Hide Code

Supported from version: 1.0.0.0

ImageSrcTop

string ImageSrc

Set the custom image for social button.

Show/Hide Code

Supported from version: 1.0.0.0

TextTop

string Text

Set text of social button.

Show/Hide Code

Supported from version: 1.0.0.0

TooltipTop

string Tooltip

Set tooltip of social button.

Show/Hide Code

Supported from version: 1.0.0.0

WidthTop

string Width

Set width of social button.

Show/Hide Code

Supported from version: 1.0.0.0

Methods Detail

__constructTop

void __construct(string $type, [text $text], [tooltip $tooltip])

Show/Hide Code

Supported from version: 1.0.0.0