[Plugin: WPBook] Allow 3rd party plugins to edit the attachment
-
Hi.
Thanks for all the effort you put in this pluggin.
I want to allow mudslideshow (a plugin of mine) to edit the ‘attachment’ after WPBook sends it to Facebook. The reason: thumbnails in MudSlideShow comes from picasa, and WPBook can’t get them.
To solve this, I want you to add this line before each api call where WPBook send the attachment:
$attachment = apply_filters('wpbook_attachment', $attachment, $my_post->ID);
This way I can add the filter inside Mudslideshow and allow the plugin to define the thumbnail.
Thanks in advance.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘[Plugin: WPBook] Allow 3rd party plugins to edit the attachment’ is closed to new replies.