WP-AutoSocial

Share to Twitter and Facebook your published posts in your WordPress blog!

Download in wordpress.org

Help

Changelog

  • WP-AutoSocial 0.4.3 21/03/2012
    • Big update on Facebook protocol: Added expiration token process.
    • Small update: Fixed some Facebook secondary methods.
  • WP-AutoSocial 0.4.1 01/02/2012
    • Small correction to solve duplicate post problems with FeedWordPress.
  • WP-AutoSocial 0.4 20/01/2012
    • Remodelation of base code to only use wp_insert_post.
    • Custom post types integration.
  • WP-AutoSocial 0.3.6 10/01/2012
    • Localization correction to use with qTranslate properly.
    • Bit.ly integration (thanks to Gary Martin for giving me the idea and a few lines of code).
  • WP-Autosocial 0.3.5 04/01/2012
    • wp_insert_post hook added, solves problemes with another plugins, publish from mobile app…
    • Post password protected correction, now don’t show the content on Facebook updates.
    • Shortcodes parsed on Facebook updates description.

Support

Make a donation.

Screenshots

 Mentioned on:

Thanks for providing excellent support for modifying code to get social publishing features working at Tradr. Visit his site at capo.cat
tradr.com

15. WP-AutoSocial
It is a tremendous plugin to post your articles in Twitter and Facebook page in the real time. For that you have to create facebook & Twitter apps. Which is clearly mentioned in its tutorials.
learnfromnet.in: WordPress Essential Plugins…!

  1. My plugin don’t do anything with all this stuuf, maybe the creator of OGP can help you better than me…

    Anyway, I see your pictures ok in the facebook fan page.

  2. @Stream, in your blog I can’t see the meta tags from OGP plugin, do you configure it well?

  3. Hi

    I have got it setup on facebook fan page.

    But Everytime i make a post on wordpress, i get the post twice on Facebook with about 3 seconds apart.

    Any help would be appreciated.

    Thanks
    Dom

  4. Hi @Dom, new version is comming. Now is in test mode in another blog, but this new version have a lot of changes to solves to problems!

    Thanks for the comment.

  5. Thanks very much :)

    Just about to dour twitter integration now

  6. Hi again Pau,
    I forgot to tell that i use this plugin (Simple Post Thumbnails).
    Code it uses is: http://wordpress.org/support/topic/simple-post-thumbnails-usage-code
    So may you tell me where I could set this code on your plugin to try to see these images on fb? I like too much your plugin to change. Thanks

  7. In the file wp-autosocial.php, function autosocial_facebook in line 199 you can see:

    1
    2
    3
    4
    5
    6
    7
    8
    
    $attachment = array(
       'access_token' => $fb_token,
       'message' => $text,
       'name' => $title,
       'caption' => $title,
       'link' => $link,
       'description' => substr($description, 0, 1000)
    );
    $attachment = array(
       'access_token' => $fb_token,
       'message' => $text,
       'name' => $title,
       'caption' => $title,
       'link' => $link,
       'description' => substr($description, 0, 1000)
    );

    Just add a new line as:

    1
    2
    3
    4
    5
    6
    7
    8
    9
    
    $attachment = array(
       'access_token' => $fb_token,
       'message' => $text,
       'name' => $title,
       'caption' => $title,
       'link' => $link,
       'description' => substr($description, 0, 1000),
       'image' => p75GetOriginalImage($post_ID)
    );
    $attachment = array(
       'access_token' => $fb_token,
       'message' => $text,
       'name' => $title,
       'caption' => $title,
       'link' => $link,
       'description' => substr($description, 0, 1000),
       'image' => p75GetOriginalImage($post_ID)
    );

    See you!

  8. Hi there great plugin .. just one question… I put this on gravity forms so I will just past it here… Here is the problem I am having

    I am using the gravity forms posting fields to allow people to post a picture and testimonial of their yard for a contest… Then I am using the wp-autosocial plugin to take new post and send them to a fanpage wall…
    When they get sent to the wall through gravity forms the normal post shows up but a double post with a link pointing to the post id shows up which leads back to a 404 error page..
    When I post normally through the wp admin add new post this does not happen..
    Does anybody know why I am getting a double posting when someone submits through gravity forms to fan page wall or what could be causing this?
    1. Here is a screen shot http://imm.io/f0N4

    2. This is how the post get sent to wordpress post and then your plugin sees it as new post but sends it twice in two different ways
    https://greenprintlawns.com/yard-of-the-month/
    Thanks Scott

    3. Appreciate any help on this.. the other plugin I am using is here

  9. doesn’t work. It takes always the same pictures :(

  10. @Scott, i don’t know how Gravity Form works, and i don’t have a license to look at his code.
    I can’t help you with this, if the Gravity Forms developers tell you something about taht, just tell me and I try to solve this question.

    @Stream, be carefull with de Facebook image cache, sometimes are really horrible…

  11. I save it , tested it -says in blue “link” and nothing shows on facebook page, profile ID # is entered correctly and everything I see looks OK.

    How long does it take to show a blog post.

  12. I look at your page, and you use a group on Facebook, I don’t know if WP-AutoSocial works on Facebook Groups…

  13. Phoenix:

    I’m also having issues getting the token. I get through the first two steps and am then presented with a series of php errors. Using wordpress 3.3.1 and the custom community theme.

    I’ve already deleted and reinstalled the plugin several times, and am still getting the same errors.

    Here are the errors I am getting, I’ve found and removed all identifiable info:

    Warning: file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration in /homepages/21/d160344751/htdocs/SITENAME/wp-content/plugins/wp-autosocial/wp-autosocial.php on line 254

    Warning: file_get_contents(https://graph.facebook.com/oauth/access_token?client_id=IDREMOVED&redirect_uri=http%3A%2F%2FSITEURL%2Fwp-content%2Fplugins%2Fwp-autosocial%2Ffb-access.php&client_secret=APPSECRET&code=AQDkRTP_6z6oT34QvbI3iRxRH21MW9bs1CN_jC4qd7Go0qjvE2YOBIC44JV5oEon0cb15zyM6yRhrX6B5AwHOyAvVk5teOzda2-rNBjFvDwtYqKsNkVDUIz1XA3TDP0LESJ86u_-pizaLSEgqa4gLBazlXZykQkizFqf7re0qa6MQFM_EZcIoC_6GwI7ZH_9nfE) [function.file-get-contents]: failed to open stream: no suitable wrapper could be found in /homepages/21/d160344751/htdocs/SITENAME/wp-content/plugins/wp-autosocial/wp-autosocial.php on line 254

    Warning: Cannot modify header information – headers already sent by (output started at /homepages/21/d160344751/htdocs/SITENAME/wp-content/plugins/wp-autosocial/wp-autosocial.php:254) in /homepages/21/d160344751/htdocs/SITENAME/wp-content/plugins/wp-autosocial/fb-access.php on line 34

  14. @Phoenix, your server don’t have access to file_get_contents function… I can’t do anything!

  15. @Pau Capó
    I have the same problem of @Phoenix.
    Can use CURL instead of file_get_contents, or another alternative ?

    Thanks, great job!

  16. Hi, after getting the token, saving settings, then clicking Test It I get this:

    Fatal error: Uncaught OAuthException: Error validating application. thrown in /home/content/06/8933606/html/wp-content/plugins/wp-autosocial/facebook.php on line 543

    Thanks for any help!

  17. JLP:

    Hi Pau,

    First of all, thanks for the plugin it helps a lot, when I get set correctly the plugin it will be great.

    I have configured the Twitter and Facebook account, but when I try to publish on Facebook I recieved:

    Fatal error: Class ‘Facebook’ not found in /homepages/10/d400847500/htdocs/elrinconit/wp-content/plugins/wp-autosocial/wp-autosocial.php on line 197

    I am using WordPress 3.3.1 and the last version of WP-Autosocial.

    Please do not hesitate to ask me for more information in case it would be needed.

    Best Regards,
    Jose

  18. chris:

    for all the

    Fatal error: Uncaught OAuthException: Error validating application. thrown in /wp-content/plugins/wp-autosocial/facebook.php on line 543

    I found this solution:

    http://wordpress.org/support/topic/plugin-wp-autosocial-fatal-error-uncaught-oauthexception

  19. JLP:

    @chris Thanks, it works!

  20. Hello Paul,
    It’s a wonderfull plugin that you’ve created here!
    2 questions:

    1- How to integrate or connect BytLy to my Twitter post with AutoSocial?
    I’ve put my BytLy ID token but the connection doesn’t work.

    2- How can I specify the image of the article that have to appear on my fb wall?
    Thanks a lot.

    good continuation.

    Thanks,
    Thomas.

Deixa un comentari

L'adreça electrònica no es publicarà Els camps necessaris estan marcats amb *


nine − 1 =

Podeu fer servir aquestes etiquetes i atributs HTML: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code lang=""> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" extra="">