settings->get( $setting_name ) && 'no' !== $share_box ) || ( ! Avada()->settings->get( $setting_name ) && 'yes' === $share_box ) ) { $full_image = wp_get_attachment_image_src( get_post_thumbnail_id( get_the_ID() ), 'full' ); $title = the_title_attribute( array( 'echo' => false, 'post' => get_the_ID(), ) ); $sharingbox_social_icon_options = array( 'sharingbox' => 'yes', 'icon_colors' => Avada()->settings->get( 'sharing_social_links_icon_color' ), 'box_colors' => Avada()->settings->get( 'sharing_social_links_box_color' ), 'icon_boxed' => Avada()->settings->get( 'sharing_social_links_boxed' ), 'icon_boxed_radius' => Fusion_Sanitize::size( Avada()->settings->get( 'sharing_social_links_boxed_radius' ) ), 'tooltip_placement' => Avada()->settings->get( 'sharing_social_links_tooltip_placement' ), 'linktarget' => Avada()->settings->get( 'social_icons_new' ), 'title' => $title, 'description' => Avada()->blog->get_content_stripped_and_excerpted( 55, get_the_content() ), 'link' => get_permalink( get_the_ID() ), 'pinterest_image' => ( $full_image ) ? $full_image[0] : '', ); ?>