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
Matt Weisberg 3Matt Weisberg 3 

How can I embed a lightning page, like an app page, record page, or home page, and all it's components into a visualforce page?

I know this sounds backwards, usually people ask about how to include VFPs in a lightning page. I need to do the inverse because I am working with a managed package which allows for the addition/embed of other VFPs but not Lightning components. 

So how do I "recreate" a lightning page as a VFP for this purpose.

I am not a developer, so I appreciate any help!!
PriyaPriya (Salesforce Developers) 

Hi Matt,

It is not possible to add the Lightning pages but can always embed a lightning component in VF Page. Please refer this below article :- 

https://developer.salesforce.com/docs/atlas.en-us.lightning.meta/lightning/components_visualforce.htm#:~:text=Add%20the%20Lightning%20Components%20for,createComponent()%20

Please mark as Best Answer so that it can help others in the future.

Regards,

Priya Ranjan