LoginSignup
5
4

More than 5 years have passed since last update.

JSだけでFB:OGP情報をなるべくいつも最新のものにするための対策

Last updated at Posted at 2015-10-15

以下のスクリプトをページ内に仕込んでおくことで、表示したページのOGP情報のクリアのリクエストを送信する。

$(function(){
  $.post('https://graph.facebook.com',{
    'scrape' : true,
    'id' : location.href
  });
})
5
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
4