if (!isPhotoCard && twitter.card instanceof Array) {
            isPhotoCard = twitter.card.indexOf("photo") > -1;
        }