{% set fb_title = data.pdata.data.30|raw %}
{% set fb_description = data.pdata.data.31|raw %}
{% set tw_description = data.pdata.data.134|raw %}
{% set fb_image = regGet('imgpath') ~ data.pdata.data.32|raw %}
{% set fbdata = controllerData('includes:snippets:FBMetaData:get') %}
{% if fb_title == false %}
{% set fb_title = readFunnel(
fbdata.pages["INVITE_FRIENDS_FACEBOOK_POST"|translate],
global("PUBLIWAVE_ITEM").title
) %}
{% endif %}
{% if fb_description == false %}
{% set fb_description = readFunnel(
fbdata.pages["INVITE_FRIENDS_FACEBOOK_POST"|translate],
global("PUBLIWAVE_ITEM").text
)|raw|striptags %}
{% endif %}
{% set fb_description = fb_description ~' '~ data.pdata.data.154|raw %}
{% if tw_description == false %}
{% set tw_description = fb_description %}
{% endif %}
{% if fb_image == regGet('imgpath') %}
{% set fb_image = regGet('imgpath') ~ readFunnel(
fbdata.pages["INVITE_FRIENDS_FACEBOOK_POST"|translate],
global("PUBLIWAVE_ITEM").image
) %}
{% endif %}
{% if fb_title is not empty %}
{% endif %}