Is it possible to create share button for sharing posts only on FB page of the website?
Let's say that user is on some website, and wants to share blog post. User clicks on share button, and that post is shared on facebook page of that website?
So here, Stackoverflow you click on share button, and that link is shared on Stackoverflow's facebook page.
https://developers.facebook.com/docs/sharing/reference/share-dialog
Use the Share Dialog, it offers the option to "Share on a Page you Manage".
Related
i am making a webiste and a blog which is not yet launched but before I go live, I need to add a feature. I want to add whatsapp share button. I have searched for it and have used it on my site and blog and it works but the issue is that it shares link of the entire page and thumbnail. My question is, if I have 4 images on a page, and if I want to put a whatsapp share button underneath every all 4 images so that when it is clicked, the full image and a link with the image url will be shared on whatsapp. Is it even possible? I searched for it a lot but could not find anything. Would appreciate some help here.
What is the precise behavior that should be expected of the Follow Company button (https://developer.linkedin.com/plugins/follow-company) provided by LinkedIn?
If a user is already logged into LinkedIn, nothing appears to happen when the user clicks the FOLLOW button. Clicking the button WILL
cause them to follow that company, but the user must manually navigate to the company's LinkedIn page to confirm this.
If the user is NOT logged in to LinkedIn, clicking the FOLLOW button prompts a login in a popup window, but submitting credentials does NOT change the users FOLLOW status with the company, nor does it take the user to the company's LinkedIn page. Other than logging the user in, there is no effect.
Is this behavior what's to be expected of the LinkedIn FOLLOW button? Has anyone managed to have the button require login and then have it follow the company in one process?
For example, the user presses the button "Share this page with Facebook". How can I verify that this record/post was created and exists on his Facebook wall?
I have one button and I want to share the content on Facebook without opening Facebook dialogue box.
Present code works like:
Click on a button;
It opens Facebook share dialogue;
And again click on share from dialogue;
I want something like this: click on a button and it would be shared on Facebook.
https://developers.facebook.com/docs/graph-api/reference/v2.2/user/feed#publish
You would need to authorize the user with publish_actions to do that. You need to go through the Login Review process with that permission and the message parameter must be 100% user generated according to the platform policy.
A lot of things to consider, i´d just stick to the popup.
I'm working with Facebook website integration and what to show a customized Facebook share dialog when clicking the Facebook delivered share button.
So i basically want a Facebook share button to call a JavaScript invocing the FB.ui() onclick instead of showing the stock dialog.
Is this possible?
Feed and share Dialogs
I think this question also have make by other before this.. check it Run Twitter and Facebook Share Button Code After ListCtrl Update