If you are using Super Socializer plugin, you can use following Shortcode in the content of required page/post where you want to display Account Linking interface.
Account Linking Shortcode
Use [TheChamp-Social-Linking] Shortcode in the content of required page/post where you want to display Social Account Linking interface.
Example
[TheChamp-Social-Linking]
You can use following attributes in the Shortcode
Style
You can use “style” attribute in the Shortcode to style the rendered interface.
Example
[TheChamp-Social-Linking style="background-color:#000;"]
Title
You can use “title” attribute to specify title above linking interface.
Example
[TheChamp-Social-Linking title="Link your Social Accounts"]
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-Social-Linking style=”background-color:#000;”], so the final code looks like following
<?php echo do_shortcode('[TheChamp-Social-Linking style="background-color:#000;"]') ?>