Title: FS for WP &#8211; FullStory.com Integration
Author: Vincenzo
Published: <strong>April 9, 2019</strong>
Last modified: March 22, 2026

---

Search plugins

![](https://ps.w.org/fs-for-wp-fullstory-com-integration/assets/banner-772x250.jpg?
rev=2065685)

![](https://ps.w.org/fs-for-wp-fullstory-com-integration/assets/icon-256x256.jpg?
rev=2065694)

# FS for WP – FullStory.com Integration

 By [Vincenzo](https://profiles.wordpress.org/vluongo/)

[Download](https://downloads.wordpress.org/plugin/fs-for-wp-fullstory-com-integration.zip)

 * [Details](https://wordpress.org/plugins/fs-for-wp-fullstory-com-integration/#description)
 * [Reviews](https://wordpress.org/plugins/fs-for-wp-fullstory-com-integration/#reviews)
 *  [Installation](https://wordpress.org/plugins/fs-for-wp-fullstory-com-integration/#installation)
 * [Development](https://wordpress.org/plugins/fs-for-wp-fullstory-com-integration/#developers)

 [Support](https://wordpress.org/support/plugin/fs-for-wp-fullstory-com-integration/)

## Description

FS for WP – FullStory.com Integration is a wordpress plugin makes it simple to add
the FullStory code snippet to your website.

Features:

 * Easy setup – just paste your FullStory code snippet
 * User identity tracking with FS.identify for logged-in users
 * WooCommerce integration (total orders, total amount spent)
 * Secure output with proper escaping and sanitization

## Screenshots

[⌊FullStory Settings menu⌉⌊FullStory Settings menu⌉[

FullStory Settings menu

[⌊Plugin Settings⌉⌊Plugin Settings⌉[

Plugin Settings

## Installation

 1. Upload `fs-for-wp-fullstory-com-integration` to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Edit the plugin settings by clicking “FullStory Settings” on the settings navbar

## FAQ

### This is official plugin?

No

### Where can I find out more about FullStory.com?

For more info go to official site: [Full Story](https://www.fullstory.com/)

### Is there a premium version available?

There is currently no premium version available.

### Where can I get the code snippet from?

Setup an free (or premium) account and get your code snippet from [Full Story](https://www.fullstory.com/)

## Reviews

![](https://secure.gravatar.com/avatar/9a45c62d56c8380d99d2de774535dc9b13deae98b6738c830d3af047a7013bf0?
s=60&d=retro&r=g)

### 󠀁[Works for Anonymous Users](https://wordpress.org/support/topic/works-for-anonymous-users/)󠁿

 [alexjohnson505](https://profiles.wordpress.org/faction3/) May 7, 2020

Pros: – Adds the Fullstory javascript snippet Cons: – While there is a radio box
for enabling “FS Identify”, it does not currently appear to be working. My suggestion:
Skip this plugin, and manually add the Fullstory Javascript snippet. This plugin
currently has the same functionality as the “Insert Headers and Footers” plugin,
which is actively maintained. If you need to sync your user identification data 
to fullstory, skip this plugin and find an alternative solution

![](https://secure.gravatar.com/avatar/d34a63604dfa770d6ed08b1600bb56be362ad54862f2eb18d3dd8bd5f04de368?
s=60&d=retro&r=g)

### 󠀁[Exceptional!](https://wordpress.org/support/topic/exceptional-36/)󠁿

 [accetturo](https://profiles.wordpress.org/accetturo/) April 20, 2019 2 replies

This plugin is EXCEPTIONAL, it works exactly as you would need it to for any WooCommerce
enabled or standard wordpress website.

 [ Read all 2 reviews ](https://wordpress.org/support/plugin/fs-for-wp-fullstory-com-integration/reviews/)

## Contributors & Developers

“FS for WP – FullStory.com Integration” is open source software. The following people
have contributed to this plugin.

Contributors

 *   [ Vincenzo ](https://profiles.wordpress.org/vluongo/)

“FS for WP – FullStory.com Integration” has been translated into 1 locale. Thank
you to [the translators](https://translate.wordpress.org/projects/wp-plugins/fs-for-wp-fullstory-com-integration/contributors)
for their contributions.

[Translate “FS for WP – FullStory.com Integration” into your language.](https://translate.wordpress.org/projects/wp-plugins/fs-for-wp-fullstory-com-integration)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/fs-for-wp-fullstory-com-integration/),
check out the [SVN repository](https://plugins.svn.wordpress.org/fs-for-wp-fullstory-com-integration/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/fs-for-wp-fullstory-com-integration/)
by [RSS](https://plugins.trac.wordpress.org/log/fs-for-wp-fullstory-com-integration/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 2.0.0

 * Support for WordPress 7.0
 * Fixed critical bug: FS.identify was never executed due to incorrect `document.
   onload` event
 * Fixed FS.identify safety check: verify FS object exists before calling identify
 * Fixed WooCommerce detection (case-sensitive class name)
 * Security: sanitize snippet code with `wp_kses` allowing only script tags
 * Security: escape JavaScript output with `esc_js` and `JSON_HEX_*` flags
 * Security: use `manage_options` capability instead of `administrator` role
 * Security: added `sanitize_callback` for all settings
 * Security: use `esc_textarea` for snippet code textarea
 * Security: proper escaping on all output with `esc_html`, `esc_attr`, `esc_url`
 * Security: added `current_user_can` check on settings page render
 * Security: added `rel="noopener noreferrer"` to external links
 * Improved: redesigned settings page with modern WordPress admin UI
 * Improved: settings organized in card-based layout with descriptions
 * Improved: monospace font for code snippet textarea
 * Improved: Settings link added as first action in plugins list
 * Improved: all strings are translatable with proper text domain
 * Improved: sanitize additional data keys with `sanitize_key`
 * Updated: FS.identify upgraded to FullStory Browser API v2 `FS('setIdentity')`
   with v1 fallback
 * Updated: removed deprecated type suffixes (`_str`, `_int`, `_real`) from custom
   property names
 * Updated: minimum WordPress version to 6.0
 * Updated: minimum PHP version to 7.4
 * Removed: dead code and unused variable assignments

#### 1.4.3

 * Support for WordPress 6.1 added

#### 1.4.2

 * Support for WordPress 6.x added

#### 1.4.1

 * Minor Bug Fix and added support for WordPress 5.9

#### 1.4.0

 * Minor Bug Fix and added support for WordPress 5.6

#### 1.3.0

 * Update donate link
 * Minor fix

#### 1.2.1

 * Update donate link

#### 1.2.0

 * Compatible for WordPress 5.3
 * Minor bug fix

#### 1.1.0

 * Add Plugin Links
 * Add complete support for Woocommerce 3.6.x
 * Add more information in FS additions data from woocommerce (Total order, total
   amount spent)
 * Add role information in FS user data
 * Change donation url
 * Minor Improvements

#### 1.0.0

 * Public release

## Meta

 *  Version **2.0.0**
 *  Last updated **3 months ago**
 *  Active installations **100+**
 *  WordPress version ** 6.0 or higher **
 *  Tested up to **7.0**
 *  PHP version ** 7.4 or higher **
 *  Languages
 * [English (US)](https://wordpress.org/plugins/fs-for-wp-fullstory-com-integration/)
   and [Italian](https://it.wordpress.org/plugins/fs-for-wp-fullstory-com-integration/).
 *  [Translate into your language](https://translate.wordpress.org/projects/wp-plugins/fs-for-wp-fullstory-com-integration)
 * Tag
 * [fullstory](https://wordpress.org/plugins/tags/fullstory/)
 *  [Advanced View](https://wordpress.org/plugins/fs-for-wp-fullstory-com-integration/advanced/)

## Ratings

 3.5 out of 5 stars.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/fs-for-wp-fullstory-com-integration/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/fs-for-wp-fullstory-com-integration/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/fs-for-wp-fullstory-com-integration/reviews/?filter=3)
 *  [  1 2-star review     ](https://wordpress.org/support/plugin/fs-for-wp-fullstory-com-integration/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/fs-for-wp-fullstory-com-integration/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/fs-for-wp-fullstory-com-integration/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/fs-for-wp-fullstory-com-integration/reviews/)

## Contributors

 *   [ Vincenzo ](https://profiles.wordpress.org/vluongo/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/fs-for-wp-fullstory-com-integration/)