PluginProbe
Parse.ly / 3.3.1
Parse.ly v3.3.1
3.24.1 3.24.0 3.23.7 3.23.6 3.23.5 3.23.4 3.23.3 3.16.0 3.16.1 3.16.2 3.16.3 3.16.4 3.17.0 3.18.0 3.18.1 3.19.0 3.19.1 3.19.2 3.19.3 3.2.0 3.2.1 3.20.0 3.20.1 3.20.2 3.20.3 All 105 releases
wp-parsely / README.md

README.md in Parse.ly 3.3.1, at README.md

114 lines 7.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 # Parse.ly
2
3 Stable tag: 3.3.1
4 Requires at least: 5.0
5 Tested up to: 5.9.3
6 Requires PHP: 7.1
7 License: GPLv2 or later
8 License URI: https://www.gnu.org/licenses/gpl-2.0.html
9 Tags: analytics, content marketing, parse.ly, parsely, parsley
10 Contributors: parsely, hbbtstar, jblz, mikeyarce, GaryJ, parsely_mike, pauargelaguet, acicovic
11
12 The Parse.ly plugin facilitates real-time and historical analytics to your content through a platform designed and built for digital publishing.
13
14 ## Description
15
16 Designed and built for digital publishers, Parse.ly helps you understand how your audience is connecting to your content.
17
18 Thousands of writers, editors, site managers, and technologists already use Parse.ly to understand what content draws in website visitors, and why. Using our powerful dashboards and APIs, customers build successful digital strategies that allow them to grow and engage a loyal audience.
19
20 Join industry leaders -- like Mashable, Slate, News Corp, and Conde Nast -- who already use Parse.ly to bring clarity to content, audience, and analytics.
21
22 ### Features
23
24 - Get started with Parse.ly right away: the plugin automatically inserts the required metadata and JavaScript on all your published pages and posts.
25 - Choose what format the metadata takes, and whether logged-in users should be included in the analytics.
26 - Using it in a decoupled setup? Parse.ly adds metadata to the REST API output for pages, posts and optionally other object types.
27 - If you've purchased access to the Parse.ly API, add a widget to your site with article recommendations personalized to individual users.
28
29 Feedback, suggestions, questions or concerns? Open a new [](https://github.com/Parsely/wp-parsely/issuesGitHub issue](https://github.com/Parsely/wp-parsely/issues](https://github.com/Parsely/wp-parsely/issues) or email us at [](mailto:support@parsely.comsupport@parsely.com](mailto:support@parsely.com](mailto:support@parsely.com). We always want to hear from you!
30
31 ### Documentation
32
33 If you are looking for the plugin's documentation and how to set up your WordPress site with Parse.ly, take a look at [](https://www.parsely.com/help/integration/wordpressthe Parse.ly integration docs](https://www.parsely.com/help/integration/wordpress](https://www.parsely.com/help/integration/wordpress).
34
35 In case you are a WordPress VIP customer, [](https://docs.wpvip.com/technical-references/plugins/parse-ly/VIP's documentation](https://docs.wpvip.com/technical-references/plugins/parse-ly/](https://docs.wpvip.com/technical-references/plugins/parse-ly/) will be also useful for you.
36
37 ## Installation
38
39 The plugin requires an active Parse.ly account. [](https://www.parsely.com/getdemo?utm_medium=referral&utm_source=wordpress.org&utm_content=wp-parselySign up for a free demo of Parse.ly](https://www.parsely.com/getdemo?utm_medium=referral&utm_source=wordpress.org&utm_content=wp-parsely](https://www.parsely.com/getdemo?utm_medium=referral&utm_source=wordpress.org&utm_content=wp-parsely).
40
41 ### Install the plugin from within WordPress
42
43 1. Visit the Plugins page from your WordPress dashboard and click "Add New" at the top of the page.
44 2. Search for _parse.ly_ using the search bar on the right side.
45 3. Click _Install Now_ to install the plugin.
46 4. After it's installed, click _Activate_ to activate the plugin on your site.
47
48 ### Install the plugin manually
49
50 1. Download the plugin from [](https://wordpress.org/plugins/wp-parsely/WordPress.org](https://wordpress.org/plugins/wp-parsely/](https://wordpress.org/plugins/wp-parsely/) or get the latest release from our [](https://github.com/Parsely/wp-parsely/releasesGithub Releases page](https://github.com/Parsely/wp-parsely/releases](https://github.com/Parsely/wp-parsely/releases).
51 2. Unzip the downloaded archive.
52 3. Upload the entire `wp-parsely` folder to your `/wp-content/plugins` directory.
53 4. Visit the Plugins page from your WordPress dashboard and look for the newly installed Parse.ly plugin.
54 5. Click _Activate_ to activate the plugin on your site.
55
56 Note that this method is the recommended one for installing old versions of the plugin. Those can be downloaded from [](https://wordpress.org/plugins/wp-parsely/advanced/WordPress.org](https://wordpress.org/plugins/wp-parsely/advanced/](https://wordpress.org/plugins/wp-parsely/advanced/) or the GitHub Releases page.
57
58 ## Local development
59
60 Development, code hosting and issue tracking of this plugin happens on the [](https://github.com/Parsely/wp-parsely/wp-parsely GitHub repository](https://github.com/Parsely/wp-parsely/](https://github.com/Parsely/wp-parsely/). Active development happens on the `develop` branch and releases are made off the `trunk` branch.
61
62 To run the plugin locally or to contribute to it, please check the instructions in the [](https://github.com/parsely/wp-parsely/blob/trunk/CONTRIBUTING.mdCONTRIBUTING](https://github.com/parsely/wp-parsely/blob/trunk/CONTRIBUTING.md](https://github.com/parsely/wp-parsely/blob/trunk/CONTRIBUTING.md) file.
63
64 ## Sample Parse.ly metadata
65
66 The standard Parse.ly JavaScript tracker inserted before the closing `body` tag:
67
68 ~~~html
69 <script id="parsely-cfg" data-parsely-site="example.com" src="https://cdn.parsely.com/keys/example.com/p.js"></script>
70 ~~~
71
72 A sample `JSON-LD` structured data for a home page or section page:
73
74 ~~~html
75 <script type="application/ld+json">
76 {"@context":"http:\/\/schema.org","@type":"WebPage","headline":"WordPress VIP","url":"http:\/\/wpvip.com\/"}
77 </script>
78 ~~~
79
80 A sample `JSON-LD` meta tag and structured data for an article or post:
81
82 ~~~html
83 <script type="application/ld+json">
84 {"@context":"http:\/\/schema.org","@type":"NewsArticle","mainEntityOfPage":{"@type":"WebPage","@id":"http:\/\/wpvip.com\/2021\/04\/09\/how-the-wordpress-gutenberg-block-editor-empowers-enterprise-content-creators\/"},"headline":"How the WordPress Gutenberg Block Editor Empowers Enterprise Content Creators","url":"http:\/\/wpvip.com\/2021\/04\/09\/how-the-wordpress-gutenberg-block-editor-empowers-enterprise-content-creators\/","thumbnailUrl":"https:\/\/wpvip.com\/wp-content\/uploads\/2021\/04\/ladyatdesk.png?w=120","image":{"@type":"ImageObject","url":"https:\/\/wpvip.com\/wp-content\/uploads\/2021\/04\/ladyatdesk.png?w=120"},"dateCreated":"2021-04-09T15:13:13Z","datePublished":"2021-04-09T15:13:13Z","dateModified":"2021-04-09T15:13:13Z","articleSection":"Gutenberg","author":[{"@type":"Person","name":"Sam Wendland"}],"creator":["Sam Wendland"],"publisher":{"@type":"Organization","name":"The Enterprise Content Management Platform | WordPress VIP","logo":"https:\/\/wpvip.com\/wp-content\/uploads\/2020\/11\/cropped-favicon-dark.png"},"keywords":[]}
85 </script>
86 ~~~
87
88 ## The Parse.ly Recommendations Block
89
90 **IMPORTANT:** The Recommendations Block is available only in WordPress 5.9 and later.
91
92 The plugin includes a Recommendations Block that uses the [](https://www.parse.ly/help/api/recommendations#get-relatedParse.ly API](https://www.parse.ly/help/api/recommendations#get-related](https://www.parse.ly/help/api/recommendations#get-related) to showcase links to content on your site. More information about the Block [](https://www.parse.ly/help/integration/recommendations-blockcan be found here](https://www.parse.ly/help/integration/recommendations-block](https://www.parse.ly/help/integration/recommendations-block).
93
94 ## Screenshots
95
96 1. Parse.ly plugin main settings for easy setup. For the plugin to start working, only the website ID is needed.
97 ![The main settings screen of the wp-parsely plugin](.wordpress-org/screenshot-1.png)
98 2. Parse.ly plugin settings that require you to submit a website recrawl request whenever you update them.
99 ![The main settings screen of the wp-parsely plugin](.wordpress-org/screenshot-2.png)
100 3. Parse.ly plugin advanced settings. To be used only if instructed by Parse.ly staff.
101 ![The main settings screen of the wp-parsely plugin](.wordpress-org/screenshot-3.png)
102 4. The settings for the Parse.ly Recommended Widget. Engage your visitors with predictive and personalized recommendations from Parse.ly.
103 ![The settings for the Parse.ly Recommended Widget](.wordpress-org/screenshot-4.png)
104 5. A view of the Parse.ly Dashboard Overview. Parse.ly offers analytics that empowers you to better understand how your content is peforming.
105 ![The Parsely Dashboard Overview](.wordpress-org/screenshot-5.png)
106
107 ## Frequently Asked Questions
108
109 See [](https://www.parse.ly/help/integration/wordpress#frequently-asked-questionsfrequently asked questions](https://www.parse.ly/help/integration/wordpress#frequently-asked-questions](https://www.parse.ly/help/integration/wordpress#frequently-asked-questions) on the Parse.ly Technical Documentation.
110
111 ## Changelog
112
113 See the [](https://github.com/parsely/wp-parsely/blob/trunk/CHANGELOG.mdchange log](https://github.com/parsely/wp-parsely/blob/trunk/CHANGELOG.md](https://github.com/parsely/wp-parsely/blob/trunk/CHANGELOG.md).
114