Forums

Simple Facebook Connect
publish only the first 50 characters then at read more link (2 posts)

  1. hhan
    Member
    Posted 5 months ago #

    hello,

    how i can publish my blog post to my fb wall but only the first 50 characters then add read more after it?

    anyway, thanks for this great plugin :)

    thank you for your answer sir.

    http://wordpress.org/extend/plugins/simple-facebook-connect/

  2. Otto
    Tech Ninja
    Posted 5 months ago #

    add_filter('sfc_excerpt_length', 'fiftyonly');
    function fiftyonly() { return 50; }

Reply

You must log in to post.

About this Plugin

About this Topic