Within our software, we provide the ability for you to have your affiliates share via Facebook and Twitter. Your affiliates can share a post that includes a large image, a Bold title, and a description along with the affiliate's link. 


With Facebook and Twitter, there is no setup involved with OSI. 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.  

Here is how the post will look using the code

<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:

Step 6. For Twitter, you can follow how Facebook is done. You just select Twitter.


For Twitter 

Please add the Twitter Meta tags to your landing page. Below are sample Twitter Meta tags. You need to fill in your title, description and link to your image and add it before the closing </head> tag. 

For this card to post we added the meta code shown below to our landing page:


<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@osiaffiliate">
<meta name="twitter:title" content="Drive More Traffic to Your Website">
<meta name="twitter:description" content="Sign up for a FREE 15-Day trial of the Omnistar Customer referral software and start having your customers work for you.">
<meta name="twitter:image" content="http://www.osiaffiliate.com/images/omnistar-logo-fb.jpg">


Below are the suggested minimum properties for the Summary Card with Large Image including title, description, and image.

Card PropertyRequired
twitter:card
Must be set to a value of “summary_large_image”
Yes
twitter:site
The Twitter @username the card should be attributed to.
No
twitter:title
A concise title for the related content.
Platform-specific behaviors:
  • iOS, Android: Truncated to two lines in timeline and expanded Tweet
  • Web: Truncated to one line in timeline and expanded Tweet
Yes
twitter:description
A description that concisely summarizes the content as appropriate for presentation within a Tweet. You should not re-use the title as the description or use this field to describe the general services provided by the website. Platform-specific behaviors:
  • iOS, Android: Not displayed
  • Web: Truncated to three lines in timeline and expanded Tweet
Yes
twitter:image
A URL to a unique image representing the content of the page. You should not use a generic image such as your website logo, author photo, or another image that spans multiple pages. Images for this Card support an aspect ratio of 2:1 with minimum dimensions of 300x157 or a maximum of 4096x4096 pixels. Images must be less than 5MB in size. JPG, PNG, WEBP, and GIF formats are supported. Only the first frame of an animated GIF will be used. SVG is not supported.
No
twitter:image:alt
A text description of the image conveying the essential nature of an image to users who are visually impaired. Maximum 420 characters.
No








Did you find it helpful? Yes No