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
AbAb 

making a web page visible from salesforce

Hello,

I have a web page which i want be visible from salesforce.

How can i acheive it ?
Best Answer chosen by Ab
bob_buzzardbob_buzzard
You want to use Force.com sites - these allow you to create an unauthenticated web site on Salesforce.  The official implementation guide is at:

http://resources.docs.salesforce.com/204/18/en-us/sfdc/pdf/salesforce_platform_portal_implementation_guide.pdf

I wrote a blog series about building a tempalted web site using this technology at :

http://bobbuzzard.blogspot.co.uk/2012/12/building-templated-web-site-with.html

this is the final entry, so you probably want to follow the links at part 1.