Viewing 4 replies - 1 through 4 (of 4 total)
  • I’m the same – I would like to place the button at the right hand side, opposite where I have my Share buttons at the bottom of my posts currently:

    https://dannybrown.me/2013/03/06/the-fallacy-of-transparency-in-social-media/

    I tried HTML in the settings box, but nothing seemed to work, and instead it removed the button but left the “send to Kindle” text.

    Can you advise the code needed and where it would go, please?

    Thanks.

    Anonymous User 11607829

    (@anonymized-11607829)

    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();

    Hi David,

    Does that go in the HTML box on the Advanced area, or elsewhere? it’s not to go into the Flare sharebar, etc, but to sit at the end of the post on the right hand side, with the Flare buttons on the left hand side.

    Thanks!

    Thread Starter JeffreySummers

    (@jeffreysummers)

    Thanks David. I’ll await the update and load it. Appreciate your effort.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Layout’ is closed to new replies.