Korea SNS Shortcode

Below, you’ll find a detailed guide on how to add the Korea SNS Shortcode to your WordPress website, including its parameters, examples, and PHP function code. Additionally, we’ll assist you with common issues that might cause the Korea SNS Plugin shortcode not to show or not to work correctly.

Before starting, here is an overview of the Korea SNS Plugin and the shortcodes it provides:

Plugin Icon
Korea SNS

"Korea SNS is a WordPress plugin designed to integrate your site with popular Korean social networking services. Enhance your reach in the Korean market with easy SNS sharing features."

★★★★★ (5) Active Installs: 3000+ Tested with: 6.0.6 PHP Version: false
Included Shortcodes:
  • [korea_sns_button]

Korea SNS [korea_sns_button] Shortcode

The Korea_SNS_Button shortcode is a function in the Korea-SNS plugin that returns the ‘kon_tergos’ function as a shortcode. This allows you to easily integrate social media buttons into your WordPress site.

Shortcode: [korea_sns_button]

Examples and Usage

Basic example – A simple usage of the ‘korea_sns_button’ shortcode without any additional parameters.

[korea_sns_button /]

Advanced examples

Here, we are using the shortcode with two additional parameters. The ‘id’ parameter is used to specify a unique identifier for the button, while the ‘class’ parameter is used to add a custom CSS class to the button for styling purposes.

[korea_sns_button id="myButton" class="customClass" /]

In this example, the ‘korea_sns_button’ shortcode is used with three parameters. The ‘id’ and ‘class’ parameters are used as before, but we also add a ‘style’ parameter. This can be used to add inline CSS styles to the button.

[korea_sns_button id="myButton" class="customClass" style="background-color: red;" /]

PHP Function Code

In case you have difficulties debugging what causing issues with [korea_sns_button] shortcode, check below the related PHP functions code.

Shortcode line:

add_shortcode( 'korea_sns_button', 'kon_tergos_shortcode');

Shortcode PHP function:

                    function kon_tergos_shortcode ($atts) {
	return kon_tergos ('', 'shortcode');
}
                    

Code file location:

korea-sns/korea-sns/korea_sns.php

Conclusion

Now that you’ve learned how to embed the Korea SNS Plugin shortcode, understood the parameters, and seen code examples, it’s easy to use and debug any issue that might cause it to ‘not work’. If you still have difficulties with it, don’t hesitate to leave a comment below.

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *