function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
AbAb 

Integrating salesforce with Social media

Hello,

I am looking for tutorial for integrating Salesforce with Social media.

for instance:
I want to do job postings on facebook or linkdin from Salesforce.
I may traack resposes
Best Answer chosen by Ab
NagaNaga (Salesforce Developers) 
Hi Sandrine,



Please see the link :https://www.minddigital.com/how-to-integrate-salesforce-with-facebook/

Step1:

Go to Setup → Build → Develop → Pages

Click on the “New Button” within Salesforce to create a new page

 

Step2: Create a Visualforce page in Salesforce with the name Facebook Integration, in the field type
Facebook Integration, In the name field type Facebook Integration.

 

Step3:  Paste this code into the Visualforce editor within Salesforce

<apex:page><div id=”fb-root”></div><script>(function(d, s, id) {varjs, fjs = d.getElementsByTagName(s)[0];if (d.getElementById(id)) return;js = d.createElement(s); js.id = id;js.src = “//connect.facebook.net/en_US/all.js#xfbml=1″;fjs.parentNode.insertBefore(js, fjs);}(document, ‘script’, ‘facebook-jssdk’));</script>

<apex:pageBlock title=”facebook Integration” mode=”edit”>

<apex:pageBlockSection title=”facebook Comment Block”>

<div data-href=”http://example.com/comments” data-numposts=”5″ data-colorscheme=”light”></div>

</apex:pageBlockSection>

</apex:pageBlock>

</apex:page>

Please let me know if this helps

Best Regards
Naga kiran

All Answers

NagaNaga (Salesforce Developers) 
Hi Sandrine,



Please see the link :https://www.minddigital.com/how-to-integrate-salesforce-with-facebook/

Step1:

Go to Setup → Build → Develop → Pages

Click on the “New Button” within Salesforce to create a new page

 

Step2: Create a Visualforce page in Salesforce with the name Facebook Integration, in the field type
Facebook Integration, In the name field type Facebook Integration.

 

Step3:  Paste this code into the Visualforce editor within Salesforce

<apex:page><div id=”fb-root”></div><script>(function(d, s, id) {varjs, fjs = d.getElementsByTagName(s)[0];if (d.getElementById(id)) return;js = d.createElement(s); js.id = id;js.src = “//connect.facebook.net/en_US/all.js#xfbml=1″;fjs.parentNode.insertBefore(js, fjs);}(document, ‘script’, ‘facebook-jssdk’));</script>

<apex:pageBlock title=”facebook Integration” mode=”edit”>

<apex:pageBlockSection title=”facebook Comment Block”>

<div data-href=”http://example.com/comments” data-numposts=”5″ data-colorscheme=”light”></div>

</apex:pageBlockSection>

</apex:pageBlock>

</apex:page>

Please let me know if this helps

Best Regards
Naga kiran
This was selected as the best answer
V MANJUV MANJU
@Naga
Can you share the step by step document to manju.v47@gmail.com