Replies: 0
Is there any way to adjust the plugin so that I can programmatically define which image to use depending on the title?
With Jetpack publicise for Facebook I use
function jeherve_custom_image( $media, $post_id, $args ) {...}
which looks at the title and defines an image based on that. But is there a way to do the same with this plugin?