Viewing 1 replies (of 1 total)
  • Hi Arundeep,
    as stated in the 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’));

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Really simple Facebook Twitter share buttons] Any PHP Code i can use in the page (.php file’ is closed to new replies.