Create Facebook share button, without automatic customization -
i'm creating own facebook button using following istructions:
http://www.kimwoodbridge.com/how-to-create-your-one-facebook-share-url/
however title , meta-information replaced information automatically fetched facebook.
in other words, description append using &t=<title of content>
, replaced facebook automatically retrieved page title.
how can disable ?
thanks
ok. how parameter &t works. if facebook unable reach page, use "t" parameter instead. you’ll want provide "t" in case there network problem when facebook tries connect.
in other cases, facebook use your:
<meta name="title" content="your title" /> <meta name="description" content="your content" />
for thumb
<link rel="image_src" href="http://www.example.com/image.jpg" />
now ok?
Comments
Post a Comment