Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • delaticoalsotano Friend
    #177549

    In JA Social Feed Plugin i´m getting imports from my Fb Page the way it looks in this link:

    http://sadai.es/web2012/index.php/facebook

    If i take a look to article, manager what i see is same i can see in frontend: First line and next whole content, For example, next lines are pasted from auto generated article:

    ¡Ya hemos superado los 500 Clicks de “Me gusta” en nuestra página de Facebook! B…
    ¡Ya hemos superado los 500 Clicks de “Me gusta” en nuestra página de Facebook! Bonita forma de empezar el año. ¡Gracias a todos!

    I´ve reinstalled plugin several times and of course is up to date, also tried deleting all articles and letting plugin take the content from start again..
    Sorry for my bad english

    Thanh Nguyen Viet Friend
    #454980

    Hello delaticoalsotano,

    To fix this issue please open the file: plugins/system/jasocial_feed/jasocial_feed.php

    Find and replace this code snippet:
    [PHP]$tcontent = !(trim($dt->title) == ”) ? $dt->title . ‘<br />’ . $dt->content : $dt->content;[/PHP]

    With:
    [PHP]$tcontent = (trim($dt->content) != ”) ? $dt->content : $dt->title;[/PHP]

    delaticoalsotano Friend
    #455003

    That´s correct, issue solved for me 🙂

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

This topic contains 3 replies, has 2 voices, and was last updated by  delaticoalsotano 12 years, 5 months ago.

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