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/
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/
add_filter('sfc_excerpt_length', 'fiftyonly');
function fiftyonly() { return 50; }You must log in to post.