I'm adding like button for every video a user uploads to my app.
The like button href is directed at "http://mydomain.com/redirector.aspx?id=[uniqueId]".
When the user likes a video, it all works as planned, but in the feed there's a line displaying the "mydomain.com" domain.
The client doesn't want to see that line, and I can't find a way to remove it.
This is the same line that when posting with fb.ui feed, can be removed via the "caption" property (I like to set it to "&-nbsp;".
I've tried placing "og:site_name" property in the redirector.aspx, but no luck here.
Has anyone ever had any luck with making this line disappear?
I want to point out that the problem is not about facebook scraper following the redirection, it does not. The problem is not knowing what og tag to use to make the domain line disappear.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|||||
|
|
You can try this: On the redirec URL, look for the useragent I describe the process on my website, and I've used it for clients in the past. Once implemented, test the redirect URL using the Debug Tool to confirm it works. |
|||||
|