Viewing 6 replies - 1 through 6 (of 6 total)
  • I think this is it. https://dev.twitter.com/discussions/24239
    Version 3.5 will hopefully fix it.

    The version 3.5 has a CSS problem. The Save Changes buttons is not working. To workaround you need to set this manually

    Here is the fix:
    Go to files (via FTP or cPanel) locate wordtwit in wp-content/plugins/wordtwit.
    Go to /admin/css/wordtwit-admin.css open and navigate to line 200 – 209

    #bnc #bnc-submit {
    	padding: 0;
    	float: left;
    	margin-right: 10px;
    }
    
    #bnc #bnc-submit-reset {
    	position: relative;
    	top: 0;
    }

    and replace the above code with

    p#bnc-submit.submit {
    	padding: 0;
    	float: left;
    	margin-right: 10px;
    }
    
    p#bnc-submit-reset.submit {
    	padding: 0;
    	float: left;
    }

    Save & enjoy it!

    I had the same, I ended up reinstalling the plugin, added the css fix and created a new app on Twitter.

    Now tweets are sent but they all have the status failed alltough they are sent. Any idea?

    -JosJee

    anyone?

    Plugin Author BraveNewCode Inc.

    (@bravenewcode)

    Hi JosJee,

    The issue may be caused when the custom Twitter app has not been configured properly.

    Please make sure that the “Access level” is set to “Read and Write”.

    Also, the app must have a “Callback URL”. The url can be the url of the website you have installed WordTwit on. You can add the Callback URL under the “Settings tab at dev.twitter.com/apps

    If that fails to work, you can also try resetting your custom Twitter app keys and set the Twitter app again in WordTwit.

    Thanks, I ended up deleting everything. I reinstalled the plugin, created a new Twitter app, grabbed the API codes, added the css fix above and now it works. Hope it keeps on working 🙂

    -JosJee

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Publish status: Failed’ is closed to new replies.