2017 © Pedro Peláez
 

cakephp-plugin open-graph-cake

image

simkimsia/open-graph-cake

  • Wednesday, April 30, 2014
  • by kimsia
  • Repository
  • 1 Watchers
  • 0 Stars
  • 341 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

OpenGraphCake

A CakePHP 2.x Plugin that helps to generate Open Graph Protocol compliant meta tags, (*1)

How to use

Model Behavior

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

Controller Component

View Helper

The Versions

30/04 2014