test
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • sergiobaiao Friend
    #189909

    Hi there,

    I’m using JA Social Feeds on my site, and it’s importing the feeds ok. But i wanted a way to set the article image_intro and/or article image_full from the imported images, just like it does with urla, urlb, urlc etc. How is this possible?

    sergiobaiao Friend
    #502963

    I tried to solve this by editing tables/joomla.php and adding this :

    $images = new stdClass();
    $images->image_intro = $post[‘source_images’];
    $images->float_intro = ”;
    $images->image_intro_alt = ”;
    $images->image_intro_caption = html_entity_decode($post[‘source_title’], ENT_COMPAT, ‘UTF-8’);
    $item[‘images’] = json_encode($images);

    just before:

    //urls
    $urls = new stdClass();

    but image_intro is being saved as “false” on the DB. image_intro_caption works just fine.

    please help to solve this.

    Wall Crasher Developer
    #503132

    Hi sergiobaiao,

    JA Social Feed has done it for you.

    Please take a look at this function ‘private function getArticleImageObj’, JA Social Feed sets the intro_image for you.

    It is false (in your code), so it means, the feed does not contain any valid image.
    The image must be at least minimum size. You should see this value in profile configuration. They are “Minimum Image Width” and “Minimum Image Height”.

    Regards

    brandpropaganda Friend
    #511974

    Hello!

    I have the same problem. The captured image is only a thumbnail, the original does not load. What should I do?

    Saguaros Moderator
    #512069

    Hi brandpropaganda,

    Did you try to set value for minimum image width and height like Wall Crasher’s suggestion?

    If problem still persists, you can pm me admin login info of your site and tell me the facebook profile having this issue.

    Regards

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 4 voices, and was last updated by  Saguaros 11 years ago.

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