• Resolved superkot

    (@superkot)


    I have a custom self-made php code in header and footer for social sharing, that generates proper sharing links on my pages (plenty of people use similar code or plugins for the same purposes). However, SS seems to ignore it completely, and the links in generated static pages are empty. Adding them manually is not an option since I have over 200 pages in my website.

    There are
    echo urlencode( get_permalink() );
    and
    echo htmlspecialchars( urlencode( html_entity_decode( get_the_title() . ' - ' ) ) );

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

    (@superkot)

    Guess I figured it out, I didn’t have the absolute path turned on, so it created relatives.

Viewing 1 replies (of 1 total)
  • The topic ‘PHP-created URLs dont get converted’ is closed to new replies.