Rating: 4 stars
My only niggle with this plugin is the way in which the stylesheet is enqueued. As far as I’ve found it’s impossible to dequeue the styles so I’ve had to resort to editing plugin code.
Tried the following (among other permutations) with no success:
// add_action('widgets_init','bra_twitter_widget_init');
add_action( 'widgets_init', 'dequeue_widget_script', 1000 );
function dequeue_widget_script() {
// wp_enqueue_style("bra_twitter", $root."bra_twitter_widget.css");
wp_dequeue_style( 'bra_twitter' );
}
Contacted the dev with a change request but heard nothing.
]]>Rating: 5 stars
Finally a Twitter widgets which works.
Little bit complicated to create tokens, but it’s the only way…
]]>