• Francesco

    (@fcolombo)


    Hi,

    Great plugin! Thanks for creating and maintaining it.

    Would it be possible to have data-href="www.mydomain.com/page1.html", so that websites that migrate fromhttptohttps` can carry over the comments history from http pages to https pages?

    Just an idea. Cheers!

Viewing 1 replies (of 1 total)
  • Thread Starter Francesco

    (@fcolombo)

    I think the bit of code that needs manipulating is at line 286 of /public/class-lfc-public.php:

    
    		$html .= '<div class="fb-comments" data-width="' . $width . '" data-href="' . get_permalink() . '" data-numposts="' . $count . '" data-colorscheme="' . $color . '" data-order-by="' . $order . '"></div>';
    

    There should be a way so that get_permalink() returns the URL without http:// and/or https://.

Viewing 1 replies (of 1 total)

The topic ‘Compatibility for both http and https versions of the website’ is closed to new replies.