How hide tilte, decriptions, change url when I shared link to facebook like this? Thanks - facebook

How hide tilte, decriptions, change url when I shared link to facebook like this?
https://i.stack.imgur.com/FyDAh.png
When I click the image, it leads to new.
How can I do this?
Thanks
The intruction to help us do that.

Facebook takes the data from the Open Graph tags in the page source. If you want to redirect to another website, you can do so with JavaScript - Facebook does not parse JavaScript.
I would not advise doing this though, people should know where they go before they click on a link - and not be redirected somewhere else.

Related

Facebook Open Graph: URL to use for sharing?

I am creating a customised Facebook share button. The idea is upon clicking on the Facebook share button, it will pick up the meta tags on the page and prefill the share information with a title, description and image that have been curated.
What URL should I be using for the button?
There is https://www.facebook.com/dialog/share
and https://www.facebook.com/sharer/sharer.php
I heard the latter has been deprecated? And you can append a whole bunch of information to the URL as well?
I can't quite figure that out.
sharer.php is not deprecated. It was, for some months, but you can definitely use it. The benefit of using sharer.php is that you don´t need to create an App. It´s the easiest way to implement sharing.
Keep in mind that sharer.php ONLY takes the URL as parameter, everything else will get loaded from the Open Graph tags.
For example:
https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Ffacebook.com%2F

specific fb page will not work with like button

I've had this like button/box setup for this specific page for some time. But now it;s stopped working:
Using code generated (for iframe) on this page:
http://developers.facebook.com/docs/reference/plugins/like/
to display this fb page:
http://www.facebook.com/JohnPurkiss
does not display/work. If I amend the like button url in the iframe to another fb page, it does work. I'm not tryinig to use a button/plugin that requires an app. Just a plain 'ol simple button. But it appears to me there is an issue with this specific fb page (johnpurkiss one above)
Any advice/help greatly appreciated.
The problem here is that the "page" you linked to is in actual fact a personal user.
You can not "like" a user in the same way that
you can not add a page as a friend...
or "poke" an event...
or subscribe to a photo...
You'll gave to provide an actual page to be liked.
As you can see from the screenshot below taken from the link you provided, there is no like button to be found.
Only an "Add Friend" and "Subscribe" button. I'm not sure if converting your profile into a page is the way you want to go, but it is possible. You can learn how at this link.

Facebook Like button url?

Is there an actual link that if clicked and someone is logged in will have them automatically like my fan page? I'm sick of FaceBook's terrible code and am looking for alternatives for a better "Like" button. Suggestions are welcomed, Thank you!
There is nothing other than the Like button. Your only other option is to use a Like box.
https://developers.facebook.com/docs/reference/plugins/like-box/
If you meant a Like Box, then there is nothing that will achieve what you want.
Better to use the facebook like button because it provides statistics for your site or blog, you can also create or use an app like reference your button.
Facebook Like Button (Graph API v2.3)
Facebook Insights

Facebook like and recommendation button

I am integrating facebook like/recommend button on website "panjabiwave.com"
For recommend there is url ex. panjabiwave.com/video/22
Link for checking the recommendation is panjabiwave.com/videorecommend.
But the problem is when a user recommend a video .it is not reflected on the
panjabiwave.com/videorecommend link
Please suggest where i am doing wrong
Thx in advance
Recommend is only used for one single url at a time. There is no way to specify the url being recommended and then another for a specific url that the user will land on. Your best bet for passing the video # to the videorecommend page like
http://panjabiwave.com/videorecommend/22 which then can disaply the correct og meta tags (ogp.me) for the video that's really located at http://panjabiwave.com/video/22

Need Advice: Facebook Like Button to like a subsite

i'm struggling around for days now ...this is the scenario:
a user can upload a pic and add some text on the site. After that, he/she gets a link that leads to his created content. I want the user not only to share his content with the link, but also on facebook with specified image and text. Tried this with open graph tags, but it is bad changing those tags dynamicly before liking because fb caches that info and does not recognize specific changes ... but correct me if i'm wrong ...
The problem seems to be, that when the user clicks on the like button, the content to share is not the actual site, but the subsite with its content ...
How would you do this?
Thanks for any advice!
I think you are looking for something like this:
facebook like: href url vs. canonical url
doing it with the fbjs sdk was the right hint ... now it works perfektly and individual ...