Viewing 2 replies - 1 through 2 (of 2 total)
  • same problem here… continue to investigate.

    Right, I finally resolve this issue:
    the facebook.inc.php, twitter.inc.php and myspace.inc.php have a condition based on the PUBLISH button value of the backend and, in my case, the conditional code not matching with my localized version of wordpress.

    facebook.inc.php line 61
    
    //if($publish_opts['publish'] == 'Publish' || $publish_opts['publish_future'] === true) ...
    //changed to:
    if($publish_opts['publish'] == 'Pubblica' || $publish_opts['publish_future'] === true)

    just search $publish_opts[‘publish’] within the includes (facebook.inc.php, twitter.inc.php and myspace.inc.php) and change the right operator with your localized string of ‘Publish’.
    and now every things works fine…

    Hope can be useful for someone.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Socialite] Publishes only edited posts’ is closed to new replies.