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

    (@tkinkart)

    On line 641 in simple-share-buttons-adder.php I switched this:
    $urlCurrentPage = get_permalink($post->ID);
    to this:
    $urlCurrentPage = “$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]”;

    And it works now.

Viewing 1 replies (of 1 total)
  • The topic ‘Share Button only Shares Last Half of URL’ is closed to new replies.