jaredatch / EA-Share-Count

A lean plugin that leverages SharedCount.com API to quickly retrieve, cache, and display various social sharing counts.
84 stars 13 forks source link

Shortcode Elementor #91

Closed Celestialpetals closed 6 years ago

Celestialpetals commented 6 years ago

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

billerickson commented 6 years ago

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 );