Facebook share button: how to implement

后端 未结 4 944
野性不改
野性不改 2020-12-16 20:13

I\'m trying to figure out how to implement the Share button exactly as how it is implemented here. I want the ability to let users post a given link to their news feed with

4条回答
  •  春和景丽
    2020-12-16 20:14

    Edit the page you want to be shared, add these to the meta tags in the head.

    
    
    
    
    

    There is a list of the og properties other than these here- http://ogp.me/

    Next insert this where you want the share button on your page,

    Share
    

    Obviously take out the xxx's and leave the " " , if you change any of the above while testing you may have to go to facebook debugger and debug it as it sometimes hold on to the original content.

    hope this helps

提交回复
热议问题