forked from qwerty/tupali
mejorars en los metatag para twitter y og
This commit is contained in:
parent
006ca98c0f
commit
5d171b61da
@ -167,6 +167,12 @@ if ($variable !=''){
|
|||||||
$key = substr($identificador, 32, $length = 40);
|
$key = substr($identificador, 32, $length = 40);
|
||||||
$identificador = substr($identificador, 0, $length = 32);
|
$identificador = substr($identificador, 0, $length = 32);
|
||||||
} else {$identificador_original = $identificador;}
|
} else {$identificador_original = $identificador;}
|
||||||
|
$impresion = landingpage_contenido_identificador("$identificador_original","$id_form","social",'head');
|
||||||
|
|
||||||
|
$impresion = strip_tags($impresion);
|
||||||
|
//$impresion= str_replace('\t', '', $impresion);
|
||||||
|
$impresion = preg_replace("[\n|\r|\n\r|\t]",'', $impresion);
|
||||||
|
$descripcion_meta = $impresion;
|
||||||
$primer = formulario_uso("","$identificador",'primer') ;
|
$primer = formulario_uso("","$identificador",'primer') ;
|
||||||
$id_form="$primer[3]";
|
$id_form="$primer[3]";
|
||||||
$embebido = "1";
|
$embebido = "1";
|
||||||
|
Loading…
Reference in New Issue
Block a user