Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Lax Mariappan

    (@lakshmananphp)

    Hi Gen,

    Thanks for your feedback!

    Here is the fix

      Step 1 : Download the plugin (fbf-facebook-page-feed-widget) via FTP
      wp-content/plugins/fbf-facebook-page-feed-widget/

      step 2 : Open the file fbf_facebook_page_feed.php by using any editor (PHP designer or notepad++ or any one of your choice)

      Step 3 : Just replace this code block on line number 76

      if ($options['show_description'] != '') {
      	   $entry[$i]->description = str_replace('href="', 'href="http://www.facebook.com', $entry[$i]->description);    //This is to fix the url issue.
      	   $returnMarkup .= "<div class=\"fbf_desc\">".$entry[$i]->description."</div>"; // Full content
          }

      step 4 : save the file and upload the plugin(overwrite).

    Hope it helps!

    Please let me know still you have any issues!

    Thread Starter Gen00b

    (@gen00b)

    Excellent, works like a charm! Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: FBF Facebook page Feed Widget] Links in description not working’ is closed to new replies.