2017 © Pedro Peláez
 

library upcloo-module

Zend Framework 2 Module that provides UpCloo functionality

image

wdalmut/upcloo-module

Zend Framework 2 Module that provides UpCloo functionality

  • Saturday, February 1, 2014
  • by wdalmut
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

UpCloo Module for Zend Framework 2

Build Status, (*1)

UpClooModule integrates UpCloo with Zend Framework 2 quickly and easily, (*2)

This module is in alpha state do not use in production, (*3)

Installation

Simple add to your composer, (*4)

"require": {
    "wdalmut/upcloo-module": "dev-master"
}

Usage

In your configuration add you sitekey and configure the module., (*5)

 array(
        'sitekey' => 'your-sitekey-here',
        'auto_apply' => true,
        'route' => array(
            'application/default',
            'blog/post'
        )
    )
)
```

The route options is useful to add UpCloo SDK automatically in particular
routes.

Remember that your have to add this module in your main configuration
`application.config.php`

```php
 array(
        'UpClooModule',
        'Application',
        // ...
    ),
    // ...
```

## Engage UpCloo Manually

If you disable the `auto_apply` options (set to `false`) you have to place
the UpCloo SDK manually using the dedicated `HelperView`.

```php
// a view...
upclooSdk($this->pageURL); ?> </div class="a-class"> <p>The page continue...</p> </div>

UpCloo optimized for Search Engines

If you want to create a link based strategy useful for Search Engine Optimization you can use UpClooForSpiders view helper. In order to achieve this result you have to use the dedicated view helper, (*6)



// a view...
upclooForSpiders($this->pageURL); //Style $relatedPosts as you want (array of contents). ?> </div class="a-class"> <p>The page continue...</p> </div>

The Versions

01/02 2014

dev-master

9999999-dev http://www.upcloo.com/

Zend Framework 2 Module that provides UpCloo functionality

  Sources   Download

MIT

The Requires

 

The Development Requires

semantic related links correlate upcloo correalation