Monthly archives: July 2012

Entries found: 5
New Release: Version 1.9.6

New Release: Version 1.9.6

July 25, 2012 Leave a reply

New Version has been released: 1.9.6

New version has new functionality and fixes/improvements as well as LinkedIn support.

Changes:

= 1.9.6 =
* Bug fix – Twitter formatting
* Bug fix – Google incorrect page issue.
* Bug fix – SSL connectivity issued for some hosts.

= 1.9.5 =
* Bug fix – Twitter short URLS
* Bug fix – Google/Pinterest Connectivity issues

(more…)

Why sometimes authorization of the Facebook/Tumblr/LinkedIn fails returning you to the incorrect page

Why sometimes authorization of the Facebook/Tumblr/LinkedIn fails returning you to the incorrect page

July 13, 2012 Leave a reply

During the authorization Facebook/Tumblr/LinkedIn returns the “oauth_token” parameter to the WordPress that has to be stored. This parameter is required for posting updates. Our plugin catches this parameter when it returned to it.

Unfortunately the name of this parameter can’t be changed, it pre-defined by Facebook/Tumblr/LinkedIn. Another unfortunate thing is that Twitter is also using the same name “oauth_token” for it’s authorization.

There are some plugins that use Facebook/Twitter/Tumblr/LinkedIn authorization. Some of those plugins think they are the only plugins in the whole universe, so instead of checking “oauth_token” when it returned to it’s owns page, those plugins add a global hook (some even add this hook with the top priority). This hook waits for “oauth_token” parameter to be returned and then just hijacks it, completely ignoring the fact that this parameter could be  not intended for it.

After hijacking parameter such plugin is trying to redirect the browser to it’s own page, but since the whole set of parameters is not designed for it, it just gets you to the invalid page.

This is a very bad development practice from authors of those plugins.

If you have such an issue,  just temporary deactivate all Facebook/Twitter/Tumblr/LinkedIn plugins you have  and try to authorize Facebook/Tumblr/LinkedIn again. You can activate your plugins again when authorization is complete.

New Release: Version 1.8.6

New Release: Version 1.8.6

July 5, 2012 Leave a reply

New Version has been released: 1.8.6

New version has some bug fixes as well as support for video attachment to Facebook posts.

Changes:

= 1.8.6 =
* New – If blogpost has video it can be used as attachement in Facebook post.
* Bug fix – Facebook %TEXT% and %FULLTEXT% formatiing issues.
* Bug fix – Some Blogger Authorization issues.

= 1.8.5 =
* Bug fix – Format settings disappeared after update post
* Bug fix – Twitter 140 characters limit when used with %TEXT% and %FULLTEXT%

You can download it from NextScripts or directly from WordPress.org

Blogger/Blogspot – two ways of auto-posting

Blogger/Blogspot – two ways of auto-posting

July 5, 2012 2 Comments

Blogger has been recently added to the list of supported networks to the NextScripts Social Networks Autposter plugin for WordPress.

This plugin supports two kinds of networks – networks that have free API (Facebook, Twitter, Tumblr) and networks that require a special third party library (Pinterest, Goolge+).

Blogger has a unique position there. It does have a free API, but that API is very restricted and unstable. Blogger also owned by Google and it’s interface is somewhat similar to Google+, so making third party library to support Blogger through our own API were not that hard.

As a result the plugin has dual support for Blogger. it will use free API if you have just the plugin, and it will use NextScripts API if you have postToGooglePlus.php library.

The problems with Free API:

  • The HTML code should be XHTML complaint. This is usually not a problem with clean wordpress, but a lot of third party plugins forgot to close html tags, put quotes in attributes and use <br/> not <br>. Things like this will be rejected by free API and message won’t be posted.
  • Due to internal possessing the format of your post could be changed to something completely different.
  • No support for tags
  • No proper support for UTF/Unicode. International characters could become corrupted.

Please consider getting Google+ API (Blogger is included there) if you have problems posting to Blogger.

 

New Release: Version 1.8.4 with Blogger/Blogspot Support

New Release: Version 1.8.4 with Blogger/Blogspot Support

July 3, 2012 Leave a reply

New Version has been released: 1.8.4

New version add Blogger/Blogspot support as well some improvements to the existing networks.

Changes:

= 1.8.4 =
* New – Blogger Support
* New/Improvement – Post to Tumblr and Blogger/Blogspot could be posted with tags
* New/Improvement – Tumblr is now open_basedir safe.
* Bug fix – G+ Authorization problem with non google.com domains (like google.com.sg, google.com.br, google.ru, etc).
* Bug fix – Pinterest “Test” Button

You can download it from NextScripts or directly from WordPress.org

© 2012-2016 NextScripts.com