Viewing 1 replies (of 1 total)
  • Thread Starter cadfile

    (@cadfile)

    I figured out how to do this without any major hacking.

    Look for the following line in the first section of the fpp_index.php file under “Constants”

    define('FPP_FACEBOOK_LINK_DESCRIPTION_MAX_LENGTH', 340); // Facebook link description allows max. 420 characters, 340 are always shown

    Then change the number from 340 to what you want. Facebook’s limit is now 5000 characters so I set the constant at 1000 and this worked for me. It showed my full excerpt.

    The only issue is if the plugin is updated you will have to do this change again.

Viewing 1 replies (of 1 total)
  • The topic ‘Changing the Length of post excerpt shown’ is closed to new replies.