Title: MetaMax
Author: eoutvik
Published: <strong>23 de setembre de 2016</strong>
Last modified: 19 d'octubre de 2016

---

Cerca extensions

![](https://ps.w.org/metamax/assets/banner-772x250.png?rev=1501085)

Aquesta extensió **no s’ha provat en les darreres 3 versions majors del WordPress**.
Segurament no està mantinguda o suportada, i pot tenir problemes de compatibilitat
quan s’usa en versions recents del WordPress.

![](https://ps.w.org/metamax/assets/icon-256x256.png?rev=1501045)

# MetaMax

 Per [eoutvik](https://profiles.wordpress.org/eoutvik/)

[Baixa](https://downloads.wordpress.org/plugin/metamax.1.1.1.zip)

 * [Detalls](https://ca.wordpress.org/plugins/metamax/#description)
 * [Ressenyes](https://ca.wordpress.org/plugins/metamax/#reviews)
 *  [Instal·lació](https://ca.wordpress.org/plugins/metamax/#installation)
 * [Desenvolupament](https://ca.wordpress.org/plugins/metamax/#developers)

 [Suport](https://wordpress.org/support/plugin/metamax/)

## Descripció

MetaMax is meant to be a lightweight and super simple replacement for Yoast SEO.
He does not have the advanced GUI or content analysis that Yoast SEO offers, but
instead focuses on good standards and less noise — all ready to go in one click.
MetaMax is also more performant than Yoast SEO, and will not have the same impact
on your pageload. But of course you always cache your site anyways, right? Made 
with passion by Appex!

#### Tags

SEO, Yoast, social, sharing, meta, meta tags, facebook, twitter, google, description

### Filters

> Appex_Metamax::FILTER_META_OG_TITLE
>  Appex_Metamax::FILTER_META_DESCRIPTION Appex_Metamax::
> FILTER_META_OG_DESCRIPTION Appex_Metamax::FILTER_META_OG_LOCALE Appex_Metamax::
> FILTER_META_OG_SITE_NAME Appex_Metamax::FILTER_META_OG_URL Appex_Metamax::FILTER_META_OG_VIDEO
> Appex_Metamax::FILTER_META_OG_TYPE Appex_Metamax::FILTER_META_PROFILE_FIRST_NAME
> Appex_Metamax::FILTER_META_PROFILE_LAST_NAME Appex_Metamax::FILTER_META_TWITTER_CARD
> Appex_Metamax::FILTER_META_FB_APP_ID

The filters above will expect a string in return

#### Example

    ```
    if ( class_exists( 'Appex_Metamax' ) ) {

        add_filter( Appex_Metamax::FILTER_META_OG_TITLE, function( $content ) {

            // Override title if not on home page
            if( !is_home() ) {

                $content = 'My new fancy title';

            }

            return $content;

        });

    }
    ```

> Appex_Metamax::FILTER_META_OG_IMAGE
>  Appex_Metamax::FILTER_META_DEFAULT_OG_IMAGE

The image filters will expect an array of arrays with url, width and height in the
following format: array(array(url, width, height));

#### Example

    ```
    // Default image fallback filter
    if ( class_exists( 'Appex_Metamax' ) ) {

        add_filter( Appex_Metamax::FILTER_META_DEFAULT_OG_IMAGE, function( $images ) {

            $images[] = wp_get_attachment_image_src( $attachment_id, 'large' );

            return $images;

        });

    }

    // Add images
    if ( class_exists( 'Appex_Metamax' ) ) {

        add_filter( Appex_Metamax::FILTER_META_OG_IMAGE, function( $images ) {

            $images[] = array(
                            'http://example.com/images/waycoolimage.jpg', 
                            1200, 
                            800 
                        );

            if( is_archive() ) {

                $images[] = wp_get_attachment_image_src( $attachment_id, 'large' );

            }

            return $images;

        });

    }
    ```

## Instal·lació

For most use cases the MetaMax defaults will be sufficient, but if, for some insane
reason, MetaMax is unable to generate the desired output on one or more meta tags,
you can always hook on to his filters and tell him how he should handle your content.
If you do, he will blindly follow your instructions even if it sets your server 
RAM on fire. Good luck!

## PMF

  Does MetaMax support WooCommerce?

We don’t know. He certainly does if you tell him how to handle WooCommerce content
in his filters.

  Does MetaMax support multisite?

Again, we don’t know. Maybe you could try it out and give us some feedback? 🙂

## Ressenyes

No hi ha ressenyes per a aquesta extensió.

## Col·laboradors i desenvolupadors

«MetaMax» és programari de codi obert. La següent gent ha col·laborat en aquesta
extensió.

Col·laboradors

 *   [ eoutvik ](https://profiles.wordpress.org/eoutvik/)
 *   [ andersdosen ](https://profiles.wordpress.org/andersdosen/)
 *   [ heintore ](https://profiles.wordpress.org/heintore/)

[Traduïu «MetaMax» a la vostra llengua.](https://translate.wordpress.org/projects/wp-plugins/metamax)

### Interessats en el desenvolupament?

[Navegueu pel codi](https://plugins.trac.wordpress.org/browser/metamax/), baixeu-
vos el [repositori SVN](https://plugins.svn.wordpress.org/metamax/), o subscriviu-
vos al [registre de desenvolupament](https://plugins.trac.wordpress.org/log/metamax/)
per [fisl de subscripció RSS](https://plugins.trac.wordpress.org/log/metamax/?limit=100&mode=stop_on_copy&format=rss).

## Registre de canvis

#### 1.1.1

 * Fixed linebreak on 404 pages
 * Fixed missing global $post object

#### 1.1

 * Fixed undefined $post_thumbnail_id bug
 * Removed attached images from og:image array

#### 1.0

 * Initial release

## Meta

 *  Versió **1.1.1**
 *  Darrera actualització **fa 10 anys**
 *  Instal·lacions actives **10+**
 *  Versió del WordPress ** 4.6 o posterior **
 *  Provada fins a **4.7.35**
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/metamax/)
 * Etiquetes
 * [google](https://ca.wordpress.org/plugins/tags/google/)[meta description](https://ca.wordpress.org/plugins/tags/meta-description/)
   [meta title](https://ca.wordpress.org/plugins/tags/meta-title/)[noindex](https://ca.wordpress.org/plugins/tags/noindex/)
   [seo](https://ca.wordpress.org/plugins/tags/seo/)
 *  [Vista avançada](https://ca.wordpress.org/plugins/metamax/advanced/)

## Valoracions

Encara no s'ha enviat cap ressenya.

[La vostra ressenya](https://wordpress.org/support/plugin/metamax/reviews/#new-post)

[Visualitza totes les ressenyes](https://wordpress.org/support/plugin/metamax/reviews/)

## Col·laboradors

 *   [ eoutvik ](https://profiles.wordpress.org/eoutvik/)
 *   [ andersdosen ](https://profiles.wordpress.org/andersdosen/)
 *   [ heintore ](https://profiles.wordpress.org/heintore/)

## Suport

Teniu quelcom a dir? Necessiteu ajuda?

 [Visualitza els fòrums de suport](https://wordpress.org/support/plugin/metamax/)