Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Diogo15,
    as said in the new FAQ: […] you can call the really_simple_share_publish($link=”, $title=”) PHP function, passing it the link and the title used by the buttons.

    You shouldn’t leave the parameters blank, unless the code is put inside the WP loop. For example, use this code to create buttons linking to the website home page:
    echo really_simple_share_publish(get_bloginfo(‘url’), get_bloginfo(‘name’));

    Thread Starter Diogo15

    (@diogo15)

    @whiletrue

    Thanks you!!…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Really simple Facebook Twitter share buttons] How do i use the new function: "really_s’ is closed to new replies.