Facebookの共有リンクに投稿内の画像のサムネイルが表示されていませんか?
6 回答
- 投票
-
- 2011-03-21
<meta property="og:image" content="http://alexchen.info/taiwantalk/wp-content/uploads/2011/03/cheating.png" />
http://developers.facebook.com/docs/reference/plugins/like/そして「ステップ2-オープングラフタグを取得する」を参照してください
OpenGraphタグの生成に役立つWPプラグインもたくさんあります.
<meta property="og:image" content="http://alexchen.info/taiwantalk/wp-content/uploads/2011/03/cheating.png" />
Visit http://developers.facebook.com/docs/reference/plugins/like/ and see "Step 2 - Get Open Graph Tags"
There's also a lot of WP plugins out there that can help you to generate Open Graph tags.
-
- 2011-04-20
Facebookは、ページを共有するときにページに関する情報をキャッシュします. URL Linter を使用してキャッシュを更新し、FBがページにどのような情報を持っているかを正確に確認できます..リンターは、これらの問題について私をかなり助けてくれました.
Facebook caches information about a page when share it. You can use the URL Linter to refresh the cache and see exactly what info FB has on your page. The linter has helped me quite a bit with these issues.
-
先日、新しい画像に更新した後に同じ問題が発生しましたが、今日、新しい画像が表示されていることに気づいたので、キャッシュする必要があると考えていました.I had this same issue the other day after updating to a new image, then I noticed today that it shows the new image so I was thinking it must be cached, thanks for verifying that
- 0
- 2012-03-20
- JasonDavis
-
- 2011-03-20
ドキュメントのheadタグに画像ソースメタタグを追加する必要があります.
<link rel="image_src" href="http://site.com/image.jpg" />
You need to Add a image source meta tag to the head tag of your document.
<link rel="image_src" href="http://site.com/image.jpg" />
-
それでも機能しません.私の編集をご覧ください.Still doesn't work please see my EDIT.
- 0
- 2011-03-21
- janoChen
-
- 2011-08-09
Open Graphが最適です!開いているグラフのメタタグを配置し、Facebook Linterを使用して、すべてのデータが正しく処理されているかどうかを確認します.
Open Graph is the way to go! Put the open graph meta tags, and then use Facebook Linter to check if all your data comes through right.
-
- 2012-03-20
URLの先頭と最後の末尾の「/」から「http://www.」を削除するだけで、機能するはずです.修正してください!
Just remove the 'http://www." from the front of the URL as well as the last trailing '/' and it should work. Fixed it for me!
-
- 2011-09-11
私はOGタグと、これまでインターネット全体でアドバイスされてきた他のほとんどすべてを試しましたが、どれも機能しませんでした.それはちょうど私を夢中にさせたので、最終的に私は最終的に機能するアマチュアコードを少し書きました.タイトルと画像を、抜粋とともにユーザーのfbウォールに投稿するだけです.それは私のために働いたので、私はそれのためのチュートリアルを載せました https://www.facebook.com/imperialantiques?v=app_100783790015943
I tried the OG Tags and pretty much everything else that has ever been advised all over the internet and none of it worked. It just about drove me crazy, so in the end I wrote my own little bit of amateur code which finally works. It simply posts the Title and the image, with an excerpt onto the users fb wall. It worked for me so I put up a tutorial for it https://www.facebook.com/imperialantiques?v=app_100783790015943
-
フープを飛び越えないと見ることさえできない場所に他の人を送り出すことは、StackExchange標準による非常に貧弱な答えになります.ここに完全な情報を投稿するか、サイトのすべての訪問者が他の方法でアクセスできるようにすることを検討してください.そうしないと、削除される可能性があります.Sending others off to somewhere you can't even view without jumping through hoops makes very poor answer by Stack Exchange standards. Please consider posting full info here or making it accessible in other way to all visitors of the site. Otherwise it's likely to get deleted.
- 0
- 2011-09-11
- Rarst
-
[答えは、外部サイトへの単なるリンク以上のものでなければなりません](http://wordpress.stackexchange.com/faq#deletion).ソリューションを追加してください.[An answer should be more than just a link to an external site](http://wordpress.stackexchange.com/faq#deletion). Please add a solution.
- 0
- 2012-05-01
- fuxia
通常、Facebook共有はサイトから画像を取得して投稿し、サムネイルとして表示します.
テストページのFacebookリンクで共有を押すと、表示されません.
これは私のテストサイトです: http://alexchen.info/taiwantalk/
これはコードです:
編集:
必要なすべてのメタタグとリンクを追加しました:
ただし、表示されるのはこれだけです:
何か提案はありますか?