> For the complete documentation index, see [llms.txt](https://support.rosysalonsoftware.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.rosysalonsoftware.com/online-client-scheduling/facebook-integration-w-online-booking.md).

# Facebook Integration w/ Online Booking

## Facebook is one of the most commonly used social media sites right now, and we understand how beneficial it is to allow clients the ability to schedule through your Business’s Facebook page!

Here is a step-by-step walk-through on how to integrate your Online Scheduling page onto your Facebook!

## Locating your Online Scheduling link

{% stepper %}
{% step %}

### Click the **Manage** tab

While logged into your software, click the **Manage** tab.
{% endstep %}

{% step %}

### Select **Online Settings**

{% endstep %}

{% step %}

### Copy the OCS URL

Highlight and copy the **OCS URL (browser link)** located under **Basic Settings**.

![OCS URL](/files/1f4d7f9397e619b74df7c9febf4d0b9b271540e6)
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Unfortunately, due to recent updates, the “Book Now” button is no longer compatible with our OCS URLs. There are still two different ways you can share this link on a business page.
{% endhint %}

## Adding a Website

{% stepper %}
{% step %}

### Go to your Business page

While logged into Facebook, go to your Business page.
{% endstep %}

{% step %}

### Click **About**

Under the profile picture, click **About**.

![](/files/29d40b8772027d8d07fa90a7666316a6a357075d)
{% endstep %}

{% step %}

### Select **Contact & Basic Info**

{% endstep %}

{% step %}

### Add your website

Selecting **Add** **Website** will give you the option to paste your OCS URL.

![](/files/c413547b0ee0a2372185ef01a6e5294a74622863)
{% endstep %}
{% endstepper %}

## Pinning a Post

{% stepper %}
{% step %}

### Go to your Business page

While logged into Facebook, go to your Business page.
{% endstep %}

{% step %}

### Create a post

Create a post with a brief message letting your clients know that online booking is available by using the link provided and paste the OCS URL in the post.
{% endstep %}

{% step %}

### Post your message

{% endstep %}

{% step %}

### Open the post menu

Click the ![](/files/96344e9a712153c0ffcdb43147a91c0c30270a83) in the top right corner of the post.

![](/files/4b8d9fe3a63d30a3fbb20697b4258ecb402d560f)
{% endstep %}

{% step %}

### Select **Pin to Featured**

![](/files/49788ff42cf93440b12938ee1840af19ef5ca95d)
{% endstep %}
{% endstepper %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://support.rosysalonsoftware.com/online-client-scheduling/facebook-integration-w-online-booking.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
