Viewing 7 replies - 1 through 7 (of 7 total)
  • I think that text widgets doesn’t support shortcodes by default?
    You may have to add support for that.

    Try to add this into your functions.php of your theme:
    add_filter(‘widget_text’, ‘do_shortcode’);

    Plugin Author Daniele Angileri

    (@daniele-angileri)

    I agree with Sprazer, you have to add the filter to your functions.php

    add_filter(‘Facebook_Social_Stream’, ‘fb_social_stream’)

    is this the correct code?

    Plugin Author Daniele Angileri

    (@daniele-angileri)

    no, it is add_filter(‘widget_text’, ‘do_shortcode’);

    My other widgets works fine with short code so the problem is not in the php…
    Tell me, where is the shortcode for the widget?
    I only have:
    settings
    styling
    advanced
    extensions

    No code given anywhere. What am I missing?

    Ok I found it. Sorry I missed it!!

    One more problem. I want the FB posts and my blog posts to display in the blog post area. Not on a different page or widget area.
    If I paste the short code on the blog post page … well nada.
    Nothing displays.
    Any fixes?

    Thank you!

    Plugin Author Daniele Angileri

    (@daniele-angileri)

    Does the Social Stream appear on other pages or inside blog-posts if you insert the shortcode?
    Does other manually edited content appear on your blog-post area?

    Please ensure that you enter the shortcode manually with the editor in textmode (no copy&paste)

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Nothing in wigget area’ is closed to new replies.