14

そこで、Twitter と Facebook の共有機能をテストしています。

現在、Twitter の共有ボタンをテストしています。metaタグを追加し、数時間検索した後、ツイートを埋め込むことができることがわかりました (自分のサイトにリンクするツイートに Twitter の画像を埋め込む)。ツイッターカード。

私のメタコード:

   <meta name="twitter:card" content="summary_large_image">
    <meta name="twitter:site" content="http://MY_IP_ADDRESS:3000/">
    <meta name="twitter:creator" content="@random">
    <meta name="twitter:title" content="Parade of Fans for Houston’s Funeral">
    <meta name="twitter:description" content="NEWARK - The guest list and parade of limousines with celebrities emerging from them seemed more suited to a red carpet event in Hollywood or New York than than a gritty stretch of Sussex Avenue near the former site of the James M. Baxter Terrace public housing project here.">
    <meta name="twitter:image" content="http://cdn0.lostateminor.com/wp-content/uploads/2015/10/Amazing-long-exposure-photos-make-light-look-like-cobwebs-on-trees2-650x434.jpg">

次に、次のような共有ボタン:

  <img src="http://cdn0.lostateminor.com/wp-content/uploads/2015/10/Amazing-long-exposure-photos-make-light-look-like-cobwebs-on-trees2-650x434.jpg">
    <a href="https://twitter.com/intent/tweet?button_hashtag=test" data-url="http://localhost.share.com/" target="_blank">Tweet #test</a>
  </img>

ハッシュタグをつぶやくと、画像が拾われたりつぶやかれたりしません。だから私は自分のサイトを実行しようとしています(私はテストしているので、TwitterのCard Validatorのローカルホストでテストしています)https://cards-dev.twitter.com/validator

次のエラー メッセージが表示されます。エラーメッセージ

私が間違ったことをしたアイデアはありますか?または、IPTwitter カードをテストするために自分のアドレスを使用できないのはなぜですか?

ありがとう!

4

1 に答える 1