File: /home/dailygoldindex/public_html/wp-content/themes/jnews/class/metabox/social-meta.php
<?php
return array(
'id' => 'jnews_social_meta',
'types' => array('post', 'page'),
'title' => esc_html__('JNews : Social Meta', 'jnews'),
'priority' => 'high',
'template' => array(
array(
'type' => 'tab',
'name' => 'facebook_social_meta',
'title' => esc_html__('Facebook Social Meta', 'jnews'),
'fields' => array(
array(
'type' => 'textbox',
'name' => 'fb_title',
'label' => esc_attr__( 'FB Share Title', 'jnews' ),
'description' => esc_attr__( 'Leave this option empty to use this post / page title', 'jnews' ),
),
array(
'type' => 'textarea',
'name' => 'fb_description',
'label' => esc_attr__( 'FB Share Description', 'jnews' ),
'description' => esc_attr__( 'Leave this option empty to use this post / page excerpt', 'jnews' ),
),
array(
'type' => 'imageupload',
'name' => 'fb_image',
'label' => esc_attr__( 'FB Share Image', 'jnews' ),
'description' => esc_attr__( 'Leave this option empty to use default featured image', 'jnews' ),
),
),
),
array(
'type' => 'tab',
'name' => 'twitter_social_meta',
'title' => esc_html__('Twitter Social Meta', 'jnews'),
'fields' => array(
array(
'type' => 'textbox',
'name' => 'twitter_title',
'label' => esc_attr__( 'Twitter Share Title', 'jnews' ),
'description' => esc_attr__( 'Leave this option empty to use post / page title', 'jnews' ),
),
array(
'type' => 'textarea',
'name' => 'twitter_description',
'label' => esc_attr__( 'Twitter Share Description', 'jnews' ),
'description' => esc_attr__( 'Leave this option empty to use post / page excerpt', 'jnews' ),
),
array(
'type' => 'imageupload',
'name' => 'twitter_image',
'label' => esc_attr__( 'Twitter Share Image', 'jnews' ),
'description' => esc_attr__( 'Leave this option empty to use default featured image', 'jnews' ),
),
),
),
),
);