simkimsia/open-graph-cake

There is no license information available for the latest version (dev-master) of this package.

Installs: 345

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 0

Type:cakephp-plugin

dev-master 2014-04-30 16:42 UTC

This package is not auto-updated.

Last update: 2024-05-06 13:09:06 UTC


README

A CakePHP 2.x Plugin that helps to generate Open Graph Protocol compliant meta tags

How to use

Model Behavior

public $actsAs = array(
	'OpenGraphCake.OpenGraphable' => array(
		'fields' => array(
			'url' => 'full_product_url',
			'type' => 'og_type',
		)
	)
);

Controller Component

View Helper