• First off, after a little while spent setting up, this plugin looks really useful. However, I’ve noticed that when it posts to my Page’s Wall, it first posts a line something like this:

    “Foo* Foo has published a new blog post at Foo”.

    Given that my Facebook Page and WordPress site all have the same name, this looks/sounds somewhat clumsy. Is there any way to change this simply to “New Blog Post”?

    *Name of Facebook Page

    http://wordpress.org/extend/plugins/wpbook/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Sure. In wpbook.php take a look at line (in version 1.5.5) 880:

    $message = $my_author .' has published a new blog post at '. get_bloginfo('name');

    You can change that however you like. $my_author gets defined a few lines earlier:

    $my_author=get_userdata($my_post->post_author)->display_name;

    But you don’t have to use it

    Would it be possible to add an option in Settings to either disable this message ” has published a new blog post at ” or customize it?

    Otherwise, if we customize this manually, we will have to hope to remember to edit it again after a plug-in update.

    Otherwise… I am loving this plug-in so far.

    mryder – check out wpbook 2.0.1 and help test this feature.

    (I haven’t moved the STABLE tag, but you can get other versions by visiting http://wordpress.org/extend/plugins/wpbook/download )

    mryder – this is also a feature of WPBook 2.0.2 – attribution line.

    Can you check it out and then mark this thread resolved?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: WPBook] Changing Wall Post Format?’ is closed to new replies.