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
pujapuja 

Customize salesforce home page

Hi,

I need an urgent help.

I want to customize salesforce home page of my org.

I want to show 

1).A Banner

2).Chatter Feed

3).Facebook Feed( with aparticular Facebook Page )

4).Custom Link

 

Please help me ....

how i add facebook feed in Home page

 

 

Thanks in advanced

 

Gunners_23Gunners_23

Create a HTML Area in "Home Page Component", inside that HTML area component create a iframe and refer the page.

 

Assuming that Facebook feeds will be collected in page

 

FOr Ex :

 

<p align="left"><iframe class="mp4downloader_tagChecked " name="TaskFrame"  id="TaskFrame"  style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px" src="/apex/pagename?core.apexpages.devmode.url=1" frameborder="0" height="250" scrolling="no" width="100%"> </iframe></p>

 

Please replace the pagename in the above code

 

Add the newly created "Home Page Component" into the layout and assign the layout for the users

pujapuja

Hi,

Thanks for your response.

For chatter feed what I do, because in salesforce by default the chatter feed section is visible.

And do you have any knowledge about facebook feed in salesforce.

 

Thanks