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
Dhanraj S NikamDhanraj S Nikam 

Use Home Page component in visualforce page.

I have a Home Page Component of type Link. how can we use homepage component in VF page?
Or how can we use custome link created for Home page component in VF pages?
sam sammsam samm
To use component in the page just add the following:

<c:yourcomponent name  attributesname="whatever_you_want"/>
Dhanraj S NikamDhanraj S Nikam
using above tag i am not able to get "Home Page Component"