Title: Maximum Post Text Length
Last modified: August 22, 2016

---

# Maximum Post Text Length

 *  Resolved [Alain Lankers](https://wordpress.org/support/users/alain-lankers/)
 * (@alain-lankers)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/maximum-post-text-length-1/)
 * I have set Maximum Post Text Length to 50. But still it shows the full text length
   of the Facebook post. You can check it on (in footer) [http://bit.ly/1zsRcUy](http://bit.ly/1zsRcUy)
 * [https://wordpress.org/plugins/custom-facebook-feed/](https://wordpress.org/plugins/custom-facebook-feed/)

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

 *  Plugin Author [smashballoon](https://wordpress.org/support/users/smashballoon/)
 * (@smashballoon)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/maximum-post-text-length-1/#post-5583391)
 * Hey Alain,
 * The issue is that it looks like your WordPress theme is missing the WordPress
   [wp_footer function](http://codex.wordpress.org/Function_Reference/wp_footer)
   from it’s footer.php file. This is required by plugins in order to add JavaScript
   files to your page. You can resolve this by adding the following immediately 
   before the closing </body> tag in your theme’s footer.php file:
 * `<?php wp_footer(); ?>`
 * Let me know whether that solves the problem for you,
 * John
 *  Thread Starter [Alain Lankers](https://wordpress.org/support/users/alain-lankers/)
 * (@alain-lankers)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/maximum-post-text-length-1/#post-5583448)
 * Thanks John for your support, the problem has been solved now.
    Great plugin!
 *  Plugin Author [smashballoon](https://wordpress.org/support/users/smashballoon/)
 * (@smashballoon)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/maximum-post-text-length-1/#post-5583546)
 * Awesome, glad to hear that Alain 🙂 No obligation, but if you like the plugin
   and feel like leaving a super-quick [review](https://wordpress.org/support/view/plugin-reviews/custom-facebook-feed)
   then it really helps to support the development of the plugin!
 * If you have any other issues at all then just let me know,
 * John

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

The topic ‘Maximum Post Text Length’ is closed to new replies.

 * ![](https://ps.w.org/custom-facebook-feed/assets/icon-256x256.png?rev=2700775)
 * [Smash Balloon Social Post Feed - Simple Social Feeds for WordPress](https://wordpress.org/plugins/custom-facebook-feed/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/custom-facebook-feed/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/custom-facebook-feed/)
 * [Active Topics](https://wordpress.org/support/plugin/custom-facebook-feed/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/custom-facebook-feed/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/custom-facebook-feed/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [smashballoon](https://wordpress.org/support/users/smashballoon/)
 * Last activity: [11 years, 5 months ago](https://wordpress.org/support/topic/maximum-post-text-length-1/#post-5583546)
 * Status: resolved