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
Vincent BartolomaVincent Bartoloma 

Embed web site/iframe

I am trying to figure out a way to embed a web site onto a Salesforce dashboard by using a Visualforce component on a Dashbaord. I'm currently using an iframe approach. However, it is only appearing as a tiny window just like every other Dashboard component such as Reports, Charts etc. 

Is there a way to give the component a bigger window on the dashboard so maybe it could take up the entire width (or close to it).

Should I be using a the plain web link somehow instead of the iframe ? 

Should I not even be using Dashboards ? Is there a better way to display a Visualforce page which is for this ? 

Thank you very much.