You need to sign in to do that
Don't have an account?

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
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
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
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
Can you share the step by step document to manju.v47@gmail.com