Download the PHP package parsely/wp-parsely without Composer

On this page you can find all versions of the php package parsely/wp-parsely. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package wp-parsely

Parse.ly

Stable tag: 3.23.3
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 7.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: analytics, statistics, stats, content marketing, parsely, parsley, parse.ly
Contributors: parsely, hbbtstar, jblz, mikeyarce, GaryJ, parsely_mike, acicovic, mehmoodak, vaurdan

The Parse.ly plugin facilitates real-time and historical analytics to your content through a platform designed and built for digital publishing.

Description

Designed and built for digital publishers, Parse.ly helps you understand how your audience is connecting to your content.

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.

Join industry leaders -- like NBA, Slate, News Corp, and Condé Nast -- who already use Parse.ly to bring clarity to content, audience, and analytics.

Feedback, suggestions, questions or concerns? Open a new GitHub issue or email us at [email protected]. We always want to hear from you!

NOTE: The plugin requires an active Parse.ly account. Sign up for a free Parse.ly demo.

Features

The wp-parsely plugin is packed with features that allow for a seamless integration process, and brings the power of the Parse.ly dashboard into WordPress.

Automated integration

The plugin automatically inserts the Parse.ly metadata and JavaScript in all published pages and posts (Custom Post Types are supported). It also provides a settings page to customize your integration, with options including:

Parse.ly Content Intelligence

Content Intelligence is a set of content insight tools including:

The Parse.ly Recommendations Block

The plugin includes a Recommendations Block that displays a list of posts related to the currently viewed post/page. The Block is useful for showcasing related content to visitors, and it can also be used in Site Editing mode or as a Block-based Widget.

Advanced integrations support

While the plugin works out of the box for basic integrations, it offers a host of features that easily allow for advanced integration scenarios:

Documentation and resources

IMPORTANT: If you are a WordPress VIP customer, please consult the WordPress VIP documentation for more details.

Sample Parse.ly metadata

The standard Parse.ly JavaScript tracker inserted before the closing body tag:

<script id="parsely-cfg" data-parsely-site="example.com" src="https://cdn.parsely.com/keys/example.com/p.js"></script>

A sample JSON-LD structured data for a home page or section page:

<script type="application/ld+json">
{"@context":"http:\/\/schema.org","@type":"WebPage","headline":"WordPress VIP","url":"http:\/\/wpvip.com\/"}
</script>

A sample JSON-LD meta tag and structured data for an article or post:

<script type="application/ld+json">
{"@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":[]}
</script>

Contributing

Development, code hosting and issue tracking of this plugin happens on the wp-parsely GitHub repository. Active development happens on the develop branch and releases are made off the trunk branch.

To run the plugin locally or to contribute to it, please check the instructions in the CONTRIBUTING file.

Installation

The plugin requires an active Parse.ly account. Sign up for a free demo of Parse.ly.

For more information, please visit the installation instructions in the official documentation.

Frequently Asked Questions

Please visit the Commonly Asked Questions page in the official documentation.

Changelog

Please visit the changelog.

Screenshots

  1. The Parse.ly Dashboard Widget, showing the website's top posts.
  2. The Parse.ly Stats Column (on the right), showing information about content that is being tracked as Posts.
  3. The Parse.ly Engagement Boost feature.
  4. The Parse.ly Editor Sidebar, featuring the Title Suggestions panel.
  5. The Parse.ly Editor Sidebar, featuring the Smart Linking panel.
  6. The Parse.ly Editor Sidebar, featuring the Related Posts panel.
  7. The Parse.ly Editor Sidebar, featuring the Performance Stats panel.
  8. The Parse.ly Excerpt Suggestions in the Post Editor's settings. Also available in the Parse.ly Editor Sidebar.
  9. The Recommendations Block, showcasing links to related content on your site.
  10. A view of the Parse.ly Dashboard Overview. Parse.ly offers analytics that empower you to better understand how your content is performing.

All versions of wp-parsely with dependencies

PHP Build Version
Package Version
Requires php Version >=7.4
composer/installers Version ^2
ext-dom Version *
ext-libxml Version *
masterminds/html5 Version ^2.9
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package parsely/wp-parsely contains the following files

Loading the files please wait ...