javascript - How to change the image thumbnail dynamically by using Facebook web SDK -
facebook development newbie.
i have added meta tags html file want share facebook. like:
<meta property="og:type" content="article"/> <meta property="og:title" content="title"/> <meta property="og:description" content="description"/> <meta property="fb:app_id" content="23232323323232"/> <meta property="og:image" content="https://fajfladjfaljafl.jpg/>
i want make image thumbnail in facebook profile different different people. example, people can small test here share result facebook, image thumbnail should test result of person. how can this.
now thinking generate new webpage within specific meta property person every time. this's dump!
can change <meta property="og:image" content="https://fajfladjfaljafl.jpg/>
automatically when people share facebook? or other ideas?
thank much!!
hi everyone:
i doing via feed dialog. @mosh feu , @cbroe said, doesn't make sense change meta data.
i using feed share link
https://www.facebook.com/dialog/feed?app_id=app_id&link=url&picture=thumbnail_url&name=name&description=description&caption=caption&redirect_uri=redirect_uri
to define parameters every time.
Comments
Post a Comment