diff --git a/qa-social-share-widget.php b/qa-social-share-widget.php index 37ea4f2..8a872e0 100644 --- a/qa-social-share-widget.php +++ b/qa-social-share-widget.php @@ -31,7 +31,7 @@ function output_widget( $region, $place, $themeobject, $template, $request, $qa_ 'template' => $template, 'themeobject' => $themeobject, 'target' => '_blank', - 'style' => qa_opt( qa_is_mobile_probably() ? qa_sss_opt::SHARE_TYPE_WIDGET_MOBILE_OPTION : qa_sss_opt::SHARE_TYPE_POST_DESKTOP_OPTION ), + 'style' => qa_opt( qa_is_mobile_probably() ? qa_sss_opt::SHARE_TYPE_WIDGET_MOBILE_OPTION : qa_sss_opt::SHARE_TYPE_WIDGET_DESKTOP_OPTION ), ); $social_share = new Ami_SocialShare( $args );