• How can I control the content of the message posted to the wall? I would like to customize it and only get the cliackable title, without the beginning of the text from the post.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • There is no option at the moment to post only titles to Facebook wall. I’ll consider that in later versions.

    You could hack the publish_to_facebook.php file included with the plugin, lines 68-78 build up a $wpbook_description variable, which is then used at line 93 (if there are images attached) or 104 (if there are no images).

    You could just set $wpbook_description = '' somewhere after line 78, but I’m not sure what Facebook does when passed an empty description.

    B.

    (@bandonrandon)

    if Facebook doens’t like an empty description you could always try $wpbook_description = 'nbsp;'

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Plugin: WPBook’ is closed to new replies.