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
arrarr 

Facebook, Twitter and Linkedin

HI,

 

      I want to know if Facebook, Twitter and Linkedin can be enabled on custom apps developed on Force.com?

 

Thanks in advance!

sfdcfoxsfdcfox

They sure can. One need only look at the AppExchange for tons of apps that already do this, or you can certainly roll your own solution as well. The only requirement is a desire to make it happen and someone with enough technical skills to bring the desire into reality.

MarinaMartinMarinaMartin

If you're confused as to why your Visualforce apex:detail page isn't displaying Social Contacts even though you have them turned on, you need to explicitly include this section:

 

<social:profileViewer entityId="{!contact.id}"/>