.facebook-share-preview
header
img(v-if="avatar", :src="avatar")
i.pbxx-icon.pbxx-icon-local-store.pbxx-icon-hc-fw.pbxx-icon-hc-circle.gray-lightest-background-color.text-center(v-else)
article
.fb-page-name {{fb_name}}
span.date {{formatted_date}}
i.pbxx-icon.pbxx-icon-globe
p.text(v-html="html_text")
.media-card
.image(v-if="is_image")
image_cropping(
:image_url="image_url",
:responsive_image_url="responsive_image_url",
:aspect_width="aspect_width",
:aspect_height_min="aspect_height_min",
:aspect_height_max="aspect_height_max",
:crop_attributes="crop_attributes",
:enable_crop="enable_crop",
ref="image_cropping"
)
.metadata(v-if="is_link_share")
.title {{title}}
p.description {{description}}
p.source {{link_domain}}
div.video(v-if="is_video" v-html="video_tag")
footer
.action
i.pbxx-icon.pbxx-icon-thumb-up
span Like
.action
i.pbxx-icon.pbxx-icon-comment-alt
span Comment
.action
i.pbxx-icon.pbxx-icon-forward
span Share