Activity › Forums › Salesforce® Discussions › How to include a lightning component on a visualforce page in Salesforce? Tagged: Aura Components, Javascript Functions, Salesforce Lightning Component, Visualforce Page Salesforce® Discussions How to include a lightning component on a visualforce page in Salesforce? Posted by Yogesh on November 12, 2019 at 3:34 PM I have to use a lightning component on a visualforce page. Nikita replied 6 years, 6 months ago 2 Members · 1 Reply Aura ComponentsJavascript FunctionsSalesforce Lightning ComponentVisualforce Page 1 Reply Nikita Member November 12, 2019 at 3:48 PM Hi Yogesh, There are three steps to add Aura components to a Visualforce page. Add the Lightning Components for Visualforce JavaScript library to your Visualforce page using the <apex:includeLightning/> component. Create and reference a Lightning app that declares your component dependencies. Write a JavaScript function that creates the component on the page using $Lightning.createComponent(). Log In to reply. Public All Members My Connections Only Me PublicAll MembersMy ConnectionsOnly Me Public All Members My Connections Only Me