Within our software, we provide the ability for you to have your affiliates share via Facebook. Your affiliates can share a post that includes a large image, a Bold title, and a description along with the affiliates link. Follow these steps to set up your Facebook Post:


 The Sharing icons appear in the affiliate dashboard by default.


Step 1: Go to users, manage user select user. Click on the blue pencil icon below action.


Step 2:  Click on the blue pencil icon below action.


Step 3: Log in to the user interface for this user.


Step 4: Go to the Social Icons click Facebook.  

Step 5. But if you want to change the text and image that is being shared. Add meta code. Please add the Twitter Open Graph Meta tag to your landing page. Below is a sample facebook Open Graph Meta tag. 


<meta property="og:title" content="Drive More Traffic to Your Website"/>
<meta property="og:type" content="website"/>
<meta property="og:url" content="http://www.osiaffiliate.com"/>
<meta property="og:image" content="http://www.osiaffiliate.com/images/omnistar-logo-fb.jpg"/>
<meta property="og:site_name" content="OSI Affiliate Software"/>
<meta property="og:description" content="Sign up for a FREE 15-Day trial of the Omnistar Customer referral software and start having your customers work for you."/>

Here is how the post will look from the above code:


So you need to modify our code that we used for our post. You need to change tile, url, image link, description, and site name a shown below:

<meta property="og:title" content="Your Title Goes Here"/>
<meta property="og:type" content="website"/>
<meta property="og:url" content="http:/www.yoursite.com"/>
<meta property="og:image" content="http://www.yourimagelink.com"/>
<meta property="og:site_name" content="Your Site Name Goes Here"/>
<meta property="og:description" content="Your Description goes here"/>

Below is a table explaining the description of the key tags. For a full list of tags and their descriptions, visit the Facebook Open Graph Protocol website or the Facebook Open Graph Object Properties page.

 

Meta Tag Name

Description

fb:app_id

This is optional. If you don’t have your website app id, you can create one by following instructions provided by Facebook. If you don’t provide the app id, Facebook will use a default app id.

og:type

Since you are adding this to your landing page. You can use the type ‘website’

og:url

This is the url to your landing page. Make sure to use the canonical URL of the landing page.

og:title

Use the title of your landing page.

og:image

Provide the url of the image you want displayed when the link is shared on Facebook. It should be at least 600x315 pixels, but 1200x630 or larger is preferred (up to 5MB).


Step 6. Test your landing page to make sure everything looks correct. You can use the Facebook Debugger Tool to see how your page appears to Facebook.