• Resolved Cogdiss

    (@cogdiss)


    Hiya,

    I’m using this plugin on a site I’m building currently, here: http://dantestdomain.com/silverpr/

    It’s a great plugin and working really well, cheers!

    The only thing I wanted to know is whether there’s a way to hide direct mentions in the twitter stream, so it only shows tweets that aren’t directed at someone?

    I’m using the plugin in the header, so this is the code I’ve added into header.php;

    <?php
    echo do_shortcode (‘[rotatingtweets screen_name=silver__pr]’)
    ?>

    Cheers!

    Hannah

    https://ww.wp.xz.cn/plugins/rotatingtweets/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Martin Tod

    (@mpntod)

    Sure. Try:

    <?php
    echo do_shortcode ('[rotatingtweets screen_name=silver__pr exclude_replies=1 ]')
    ?>

    More options here.

    Thread Starter Cogdiss

    (@cogdiss)

    Perfect, thanks! 🙂

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

The topic ‘Hide mentions?’ is closed to new replies.