Home > database >  How to show an action button in Facebook interface (web)
How to show an action button in Facebook interface (web)

Time:10-01

I'm looking for a way to put an action button or link associated with a FB post that will show up on any posts in someone's stream as they're reading their main page.

What I was thinking is a little link after the text of the post or a button in the action menu on each post, but any option that gives the user the ability to take an action for any individual post would work. I want someone to be able to copy the FB post's text into our database. This would give the user the ability to see certain posts they pick out of their feed in our application.

I can do this with a browser extension and have one written that does this, but I was wondering if there's a way with the FB API or FB Apps or something in the FB development tools ecosystem to do something like this.

Any help is appreciated.

CodePudding user response:

Based on the limited responses I'm getting here I'm going to say that this is not possible.

  • Related