{{if typeof data.getResult().fbAppCfg !== "undefined"}}
        {{if data.getResult().fbAppCfg.activityTitle}}
        <meta property="og:title" content="${data.getResult().fbAppCfg.activityTitle}" />
        {{/if}}
        <meta property="og:description" content="{{if data.getResult().fbAppCfg.description}}${data.getResult().fbAppCfg.description.replace(/(<([^>]+)>)/ig,"")}{{/if}}" />
        {{if data.getResult().fbAppCfg.image && data.getResult().fbAppCfg.image.url}}
        <meta property="og:image" content="${ocdn.getUrl(data.getResult().fbAppCfg.image.url).boundingBox(480, 360)}" />
        {{if data.getResult().fbAppCfg.image.type}}
        <meta property="og:image:type" content="${data.getResult().fbAppCfg.image.type}"/>
        {{/if}}
		{{else}}
		  <meta property="og:image" content="http://ocdn.eu/files/pulscms/Zjg7MDA_/5ac7aba1dac8c8657a59237a8168af63.jpg" />
		  <meta property="og:image:type" content="image/jpeg"/>
        {{/if}}
        {{if data.getResult().fbAppCfg.activityObjectUrl}}
        <meta property="og:url" content="${data.getResult().fbAppCfg.activityObjectUrl}" />
        {{/if}}
        {{if data.getResult().fbAppCfg.objectType}}
        <meta property="og:type" content="${data.getResult().fbAppCfg.objectType}" />
        {{/if}}
        {{if data.getResult().fbAppCfg.siteName}}
        <meta property="og:site_name" content="${data.getResult().fbAppCfg.siteName}"/>
        {{/if}}
        <meta property="og:locale" content="pl_PL" />
        {{if data.getResult().fbAppCfg.datePublished}}
        <meta property="article:published_time" content="${data.getResult().fbAppCfg.datePublished}" />
        {{/if}}
        {{if data.getResult().fbAppCfg.fbAppId}}
        <meta property="fb:app_id" content="${data.getResult().fbAppCfg.fbAppId}" />
        {{/if}}
    {{/if}}