Support » Plugin: Simple Light Weight Social Share (Tweet, Like, Share and Linkedin) » [Plugin: Tweet, Like, Google 1 and Share] shortcode in sidebar

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter margje

    (@margje)

    anybody?

    Put the shortcode for the plugin (such as [social4i size=”small” align=”float-left”] ) in a sidebar text widget. Then execute the shortcode, (e.g. using the plugin, Shortcodes in Sidebar Widgets).
    You probably will want to turn off the default display within the contents of posts/pages to prevent duplicate loading.

    PS What a cool plugin; it gives you the basics—fast!

    Plugin Author sudipto

    (@sudiptomahato)

    @margje – By default you cannot use shortcodes in your sidebar. You can use plugins for that or simply add the below code in your themes functions.php and then you will be able to use shortcodes in your text widgets

    add_filter(‘widget_text’, ‘do_shortcode’);

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Tweet, Like, Google 1 and Share] shortcode in sidebar’ is closed to new replies.