Tag Archives: Super Socializer

Super Socializer Configuration

After installing the Super Socializer plugin, you can navigate to the relevant section from Super Socializer configuration menu in the left sidebar in the admin area, depending upon which feature you want to use.

Super Socializer Configuration – Social Sharing

Super Socializer Configuration - Social Share

To integrate social share icons at your website, navigate to Super Socializer > Social Sharing page in admin. By default social share icons are enabled at your posts and pages. You can go through each option here and customize social sharing from this section. Every option has (?) icon before it that you can click to get more detailed info about that option.

NoteIf you have enabled Facebook in the social share bar and have enabled share counts, you need to save Facebook App ID and Facebook App Secret in the Miscellaneous section for Facebook share count to work. Here are the steps to get Facebook App ID and Secret.

Super Socializer Configuration – Social Login

Super Socializer Configuration - Social Login

To let your website visitors login at your website using their social media accounts, you can integrate Social Login icons at your website from Super Socializer > Social Login page in admin.

Super Socializer Configuration – Social Commenting

Super Socializer Configuration - Social Commenting

To let your website visitors comment using their Social Media accounts, you can integrate Social Commenting at your website from Super Socializer > Social Commenting page in admin area.

Super Socializer Configuration – Like Buttons

Super Socializer Configuration - Like Buttons

If you want to integrate like, tweet, share buttons offered by social networks as is without any customization, you can integrate these buttons from Super Socializer > Like Buttons page in admin area.

Super Socializer Configuration – Social Media Follow ButtonsSuper Socializer Configuration Follow Icons

You can integrate the Super Socializer – Follow Icons widget from Appearance > Widgets page in admin area.

Check out the live demo of Super Socializer here

Like Buttons Shortcode and Widget

If you are using Super Socializer plugin, you can use following Shortcode in the content of required page/post where you want to display Like Buttons.

You would like to read this post to use the shortcode without causing any problems at your site.

Like Buttons Shortcode

You can use [TheChamp-Counter] Shortcode in the content of required page/post where you want to display like buttons interface.

Example
[TheChamp-Counter]


You can use following attributes in the Shortcode

Style

Use style attribute to style the rendered like buttons interface

Example
[TheChamp-Counter style="background-color:#000;"]


Type

Use type attribute to specify the type (“horizontal” or “vertical”) of like buttons. Defaults (if not specified) to horizontal.

Example
[TheChamp-Counter type="vertical"]


Title (Works with “horizontal” type interface only)

Use title attribute to specify title above like button bar.

Example
[TheChamp-Counter title="Sharing is Caring"]


Align (Works with “vertical” type interface only)

Use align attribute to specify alignment (left or right) of like button bar. Defaults (if not specified) to left

Example
[TheChamp-Counter type="vertical"]
(Will align to left, as align is not specified)
[TheChamp-Counter type="vertical" align="right"]
(Will align to right)


Left (Works with “vertical” type interface only)

Use left attribute to specify the left offset (distance form the left side of the screen) of like buttons interface. Defaults (if not specified) to 0

Example
[TheChamp-Counter type="vertical" left="500"]


Right (Works with “vertical” type interface only, “align” attribute must be set to “right”)

Use right attribute to specify the right offset (distance form the right side of the screen) of like button bar. Defaults (if not specified) to 0

Example
[TheChamp-Counter type="vertical" align="right" right="500"]


Top (Works with “vertical” type interface only)

Use top attribute to specify the top offset (distance form the top of the screen) of like buttons interface. Defaults (if not specified) to 100

Example
[TheChamp-Counter type="vertical" top="200"]


Url

Use Url attribute to specify the url/page to be liked. Defaults (if not specified) to the webpage where shortcode is placed

Example
[TheChamp-Counter type="vertical" url="http://mywebsite.com/example.php"]


You can use shortcode in PHP file as following

<?php echo do_shortcode(‘SHORTCODE’) ?>

Replace SHORTCODE in above code with the required shortcode like [TheChamp-Counter style=”background-color:#000;”], so the final code looks like following
<?php echo do_shortcode('[TheChamp-Counter style="background-color:#000;"]') ?>


You can navigate to the Appearance > Widgets section in the left sidebar and enable Super Socializer – Like Buttons (Horizontal Widget) and Super Socializer – Like Buttons (Vertical Floating Widget) widgets in the required area. Like Buttons Widget