Not a bug 2 links with a line break only unfurls the bottom link on post

frm

Well-known member
Affected version
2.2 Beta 5
Example:

 
Replicate 2 with page= value:

 
Cannot seem to replicate this as seen in this bug report:

 
We do read the entire <head> tag though.

The contents of which is:
HTML:
<!DOCTYPE html>
<html ng-app="content" ng-strict-di ng-controller="PageController" text-direction lang="{{locale}}" xml:lang="{{locale}}">
<head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta http-equiv="content-language" name="language" content="{{locale}}" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
    <meta name="ms.refView" content="" />
    <meta name="ms.pageType" content="" />
    <meta name="ms.Nav1" content="" />
    <meta name="ms.auth" content="" />
    <meta name="ms.ssversion" content="200" />
    <meta name="ms.flightId" content="vafx-contact-us-exp2-0|smc-survey-feat-1|smc-survey-elg-1|vac-utonnx-nlauto|vafx-marvel-ivr-0|cogs-gethelpdeeplink-2|vafx-entry-point-2|com-getsupport-1|ce-aatest-0|smc-clicktale|sps-premier-msaas-1|vafx-snt-1|sps-ppx-office-1|sps-ppx-nonoffice-1|sps-bcsurvey-1|sps-oasproducts-1|sps-surface-power-1|sps-devices-s2sauth-1|tasmigrationmseg|sps-sc-1|vafx-rawlog-1|vafx-enginev2-1|sps-details-1|amc-suspend-1|sps-devices-psd2-1|sps-bc-psd2|sps-xbox-power-1|sps-awa-fix-1|amc-spampredict-1|vafx-proxybot-1|vafx-outage-1|vafx-ons-1|sps-css-vnext-1|cogs-launchdeeplink-2|multitenanttasmigration_103|vafx-mts-french-azure-1|vafx-mts-german-1|vafx-mts-hungarian-1|vafx-mts-czech-1|vafx-mts-turkish-1|vafx-mts-korean-1|vafx-mts-polish-1|vafx-mts-dutch-1|vafx-mts-italian-1|vafx-mts-russian-1|vafx-mts-danish-1|vafx-mts-norwegian-1|vafx-mts-arabic-1|vafx-mts-swedish-1|vafx-mts-portuguese-1|sps-singlestackuhf-1|promo-ie-edgeupgrade-1|promo-chrome-edgeupgrade-0|promo-win8-to-win10-upgrade-banner-0|vac-dte-unilm-6lcf" />
    <meta name="ms.muid" content="346C765E44D26DEC3440796745D16CB0" />
    <meta name="ms.partnerId" content="" />
    <meta name="ms.cV" content="1tFHlxdc8E2ZR7n7.3" />
    <meta name="msvalidate.01" content="B79672A77B167E030BC40D0D0A4D372A" />
    <meta name="robots" content="noindex, nofollow" ng-if="noIndex" />
    <meta ng-repeat="metaTag in metaTags" name="{{metaTag.name}}" content="{{metaTag.content}}" />
    <base href="/" />

    <title ng-bind="title"></title>

    <link href="//www.microsoft.com/favicon.ico?v2" rel="shortcut icon">
    <link id="canonicalLink" rel="canonical" ng-href="{{canonicalUrl}}" />

<!-- some language stuff -->

<link rel="stylesheet" href="https://www.microsoft.com/onerfstatics/marketingsites-eus-prod/west-european/shell/_scrf/css/themes=default.device=uplevel_web_pc/3e-901128/3f-788d92/2a-4a3005/10-37b382/d8-118353/df-e480da/32-0a14bc/81-aa1473?ver=2.0" type="text/css" media="all" /><link rel='stylesheet' href='https://statics-marketingsites-eus-ms-com.akamaized.net/statics/override.css?c=7' type='text/css' />
    <link id="mwf-css-url" rel="stylesheet" type="text/css" href="/app/content/content/mwf/1.55.0/css/mwf-west-european-default.min.css" ng-href="{{(mwfConfig && mwfConfig.cssUrl) ? mwfConfig.cssUrl : '/app/content/content/mwf/1.55.0/css/mwf-west-european-default.min.css'}}" />
    <link href="/app/content/content/webcore-utils/ltr/wc-utils?v=QF17-v6VdxpQha_VhLtYVtcvnncULxuQ9gPjy4PzWqE1" rel="stylesheet"/>

<link href="/app/content/bundles/css-next?v=RwN9e-eMDvxrTkTdjxaYUDfoNoNTy5HwfUARuHZ6bsk1" rel="stylesheet"/>

</head>

There's just nothing usable in there. I had to cut out a bit in the middle because it was pushing the length of this message longer than the limit.

It seems their pages require JavaScript to load in the content. It's just not something we even attempt to workaround.
 
If you're ever unsure about why a specific link is not unfurling then use the Tools > Test URL unfurling page in the Admin CP.
Thanks, did not know about that feature. I thought it was a B5 thing.
that post has links from two different subdomains... answers and support. it's likely support.microsoft.com pages are not working with unfurl because of complicated code. this happens on some domains. has been discussed in other threads. basically these pages do not include title tag and meta description in the top area of the html. xenforo does not read the whole page.
Makes sense. :)
 
Top Bottom