[SalesForce] expose Visualforce Pages in Salesforce Chatter

How can I expose a Visualforce Page in the Salesforce Chatter mobile app?

I'm aware that Salesforce Touch allows Visualforce Pages to exposed as Touch-enabled Tabs:

And I can get "Create Record Action" to appear with its nice slim page layout in Salesforce Chatter:

But I cannot for the life of me get "Custom Visualforce Actions" to display in Salesforce Chatter. Can anyone lend some light on whether this is, should be, or will be possible?

Best Answer

You need to set the page to Available For Salesforce Mobile Apps. This is found in Setup > Develop > Pages > Edit (Page Name). First, you need to specify a page version of at least 27.0 (on the Version Settings tab), then you can check the box to make the page available. You can now also add pages to the navigation menu, under Setup > Administration > Mobile Administration > Mobile Navigation.

Related Topic