• This plug-in is great! It is simple, and does exactly what you want – it displays a twitter list. I also use the twitter-for-wordpress plug-in to show my own tweets as well.

    Since this plug-in is based on twitter-for-wordpress, it fails because it uses some of the same functions – which could be a good thing. But because of the implementation you have to get it to work you have to hack it. That should not be necessary, since it is solved with five lines of code:

    if (function_exists(‘hyperlinks’)) {
    //do nothing
    } else {
    existing code here….
    }

    http://wordpress.org/extend/plugins/twitter-lists-for-wordpress/

  • The topic ‘[Plugin: Twitter Lists for WordPress] Missing check for function’ is closed to new replies.