• Hi
    first: it is a great plugin πŸ™‚

    second: is it possible to implement a title to the “button” function
    translation ready

    $button = apply_filters( 'printfriendly_button', '<div class="printfriendly'.$align.'"><a title="...." href="'.$href.'" rel="nofollow">'.$this->button().'</a></div>' );

    thanks
    Monika

    https://ww.wp.xz.cn/plugins/printfriendly/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Print & PDF by PrintFriendly

    (@printfriendly)

    We will look into whether we can support this. Do you know of any plugins which support this feature so that we can see it in action?

    Thread Starter Monika

    (@monika)

    oh my goodness
    I understand your meanings really false πŸ™‚

    to see this in action => what do you mean?
    code example?
    or title-attribut?

    I did a dirty hack, but only in german language

    pf.php
    line 399

    $button = apply_filters( 'printfriendly_button', '<div class="printfriendly'.$align.'"><a title="Artikel ausdrucken" href="'.$href.'" rel="nofollow" '.$onclick.'>'.$this->button().'</a></div>' );

    Plugin Author Print & PDF by PrintFriendly

    (@printfriendly)

    What I meant was – have you come across any public plugin(s) which provides translation ready buttons?

    Thread Starter Monika

    (@monika)

    http://ww.wp.xz.cn/plugins/contact-form-7/

    folder
    contact-form-7/modules/submit.php

    I hope this is a correct example …. πŸ™‚

    Plugin Author Print & PDF by PrintFriendly

    (@printfriendly)

    This is great πŸ™‚

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘print button with title’ is closed to new replies.