Viewing 2 posts - 91 through 92 (of 92 total)
  • Author
    Posts
  • Thanh Nguyen Viet Friend
    #560492

    <em>@shaughan 459744 wrote:</em><blockquote>Keeping this thread alive in the vain hope that techies see it. Currently version 1.1.9 is out, updateable via the extension manager. They have managed to get Facebook feeds going again, after a long downtime, but the current build is now back to gragging smaller timeline images into the articles. So a step backwards.</blockquote>

    Hello,

    We are sorry about this issue as it has many cases of image link formats, although we tried to test as much cases as possible, we could cover for all cases.

    To resolve your case, please open the file
    system/jasocial_feed/jasocial_feed.php

    Find a code snippet:
    [PHP]if(preg_match(‘#/([0-9]+)_([0-9]+)_([0-9]+)_(o|n|b)?.(jpg|png|jpeg|gif|bmp)#i’, $img, $matches)) {
    //is original, normal, big image[/PHP]
    And replace it with:
    [PHP]if(preg_match(‘#/([0-9]+)_([0-9]+)_([0-9]+)_(o|b)?.(jpg|png|jpeg|gif|bmp)#i’, $img, $matches)) {
    //is original, big image[/PHP]

    shaughan Friend
    #560733

    Oh, well done!:D The method above works. For anyone doing this upgrade, remember to delete your imported articles before you import them again. Facebook settings should be Update article:yes, Use image:yes, Save image:no – this is for each feed.

Viewing 2 posts - 91 through 92 (of 92 total)

This topic contains 92 replies, has 9 voices, and was last updated by  shaughan 9 years, 2 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum