javascript - how to use Facebook share button in my web page to share or post something to facebook page? -


i added facebook share button website sharing or posting things profile timelines not sharing or posting page(like fans page in facebook).is there anyway choose post fan page? 1 can me? plz..

considering whatever "things" in website, product id 123, example.

you can make users it/share using standard fb-like button. when and/or share it, comes thing liked on website. if object of yours, has proper url proper meta-tags, show nicely on fb story. guide here

you can use facebook debug tool testing if sharing, meta tags working expected here.

if want page object of sharing, thing can done users can page website. cannot share stories api page, page not entity. meaning not user.

so, if page said,

user xyz liked item abc on yourwebsite.com

it won't make sense people see this.

instead if userxyz liked itemabc on site, following update on fb make more sense.

userxyz liked itemabc on yourwebsite.com (this have proper pictorial representation , clickable link website if button , destination url configured correctly)


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -