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
Force.comDevForce.comDev 

Customizing the landing page

I created a sample app and integrated the Force.com idea plugin. I registered my App with Force.com domain and got a public url for my app so that it can be viewed without requiring a login.

        However now i want to customize my landing page such that the ideas plugin is visible on the landing page of my public URL. How can i do that?

shillyershillyer

Since you are using Sites, your homepage is a Visualforce page. Not sure how familiar you are with Visualforce, but you can modify this page any way you like. Details on Visualforce can be found here.

 

Hope that helps,

Sati

Force.comDevForce.comDev

Thanks for the reply. I will go through it  now and see if i can find a way to show up the standard idea plugin on my landing page.