• nobodyrox
  • NEWBIE
  • 0 Points
  • Member since 2010

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies

Hello, 

I am trying to add a visualforce page as a home page component to the home page layout. I created the visualforce page and also created  the home page component as n HTML section and added the following code to it:

 


<iframe src="https://cs1.salesforce.com/apex/Front_Page_News" width="100%" height="200px"></iframe>

 

But when I refresh the home page it only shows me the title of the component and the code instead of loading the visualforce page. Can anyone tell me what im doing wrong?

 

Thank you!