diff --git a/includes/admin/class-alg-wc-wish-list-settings-social.php b/includes/admin/class-alg-wc-wish-list-settings-social.php
index 2629d45..dd96efe 100644
--- a/includes/admin/class-alg-wc-wish-list-settings-social.php
+++ b/includes/admin/class-alg-wc-wish-list-settings-social.php
@@ -115,6 +115,8 @@ function get_settings( $settings = array() ) {
array(
'title' => __( 'Twitter', 'wish-list-for-woocommerce' ),
'desc' => __( 'Share on Twitter', 'wish-list-for-woocommerce' ),
+ 'desc_tip' => sprintf( __( 'In order to display a proper image on Tweets a meta with the %s name is required.', 'wish-list-for-woocommerce' ), '' . 'twitter:card' . '' ) . '
' .
+ sprintf( __( 'You can easily setup it with the Yoast SEO plugin for example.', 'wish-list-for-woocommerce' ), 'https://wordpress.org/plugins/wordpress-seo/' ),
'type' => 'checkbox',
'id' => self::OPTION_TWITTER,
'default' => 'yes',