SlapFive Docs
  • Getting Started
    • SlapFive Explained
    • SlapFive Terminology
    • SlapFive Data Model
    • SlapFive Best Practices
      • SlapFive Successful Launch Plan
        • Workshops Defined
      • Onboarding Timeline
        • Onboarding Structure
      • Building a Customer Program
        • Customer Program Invitations
        • What's in it for them
        • Who to invite
        • Customer Invite Form Examples
        • Nominations
      • Member and Company Creation
      • Remote Capture and Prompts
        • Prompt Group Explanation
      • Content Management
        • Creating File or Link type Boards
        • Template Catalog
      • Request Management
        • Managing new reference requests
          • Request Fulfillment Workflow
            • Tracking Completed Activities from Requests
      • SlapFive SFDC App
        • What is the SlapFive SFDC app?
        • Live in Salesforce
        • Sales Requesting a Reference
        • View and Share Content
        • View Companies and Permissions
        • Nominate an Advocate
        • Track Influenced Events
  • INTEGRATIONS
    • Salesforce
      • The Salesforce App
        • 1. Install the Package
        • 2. Create a Named Credential
        • 3. Configure Custom Settings
        • 4. Create a Remote Site
        • 5. Enable My Domain
        • 6. Assign Permissions
        • 7. Download Identity Provider files
        • 8. Create & Configure Connected App
        • 9. Configure Embedded Lists
        • 10. Assign Page Layouts to Record Types
        • 11. Customize Labels
        • 12. Salesforce Classic
        • 13. Delegate Authentication to Okta
        • Generate a New Security Certificate
        • Re-install or Upgrade
        • What version am I on?
        • Version History
      • Synchronize Data between Salesforce and SlapFive
        • Determine the Salesforce integration user
        • Establish your Salesforce Connection
        • Select Salesforce objects and fields to synch
        • Test the data synchronization
        • Salesforce Zaps (Deprecated)
          • SlapFive Request > Salesforce Customer Influence
          • SlapFive Request Fulfillment Member > Salesforce Customer Influence Activity
          • SlapFive Request Fulfillment Board > Salesforce Customer Influence Activity
          • SlapFive Content Share > Salesforce Customer Influence
          • SlapFive Content View > Salesforce Customer Influence Activity
          • SlapFive Activity > Salesforce Customer Activity
          • Salesforce Account > SlapFive Company
          • Salesforce Contact > SlapFive Member & Company
          • SlapFive Member > Salesforce Contact
          • SlapFive Company > Salesforce Account
          • SlapFive Activity > Salesforce Activity
      • Salesforce Automations & Recommendations
        • Enable Salesforce users to nominate Contacts for your program
        • Recommend the best reference customers for a Request
        • Launch Salesforce Objects from their Object IDs in SlapFive
      • Troubleshooting
    • Airtable
      • Connect to Airtable
    • ChurnZero
      • Connect to ChurnZero
    • Eloqua
      • Connect to Eloqua
      • Customer Referrals
    • Gainsight CC (Insided)
      • Connect to Gainsight CC (Insided)
    • Gainsight CS
      • Connect to Gainsight CS
      • Trigger an automated workflow from Gainsight
    • Gradual
      • Connect to Gradual
      • Configure Trigger Events in Gradual
    • Higher Logic Vanilla
      • Connect to Higher Logic Vanilla
      • Embed SlapFive video player in a Vanilla post
    • Highspot
    • HubSpot
      • Connect to HubSpot
      • HubSpot Triggers & Actions
    • Influitive
      • Connect to Influitive
    • Marketo
      • Connect to Marketo
    • Seismic
      • Overview of Seismic integration
      • Connect to Seismic
      • Set up the Seismic integration
    • Slack
      • Connect to Slack
      • Post a message to a Slack Channel or User
    • Typeform
      • 1. Create an application in Typeform
      • 2. Connect to Typeform
      • 3. Map your Typeform form fields to SlapFive
    • UserEvidence
      • Connect to UserEvidence
      • Bring UserEvidence Survey Responses and Assets into SlapFive
    • Wrike
      • Connect to Wrike
  • Customizations
    • SlapFive API
    • Use Okta for Single Sign-On
    • Use Microsoft Entra ID for Single Sign-On
    • Use Cloudflare SSO to assign Users to SlapFive Roles
    • Use Okta for SSO for Salesforce users
    • SlapFive Template Catalog
    • Configure a custom domain for your SlapFive Boards
    • Send emails from your own domain and email addresses
    • Embed customer voice on your website or landing page
    • Access Board and Story lists from within another app
    • Configure Role-Based Permissions
  • Standard Agreements
    • Master Service Agreement
    • Data Processing Agreement
Powered by GitBook
On this page
  • Ideas for where and why to embed stories
  • How to do it
  1. Customizations

Embed customer voice on your website or landing page

A powerful way to put customer content to work is to embed it on any web, mobile or social property. This section gives you some ideas for where and why to embed and how to do it.

PreviousSend emails from your own domain and email addressesNextAccess Board and Story lists from within another app

Last updated 6 months ago

SlapFive makes this super simple to embed Boards as widgets on your corporate website, campaign landing pages, microsites, blog posts, and social campaigns. You can embed a single Story or a set of related Stories anywhere on your web page. To simplify the display of Stories, SlapFive uses Boards as the container for the one or more Stories, and the Board is then embedded as a widget at your desired location. Here’s how to do it.

Ideas for where and why to embed stories

  1. Rather than in impersonal "logo scroller", put a tray of customers on your homepage to show the types of companies that work with you. Example: – scroll down to the “Join the SlapFive Rockstar Family” section.

  2. In your Customers section, show a page for each customer, with a spokesperson answering multiple questions. Examples: , - The body of these pages is a SlapFive widget.

  3. Let customers tell their story on your “Why Us?” page. Example: – scroll down to the “Why do you value working with Lexia?” section.

  4. Have customers explain why they replaced specific competitors. Example: - "Hear why people just like you chose Acumatica over Microsoft Dynamics" page.

  5. Prove your industry expertise by profiling customers you have in each industry. Example: - "Manufacturing companies rely on Acumatica for their success" page.

  6. Add a page where customers give advice to your prospects to get them in the right mindset for your solution. Example: – Advice from your Peers page.

  7. Feature customers in a blog post series. Example: – scroll down to the sliding tray with Jared Cohen's stories.

  8. Promote customer events by hearing from award winners. Example: - scroll down to the "Hear the excitement from some of our MEA winners" section.

How to do it

  1. Make a SlapFive Board that contains the Story(ies) that you want to show. This board should use a template that is designed for being inserted as a widget.

  2. Within your web content management (WCM), blog, or landing page editor, go to the location you want to insert the SlapFive Board, and copy and paste the following code snippet: <div id="board_1"></div> <script type="text/javascript" src="//pym.nprapps.org/pym.v1.min.js"></script><script> var pymParent = new pym.Parent('board_1', 'INSERT_URL_HERE', {allowfullscreen: true}); </script>

  3. Where you see the text INSERT_URL_HERE in the pasted code snippet, substitute the URL of the Board you want to embed within the single quotation marks. You can find the URL by previewing the Board and copying the address bar contents, or by clicking the Copy URL button next to the Board on the Boards tab in SlapFive.

  4. Go to the web page where you pasted the code and make sure the widget displays properly. If not, make sure that when the code was pasted, you ended up with straight quotation marks, not curly quotation marks, or your browser may not like you. You may also need to adjust the size of the page element so that the widget displays properly.

  5. If you want to embed more than one board on the same page, for the second board, replace “board_1” with “board_2” in both places it appears. Increase the number for each additional board you embed.

TEST IT OUT WITH ONE OF OUR URLS: <div id="board_1"></div> <script type="text/javascript" src="//pym.nprapps.org/pym.v1.min.js"></script><script> var pymParent = new pym.Parent('board_1', 'https://slapfive.slapfive.com/b/cjpyinqpm00l40111j6jt005v/Why_SlapFive_is_a_must_have_widget', {allowfullscreen: true}); </script>

SlapFive.com
Amplix.com
LoganData.com
LexiaLearning.com
Acumatica.com
Acutmatica.com
BuyerPersona.com
Acumatica.com
ITSMA