If you are using Heateor Social Login plugin for Social Login, follow the steps mentioned below to enable social login in the content of individual page/post.
You would like to read this post to use the shortcode without causing any problems at your site.
Heateor Social Account Linking Shortcode
Use [Heateor_Social_Linking] Shortcode in the content of required page/post where you want to display Social Account Linking interface.
Example[Heateor_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[Heateor_Social_Linking style="background-color:#000;"]
Title
You can use “title” attribute to specify title above linking interface.
Example[Heateor_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 [Heateor_Social_Linking style=”background-color:#000;”], so the final code looks like following<?php echo do_shortcode('[Heateor_Social_Linking style="background-color:#000;"]') ?>