Jeffrey, the display issues with wrapping is currently fixed in our development version, and I will be releasing 1.0.2 of the plugin today to fix this. To help out your issue with spacing, you can edit the CSS file located around wp-content/plugins/send-to-kindle/media/kindle.css
, find the section for .kindleWidget
and add a line like margin-bottom: 10px;
, or whatever spacing suites your taste. In the future, we may consider adding an interface option to change this more easily.
Danny, I am afraid WordPress does not allow plugin authors terribly fine control over injecting content other than “before” or “after” the post content. It looks like you are using Flare for your share buttons, but we do not support integrating with that share bar at this time. You can experiment with using the PHP line below to manually place the button:
echo STK_Button::get_instance()->get_button_html();