jaredatch/EA-Share-Count

Shortcode Elementor

Closed this issue · 1 comments

What is the shortcode for Elementor plugin? Also what is the shortcode for any post or builder?

This plugin does not use shortcodes as it's not designed to be manually inserted inside post/page content. You can use the location filter to reposition its theme location, or the display method to display it elsewhere in your theme.

But if you must have a shortcode, add this to your theme's functions.php file or Core Functionality plugin. You can then display it like: [ea_share_count location="about-page" style="slim"]

The shortcode is a wrapper for ea_share()->front->display( $location, $echo = false, $style );