I have a web wrote in PHP and it has a sort of timeline with posts and comments, I want to put the social media share buttons for each post that my timeline has, it is possible?
I took a look website as https://www.addthis.com/ but that plugin share the page where it is present. I wanted share every post on the same page.
Thanks for any suggest.
Related
Could somebody please provide a detailed step-by-step example on how to do the following?
I need to be able to post new content from our website directly to our Facebook Business Page - Timeline as the owner/administrator or via our Facebook App.
We have an extranet which supports multiple sites/domains, but would like the content from these various sites published automatically to our central Facebook Business page whenever we had content to our own sites.
We have like buttons on our pages, that allows users to like and post to their own walls, but we want to publish to our own business wall.
Is this possible?
Create an RSS-feed containing the posts you would like to share on your Facebook page.
Go to your Facebook page and use the top search box to search for 'RSS Graffiti'.
Follow the onscreen steps and you're done.
I have Facebook comments social plugin integrated into my website. I was wondering if there is any way that user comments posted on my website would show up on out fan page as well? Something like User XYZ has commented on article ABC?
Sounds like custom functionality to me.
https://developers.facebook.com/docs/reference/plugins/comments/
How do I know when someone comments on my site?
You can subscribe to the 'comment.create' and 'comment.remove' events through FB.Event.subscribe.
And that process is here:
https://developers.facebook.com/docs/reference/javascript/FB.Event.subscribe/
Create an app publish an action, on behalf of the page (NOT the user). But here's the kicker: if they don't have control over the privacy of it, you probably shouldn't use their name on your page wall, at least not their full name.
I have a wordpress blog. Is it possible to publish a link to facebook so that the published link on my facebook business page has the same like counter as the one on the blog?
Also, can the comments section be the same? (i.e. if I post the link on facebook, when someone comments, it automatically updates the comments section of the blog post and vice versa?)
This is not possible, each set of likes and comments are independent. There is no way to perform a merge of this data currently.
The Facebook Wordpress plugin provides essentially most of what you can do currently to link Wordpress to the Facebook API http://wordpress.org/extend/plugins/facebook
You can't link the like counter of your posts and pages to your Facebook page, why? They're all separate post and pages. It only makes sense.
What you can do? You can announce your post on Facebook (timeline or business page) and all can comment on it. You can add Facebook comments to your posts and pages. The commenter has the choice of that comment showing up in his Facebook timeline. People can "like" the post announcement, or the post itself if you have the Like button on it. They both act separately because for people to actually like your post, they have to visit the page. For analytics it makes sense because you want to know who is in your Facebook page and who actually clicks to visit your site. Both are not the same, and that's the point.
If you want to actually merge your site with Facebook, it will have to be in the form of a Facebook app. If that's the direction you want to take, I believe you can find some help here on the matter.
I have a basic idea about open graph and that it has come up with new to interact our blogs or news websites to come up on Facebook under news section.
I am developing a micro news website on wordpress (i have already almost completed the designing part!). My question is can anyone basically guide me to a plugin and/or tutorial to get this done so as if the prople read articles and news on the website it can be shown under the news section of his profile on facebook. Coz let's all agree this is one cheap form of advertisement and i dont want to miss on it!
If you use wordpress,
You can use the suite Facebook AWD all in one with the sub plugin Facebook AWD all in one Opengraph actions
You can find it here => http://facebook-awd.ahwebdev.fr
And the list of sub plugins => http://facebook-awd.ahwebdev.fr/plugins/
Action news.reads is configured on this website, you can test it. Loggin into the site using Facebook, And read some pages. After 11sec on a page the plugin will push the action on your timeline and store activity on your site to allow users to manage it.
Try it!
Please follow this DIY for adding og: meta tags to your wordpress blog.
http://diythemes.com/thesis/rtfm/facebook-open-graph-meta-tags/
Once you have that done, then you can use the Facebook like and Facebook comments plugins (see http://developers.facebook.com/docs/plugins) on your articles.
I would like to do a couple of things with my website that would intergrate elements of Facebook.
The first is to embed my status (from a Facebook Fan Page) to my website
The second is to embed events that I've created on Facebook into my website and if possible allow users to RSVP instantly.
I know some basic html so all the help and any help would be great.
Thank You
try googling for the facebook social plugins where they give you plugin codes that you can insert in your site [plain html scripts] so that you get your facebook status etc..
may be you can check this
http://developers.facebook.com/docs/plugins/