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

    (@seanys)

    Yes, unfortunately Twitter have discontinued ‘badges’ (it’s not related to a WordPress upgrade).

    I have updated the widget to support Twitter’s new method of publishing your tweets on another site, helpfully named ‘widgets’.

    Update the plugin to 1.0.4 or later and read the instructions for how to set it up using Twitter’s ‘widgets’.

    Hi

    Here is some change on code than he work

    line:58:
    if ( $_POST['Twitter-submit'] )
    change:

    if ( isset($_POST['Twitter-submit']) && $_POST['Twitter-submit'] )

    and

    line:92
    //register_sidebar_widget(array(‘Twitter’, ‘widgets’), ‘widget_Twidget’);
    change:

    wp_register_sidebar_widget(‘twitter’, ‘Twitter’, ‘widget_Twidget’);

    line:95
    //register_widget_control(array(‘Twitter’, ‘widgets’), ‘widget_Twidget_control’, 300, 200);

    change:
    wp_register_widget_control(‘twitter’, ‘Twitter’, ‘widget_Twidget_control’, 300, 200);

    _that’s it!!!!—

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Not working in 3.4.2’ is closed to new replies.