Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Karthick Dev

    (@karthick-dev)

    How can use the fblikeshare in checkout page , I need to add the share button after checkout is made .

    Plugin Author terrytsang

    (@terrytsang)

    Hi, if you want to reposition below button Add to Cart, you can replace line 74 with below:

    add_action( 'woocommerce_single_product_summary', array(&$this, 'tsang_fbsharelike_button' ), 35 );

    The color cannot be changed with my plugin as i am using official widget from Facebook. If you need to use this button at checkout page, you can put [fbsharelike] shortcode by editing page ‘Checkout’.

    i want to change the position on my pages, now it goes to the text ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Fb share like button re position’ is closed to new replies.