get_page_option( 'post_floating_box_social_style' ); $sticky_share_view = $sticky_share_view ? $sticky_share_view : liquid_helper()->get_kit_frontend_option( 'liquid_blog_single_floating_box_social_style' ); $author_in_sticky = liquid_helper()->get_page_option( 'post_floating_box_author_enable' ); $author_in_sticky = $author_in_sticky ? $author_in_sticky : liquid_helper()->get_kit_frontend_option( 'liquid_blog_single_floating_box_author_enable' ); $social_icons_classname = 'social-icon social-icon-vertical '; if ( $sticky_share_view === 'with-text-outline' ) { $social_icons_classname .= 'p-0 m-0 list-none'; } else { $social_icons_classname .= 'p-0 m-0 list-none'; } $pinterest_image = wp_get_attachment_url( get_post_thumbnail_id(), 'full' ); ?>