=== ParOne Feeds === Contributors: parone Tags: golf, video Requires at least: 5.1 Tested up to: 5.7 Requires PHP: 7.2 Stable tag: 0.0.16 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Tools for distributing ParOne video feeds in WordPress. Users of this plugin have registered with ParOne, Inc. to distribute video content from sources like major golf tour events and golf specific content producers. More information about the concept of the service can be found here: https://www.parone.com Technical documentation can be found here: https://docs.parone.com The ParOne, Inc. terms of service can be found here: https://www.parone.com/terms-of-service/ The ParOne, Inc. privacy policy can be found here: https://parone.com/privacy/ This plugin injects ParOne's custom video player web components via CDN, and provides shortcodes for including those components on wordpress pages and posts. The source for the script is located at https://sdk.parone.io/parone.js Distribution via CDN makes it easier to push client updates to all of our distribution partners simulatneously. The video player web components interact with ParOne as an external service. In order to be useful for anyting, the plugin relies on ParOne as an external service. The interaction with the ParOne video service consists of 3 types of interactions: 1. Downloading the script which contains the video player web components 2. Calling ParOne's content API to request lists of campaign videos 3. Calling ParOne's tracking API to signal when a video starts to be played, and when the playhead hits 5, 15, and 30 seconds The tracking calls are important because users who choose to integrate with ParOne collect revenue for distributing content from the network and 30 seconds is the trigger for registering revenue. At no point does ParOne collect any personally identifiable information about end users. We do use ClientJS to generate a browser fingerprint integer based on browser settings. This has a high probability of allowing us to avoid showing the same video multiple times to an end user in the same session across page refreshes. This plugin includes a thumbnail carousel component which can be placed on any page, which then uses a url rewrite that lets the website owner dynamically link to a page that shows a ParOne video on a page which they customize. For example, a link to a page like https://site.com/parone/123 would rely on the contents of the page with permalink https://site.com/parone and then the video player on that page will get the video with campaign ID 123 as defined in the ParOne database. == Frequently Asked Questions == Q: How do I get started with ParOne? A: Contact us at invites@parone.com == Changelog == 0.0.14 - Modify readme 0.0.13 - Removed the gutenberg blocks - Added the parone_thumbnail_carousel shortcode 0.0.12 - Added basic settings - Included the style editor - Added ParOne shortcodes