My boss just made a deal with Parse.ly to allow us to use it to provide analytics for a number of the sites we maintain. The WordPress sites aren’t a problem, as Parse.ly makes a plug-in for that. However, I’m having to figure out how to integrate Parse.ly with our ExpressionEngine sites manually, and I’m afraid I’m at a bit of a loss.
There are two elements that have to be integrated, a bit of JavaScript and a meta data extractor script that uses JSON-LD. Here’s the code with sample data.
{
"@context": "http://schema.org",
"@type": "NewsArticle",
"headline": "Zipf's Law of the Internet: Explaining Online Behavior",
"url": "http://blog.parsely.com/post/57821746552",
"thumbnailUrl": "http://blog.parsely.com/inline_mra670hTvL1qz4rgp.png",
"dateCreated": "2013-08-15T13:00:00Z",
"articleSection": "Programming",
"creator": ["Alan Alexander Milne"],
"keywords": ["statistics","zipf","internet","behavior"]
}
Does anyone have any experience working with EE and Parse.ly who can give me some pointers on how to proceed?
Thanks.
Lamar Henderson [email protected]
EE version: 2.10.1 PHP version: 5.4
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.