Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • kjlarski JATC
    #190743

    Hi there-

    I’m experiencing an issue when the social plugin is bringing in content from Facebook. When the original Facebook post is tagging another user, the link in Wall isn’t correctly appearing.

    For example, please see http://socialraise.co/jfnew/index.php?option=com_content&view=article&id=31115:facebook-id-9c4402476cc721b6d448857d4da80189&catid=143:strings&Itemid=625

    If you scroll down, you’ll see that 2Cellos (Sulic & Hauser) and Zucchero Fornaciari are hyperlinked because they were tagged in Facebook. Howvever the profile ID in the user is appending to our URL instead of Facebook. So for Zucchero Fornaciari, the URL goes to http://socialraise.co/profile.php?id=114975618534362 instead of https://www.facebook.com/114975618534362

    Any idea how to fix this bug? I’ve provided the admin/ FTP credentials. Any help or guidance would be greatly appreciated.

    Thanks,
    Kevin

    phong nam Friend
    #506466

    Hi Kevin,

    Lets wait me some time to check this issue carefully. I will back to reply with detailed suggestion then.

    phong nam Friend
    #506563

    Hi Kevin,

    The same issue of wrong FB user profile link also occurred when i tried to test the JA Social System Feed plugin on our JA Wall demo site. In this case, i have already told our developer to update this bug fix in the next version of our plugin. We can keep track on the work flow at http://pm.joomlart.com/browse/JAECPLGSOCIALFEED-65

    I still keep track on this issue and remind you when the next update of this plugin is going to be available.

    kjlarski JATC
    #506899

    Hi Leo-

    Many thanks for your response. Is there any way to receive the fix prior to the next release? Please let me know anything I can do to help. The bug is quite noticeable, and would really like to get the fix in as soon as possible.

    Thanks again for your continued help.

    All the best,
    Kevin

    phong nam Friend
    #507035

    Hi Kevin,

    I’m not the author of this JA Social Feed Plugin so that it will be quitely hard and take much time support for me to check, correct and test the fix. Anyways, this bug was already set to “Critical” in issue report so that our developer will prioritize to work on it first. Hope that the next update is going to be available in early time.

    kjlarski JATC
    #507391

    Hi Leo-

    Thank you again for your response. Is there any way the author could look at the issue now? It’s a critical bug and unfortunately, we cannot wait.

    Thanks,
    Kevin

    phong nam Friend
    #507746

    Hi Kevin,

    Our developer already prioritized to fix the FB profile link issue of imported content on your website before we release the next version of JA Social System Feed plugin. The tags of FB users in article content links correctly to the FB profile now. What he did is editing the /plugins/system/jasocial_feed/jasocial_feed.php file, adding these codes at line 83:


    //fix imported data in early versions
    $db = JFactory::getDbo();
    $tables = $db->getTableList();
    $k2installed = in_array($db->getPrefix().'k2_items', $tables);

    $versions = array('1.1.1');
    foreach($versions as $ver) {
    $file = dirname(__FILE__).'/'.$ver.'.log';
    if(!JFile::exists($file)) {
    switch($ver) {
    case '1.1.1':
    JFile::write($file, date('Y-m-d H:i:s'));

    $query = "UPDATE #__content
    SET
    `introtext` = REPLACE(`introtext`, ".$db->quote('"/profile.php').", ".$db->quote('"https://www.facebook.com/profile.php')."),
    `fulltext` = REPLACE(`fulltext`, ".$db->quote('"/profile.php').", ".$db->quote('"https://www.facebook.com/profile.php').")
    WHERE `alias` LIKE 'facebook-id-%'";
    $db->setQuery($query);
    $db->execute();

    if($k2installed) {
    $query = "UPDATE #__k2_items
    SET
    `introtext` = REPLACE(`introtext`, ".$db->quote('"/profile.php').", ".$db->quote('"https://www.facebook.com/profile.php')."),
    `fulltext` = REPLACE(`fulltext`, ".$db->quote('"/profile.php').", ".$db->quote('"https://www.facebook.com/profile.php').")
    WHERE `alias` LIKE 'facebook-id-%'";
    $db->setQuery($query);
    $db->execute();
    }
    break;
    }
    }
    }

    Anyways, I also attached this fixed jasocial_feed.php so that you can apply on your productive site. And can you check your website again and write some words to ensure that the issue is completely fixed ?


    1. jasocial_feed.zip
    kjlarski JATC
    #507921

    Hi there-

    Great! This worked very well. Thank you, thank you!

    Best,
    Kevin

    brandpropaganda Friend
    #511981

    Hi, for me it did not work. I replaced the attached file and continues charging only thumbnails.

    phong nam Friend
    #511986

    Hi brandpropaganda,

    The attached file (jasocial_feed.php) is only used to fix the incorrect FB profile of user being tagged in FB posts that our JA System Social Feed Plugin gets data from. I’m afraid that it is not related to the thumbnail issue you mentioned.

    Anyways, can you tell me more details about your issue and check through our JA Wall template demo ? If the issue also happens on our demo, that means it is a bug of our template. We will hurry up to check and give you suggestions to fix it then.

    brandpropaganda Friend
    #512268

    ok

    The JA SOCIAL FEED plugin does not load images from facebook page and only the thumbnails. There is a bug? Can I do something to fix this problem?

    URL: http://vitrinealphaville.com.br/

    See photos in articles.

    phong nam Friend
    #512336

    Hi,

    It seems that there is something wrong with the JA System Social Feed plugin configuration or the menu item settings, because I tested our this plugin on our JA Zite template to display the FB post with images from Iveco page. The K2 items contaning FB imported data still display fine full image like my attached snapshot below.

    In this case, you can send me PM with the site’s admin login info. I will help you to check this issue.


    1. facebook
    brandpropaganda Friend
    #512384

    please take a look at the website: http://www.vitrinealphaville.com.br

    See the images are of low quality because the plugin already loaded by Article scoial feed only carries the miniature facebook

    phong nam Friend
    #512411

    Hi brandpropaganda,

    Yes, you are right. The plugin does import the low quality of some thumbnail images from FB posts. Please wait me for some time to ask this plugin developer for better solution in this case or at least a clear explanation on it. I will come back to reply you as soon as possible.

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

This topic contains 14 replies, has 3 voices, and was last updated by  phong nam 11 years ago.

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