• mrboats

    (@wpseiskaadmin)


    I was testing og and twitter markup and noticed that the URL for language versions is not correctly set in v2.2.3.1. The default site (dokk.fi) is OK but the english version (dokk.fi/en) has the or and twitter URL set to just the default dokk.fi. For twitter this does not seem to matter but for Facebook this results in the Facebook share content being picked up in the wrong language. In some earlier version this used to work OK.

    All other pages behave correctly.

    Language is managed with qTranslate/ + qTranslate slug.

    The page I need help with: [log in to see the link]

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

    (@wpseiskaadmin)

    Removing this one line seems to have fixed the issue.

    if ( is_front_page() ) {
    	/* Fix homepage type when it's a static page */
    	/*  $fb_url = get_option('home').(intval($this->options['fb_url_add_trailing'])==1 ? '/' : '' );*/
Viewing 1 replies (of 1 total)
  • The topic ‘og:url and twitter:url incorrect for language versions’ is closed to new replies.