.demo.m-t-1-0
facebook_share_preview.m-b-1-0(
v-for="share_setting in facebook_share_settings"
:avatar="share_setting.avatar"
:link="share_setting.link"
:title="share_setting.title"
:post_format="share_setting.post_format"
:description="share_setting.description"
:image_url="share_setting.image_url"
:external_video_url="share_setting.external_video_url"
:video_tag="share_setting.video_tag"
:suggested_copy="share_setting.suggeseted_copy"
:asset_type="share_setting.asset_type"
)