• Resolved emi662002

    (@emi662002)


    Hi!

    Im trying to use the plugin with the shortcode
    <?php do_shortcode('[kebo_tweets title="" count="5" style="list" theme="light" offset="false" avatar="off"]'); ?>

    I’ve inserted it on the header but it’s not rendering anything, no html at all.

    I’ve set up the plugin with my twitter account. And the log on the admin page shows no errors.

    Thanks in advance!

    http://ww.wp.xz.cn/plugins/kebo-twitter-feed/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Peter Booker

    (@peterbooker)

    Hi emi662002,

    I just realised that our documentation was out of date and the example given was incorrect, sorry. When using ‘do_shortcode’ it does not automatically echo/print the code, so you would need to call it like this:

    <?php echo do_shortcode('[kebo_tweets title="" count="5" style="list" theme="light" offset="false" avatar="off"]'); ?>

    Sorry for the bad documentation, I have updated it now and hopefully the above code should work for you.

    Thread Starter emi662002

    (@emi662002)

    great! its working now! Thanks for the quick reply.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Widget not showing’ is closed to new replies.