WordPress Social Share, Social Login and Social Comments Plugin – Super Socializer - Version 7.12.42

Version Description

[28 May 2020] = [Bugfix] Social avatar was being downloaded by browser when clicking the profile link created by Peepso plugin [Bugfix] Print share icon in the "More" share popup was triggering PrintFriendly share [Bugfix] Url of Facebook Debugger was broken in the "Troubleshooter" section at social share options page

Download this release

Release Info

Developer the_champ
Plugin Icon 128x128 WordPress Social Share, Social Login and Social Comments Plugin – Super Socializer
Version 7.12.42
Comparing to
See all releases

Code changes from version 7.12.41 to 7.12.42

admin/social_sharing.php CHANGED
@@ -1903,8 +1903,8 @@
1903
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table">
1904
  <tr>
1905
  <td>
1906
- <?php _e('If Facebook sharing is not working fine, click at the following link and enter the problematic url (where Facebook sharing is not working properly) of your website in the text field. Click "Fetch New Scrape Information" button.', 'super-socializer' ) ?><br/>
1907
- <a style="text-decoration: none" target="_blank" href="https://developers.facebook.com/tools/debug/og/object/">https://developers.facebook.com/tools/debug/og/object/</a>
1908
  </td>
1909
  </tr>
1910
  </table>
1903
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table">
1904
  <tr>
1905
  <td>
1906
+ <?php _e('If Facebook sharing is not working fine, click at the following link and enter the problematic url (where Facebook sharing is not working properly) of your website in the text field. Click "Debug" button.', 'super-socializer' ) ?><br/>
1907
+ <a style="text-decoration: none" target="_blank" href="https://developers.facebook.com/tools/debug">https://developers.facebook.com/tools/debug</a>
1908
  </td>
1909
  </tr>
1910
  </table>
inc/social_login.php CHANGED
@@ -418,8 +418,8 @@ function the_champ_sanitize_profile_data($profileData, $provider){
418
  $temp['last_name'] = isset($profileData['last_name']) ? $profileData['last_name'] : '';
419
  $temp['bio'] = '';
420
  $temp['link'] = '';
421
- $temp['avatar'] = "//graph.facebook.com/" . $profileData['id'] . "/picture?type=square";
422
- $temp['large_avatar'] = "//graph.facebook.com/" . $profileData['id'] . "/picture?type=large";
423
  }elseif($provider == 'twitter'){
424
  $temp['id'] = isset($profileData -> id) ? sanitize_text_field($profileData -> id) : '';
425
  $temp['email'] = isset($profileData -> email) ? sanitize_email($profileData -> email) : '';
418
  $temp['last_name'] = isset($profileData['last_name']) ? $profileData['last_name'] : '';
419
  $temp['bio'] = '';
420
  $temp['link'] = '';
421
+ $temp['avatar'] = "https://graph.facebook.com/" . $profileData['id'] . "/picture?type=square";
422
+ $temp['large_avatar'] = "https://graph.facebook.com/" . $profileData['id'] . "/picture?type=large";
423
  }elseif($provider == 'twitter'){
424
  $temp['id'] = isset($profileData -> id) ? sanitize_text_field($profileData -> id) : '';
425
  $temp['email'] = isset($profileData -> email) ? sanitize_email($profileData -> email) : '';
js/front/combined.js CHANGED
@@ -161,6 +161,7 @@ function theChampMoreSharingPopup(elem, postUrl, postTitle, twitterTitle){
161
  title: "Print",
162
  locale: "en-US",
163
  redirect_url: "http://www.printfriendly.com/print?url=" + postUrl,
 
164
  },
165
  tumblr: {
166
  title: "Tumblr",
161
  title: "Print",
162
  locale: "en-US",
163
  redirect_url: "http://www.printfriendly.com/print?url=" + postUrl,
164
+ bookmarklet_url: "javascript:window.print();"
165
  },
166
  tumblr: {
167
  title: "Tumblr",
js/front/sharing/sharing.js CHANGED
@@ -148,6 +148,7 @@ function theChampMoreSharingPopup(elem, postUrl, postTitle, twitterTitle){
148
  title: "Print",
149
  locale: "en-US",
150
  redirect_url: "http://www.printfriendly.com/print?url=" + postUrl,
 
151
  },
152
  tumblr: {
153
  title: "Tumblr",
148
  title: "Print",
149
  locale: "en-US",
150
  redirect_url: "http://www.printfriendly.com/print?url=" + postUrl,
151
+ bookmarklet_url: "javascript:window.print();"
152
  },
153
  tumblr: {
154
  title: "Tumblr",
languages/super-socializer-ar_AR.mo CHANGED
Binary file
languages/super-socializer-ar_AR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2020-04-10 17:19+0530\n"
6
- "PO-Revision-Date: 2020-04-10 17:19+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <support@heateor.com>\n"
9
  "Language: ar\n"
@@ -1516,8 +1516,7 @@ msgstr "مستكشف أخطاء مشاركة في ألفيس بوك"
1516
  msgid ""
1517
  "If Facebook sharing is not working fine, click at the following link and "
1518
  "enter the problematic url (where Facebook sharing is not working properly) "
1519
- "of your website in the text field. Click \"Fetch New Scrape Information\" "
1520
- "button."
1521
  msgstr ""
1522
  "إذا كان تقاسم بوك لا تعمل بشكل جيد، انقر على الرابط التالي وأدخل عنوان url "
1523
  "إشكالية (حيث تقاسم بوك لا يعمل بشكل صحيح) من موقع الويب الخاص بك في حقل النص:"
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2020-05-28 10:00+0530\n"
6
+ "PO-Revision-Date: 2020-05-28 10:01+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <support@heateor.com>\n"
9
  "Language: ar\n"
1516
  msgid ""
1517
  "If Facebook sharing is not working fine, click at the following link and "
1518
  "enter the problematic url (where Facebook sharing is not working properly) "
1519
+ "of your website in the text field. Click \"Debug\" button."
 
1520
  msgstr ""
1521
  "إذا كان تقاسم بوك لا تعمل بشكل جيد، انقر على الرابط التالي وأدخل عنوان url "
1522
  "إشكالية (حيث تقاسم بوك لا يعمل بشكل صحيح) من موقع الويب الخاص بك في حقل النص:"
languages/super-socializer-es_ES.mo CHANGED
Binary file
languages/super-socializer-es_ES.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2020-04-10 17:19+0530\n"
6
- "PO-Revision-Date: 2020-04-10 17:19+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: es\n"
@@ -1447,8 +1447,7 @@ msgstr "Resolución de problemas al Compartir en Facebook"
1447
  msgid ""
1448
  "If Facebook sharing is not working fine, click at the following link and "
1449
  "enter the problematic url (where Facebook sharing is not working properly) "
1450
- "of your website in the text field. Click \"Fetch New Scrape Information\" "
1451
- "button."
1452
  msgstr ""
1453
  "Si el contenido no se está compartiendo correctamente en Facebook, haz click "
1454
  "en el siguiente enlace e introduce la url problemática de tu sitio web (la "
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2020-05-28 10:00+0530\n"
6
+ "PO-Revision-Date: 2020-05-28 10:00+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: es\n"
1447
  msgid ""
1448
  "If Facebook sharing is not working fine, click at the following link and "
1449
  "enter the problematic url (where Facebook sharing is not working properly) "
1450
+ "of your website in the text field. Click \"Debug\" button."
 
1451
  msgstr ""
1452
  "Si el contenido no se está compartiendo correctamente en Facebook, haz click "
1453
  "en el siguiente enlace e introduce la url problemática de tu sitio web (la "
languages/super-socializer-hu_HU.mo CHANGED
Binary file
languages/super-socializer-hu_HU.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2020-04-10 17:19+0530\n"
6
- "PO-Revision-Date: 2020-04-10 17:19+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: The Champ <lordofthechamps@gmail.com>\n"
9
  "Language: hu\n"
@@ -1447,8 +1447,7 @@ msgstr "Facebook Megosztás Hibaelhárító"
1447
  msgid ""
1448
  "If Facebook sharing is not working fine, click at the following link and "
1449
  "enter the problematic url (where Facebook sharing is not working properly) "
1450
- "of your website in the text field. Click \"Fetch New Scrape Information\" "
1451
- "button."
1452
  msgstr ""
1453
  "Ha a Facebook megosztás nem működik helyesen, kattints a következő linkre, "
1454
  "és add meg a problémás url-t (ahol a Facebook megosztás nem működik "
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2020-05-28 10:00+0530\n"
6
+ "PO-Revision-Date: 2020-05-28 10:00+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: The Champ <lordofthechamps@gmail.com>\n"
9
  "Language: hu\n"
1447
  msgid ""
1448
  "If Facebook sharing is not working fine, click at the following link and "
1449
  "enter the problematic url (where Facebook sharing is not working properly) "
1450
+ "of your website in the text field. Click \"Debug\" button."
 
1451
  msgstr ""
1452
  "Ha a Facebook megosztás nem működik helyesen, kattints a következő linkre, "
1453
  "és add meg a problémás url-t (ahol a Facebook megosztás nem működik "
languages/super-socializer-it_IT.mo CHANGED
Binary file
languages/super-socializer-it_IT.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2020-04-10 17:19+0530\n"
6
- "PO-Revision-Date: 2020-04-10 17:19+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Freedom's Gate <freedomsgate.tk@gmail.com>\n"
9
  "Language: it\n"
@@ -1435,11 +1435,11 @@ msgid "Facebook Sharing Troubleshooter"
1435
  msgstr "Risoluzione dei problemi Facebook Sharing"
1436
 
1437
  #: ../admin/social_sharing.php:1906
 
1438
  msgid ""
1439
  "If Facebook sharing is not working fine, click at the following link and "
1440
  "enter the problematic url (where Facebook sharing is not working properly) "
1441
- "of your website in the text field. Click \"Fetch New Scrape Information\" "
1442
- "button."
1443
  msgstr ""
1444
  "Se la condivisione di Facebook non funziona bene, fai un clic sul "
1445
  "collegamento che segue, inserisci nell'area di testo la url del tuo sito web "
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2020-05-28 10:00+0530\n"
6
+ "PO-Revision-Date: 2020-05-28 10:00+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Freedom's Gate <freedomsgate.tk@gmail.com>\n"
9
  "Language: it\n"
1435
  msgstr "Risoluzione dei problemi Facebook Sharing"
1436
 
1437
  #: ../admin/social_sharing.php:1906
1438
+ #, fuzzy
1439
  msgid ""
1440
  "If Facebook sharing is not working fine, click at the following link and "
1441
  "enter the problematic url (where Facebook sharing is not working properly) "
1442
+ "of your website in the text field. Click \"Debug\" button."
 
1443
  msgstr ""
1444
  "Se la condivisione di Facebook non funziona bene, fai un clic sul "
1445
  "collegamento che segue, inserisci nell'area di testo la url del tuo sito web "
languages/super-socializer-pt_BR.mo CHANGED
Binary file
languages/super-socializer-pt_BR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2020-04-10 17:19+0530\n"
6
- "PO-Revision-Date: 2020-04-10 17:19+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: en_IN\n"
@@ -1444,8 +1444,7 @@ msgstr "Solução de problema no compartilhamento com o Facebook"
1444
  msgid ""
1445
  "If Facebook sharing is not working fine, click at the following link and "
1446
  "enter the problematic url (where Facebook sharing is not working properly) "
1447
- "of your website in the text field. Click \"Fetch New Scrape Information\" "
1448
- "button."
1449
  msgstr ""
1450
  "Se o compartilhamento com o Facebook não está funcionado corretamente, click "
1451
  "no seguinte link e copie a url problemática no campo de texto (onde o "
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2020-05-28 10:00+0530\n"
6
+ "PO-Revision-Date: 2020-05-28 10:00+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: en_IN\n"
1444
  msgid ""
1445
  "If Facebook sharing is not working fine, click at the following link and "
1446
  "enter the problematic url (where Facebook sharing is not working properly) "
1447
+ "of your website in the text field. Click \"Debug\" button."
 
1448
  msgstr ""
1449
  "Se o compartilhamento com o Facebook não está funcionado corretamente, click "
1450
  "no seguinte link e copie a url problemática no campo de texto (onde o "
languages/super-socializer-ru_RU.mo CHANGED
Binary file
languages/super-socializer-ru_RU.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2020-04-10 17:18+0530\n"
6
- "PO-Revision-Date: 2020-04-10 17:18+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Russian\n"
9
  "Language: ru_RU\n"
@@ -1431,11 +1431,11 @@ msgid "Facebook Sharing Troubleshooter"
1431
  msgstr "Устранение неисправностей Поделиться от Facebook"
1432
 
1433
  #: ../admin/social_sharing.php:1906
 
1434
  msgid ""
1435
  "If Facebook sharing is not working fine, click at the following link and "
1436
  "enter the problematic url (where Facebook sharing is not working properly) "
1437
- "of your website in the text field. Click \"Fetch New Scrape Information\" "
1438
- "button."
1439
  msgstr ""
1440
  "Если Поделиться от Facebook не работает нормально, нажмите на следующую "
1441
  "ссылку и введите проблематичный URL-адрес (где Поделиться от Facebook не "
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2020-05-28 09:59+0530\n"
6
+ "PO-Revision-Date: 2020-05-28 10:00+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Russian\n"
9
  "Language: ru_RU\n"
1431
  msgstr "Устранение неисправностей Поделиться от Facebook"
1432
 
1433
  #: ../admin/social_sharing.php:1906
1434
+ #, fuzzy
1435
  msgid ""
1436
  "If Facebook sharing is not working fine, click at the following link and "
1437
  "enter the problematic url (where Facebook sharing is not working properly) "
1438
+ "of your website in the text field. Click \"Debug\" button."
 
1439
  msgstr ""
1440
  "Если Поделиться от Facebook не работает нормально, нажмите на следующую "
1441
  "ссылку и введите проблематичный URL-адрес (где Поделиться от Facebook не "
languages/super-socializer-uk.mo CHANGED
Binary file
languages/super-socializer-uk.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2020-04-10 17:18+0530\n"
6
- "PO-Revision-Date: 2020-04-10 17:18+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Ukrainian\n"
9
  "Language: uk\n"
@@ -1432,11 +1432,11 @@ msgid "Facebook Sharing Troubleshooter"
1432
  msgstr "Усунення несправностей Поділитися від Facebook"
1433
 
1434
  #: ../admin/social_sharing.php:1906
 
1435
  msgid ""
1436
  "If Facebook sharing is not working fine, click at the following link and "
1437
  "enter the problematic url (where Facebook sharing is not working properly) "
1438
- "of your website in the text field. Click \"Fetch New Scrape Information\" "
1439
- "button."
1440
  msgstr ""
1441
  "Якщо Поділитися від Facebook не працює нормально, натисніть на наступне "
1442
  "посилання і введіть проблематичний URL-адресу (де Поділитися від Facebook не "
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2020-05-28 09:59+0530\n"
6
+ "PO-Revision-Date: 2020-05-28 09:59+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Ukrainian\n"
9
  "Language: uk\n"
1432
  msgstr "Усунення несправностей Поділитися від Facebook"
1433
 
1434
  #: ../admin/social_sharing.php:1906
1435
+ #, fuzzy
1436
  msgid ""
1437
  "If Facebook sharing is not working fine, click at the following link and "
1438
  "enter the problematic url (where Facebook sharing is not working properly) "
1439
+ "of your website in the text field. Click \"Debug\" button."
 
1440
  msgstr ""
1441
  "Якщо Поділитися від Facebook не працює нормально, натисніть на наступне "
1442
  "посилання і введіть проблематичний URL-адресу (де Поділитися від Facebook не "
languages/super-socializer-zh_CN.mo CHANGED
Binary file
languages/super-socializer-zh_CN.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
- "POT-Creation-Date: 2020-04-10 17:18+0530\n"
5
- "PO-Revision-Date: 2020-04-10 17:18+0530\n"
6
  "Last-Translator: Heateor <hello@heateor.com>\n"
7
  "Language-Team: 汤小贤 <calmsmile@aliyun.com>\n"
8
  "Language: zh_CN\n"
@@ -1403,11 +1403,11 @@ msgid "Facebook Sharing Troubleshooter"
1403
  msgstr "Facebook 分享疑难解答"
1404
 
1405
  #: admin/social_sharing.php:1906
 
1406
  msgid ""
1407
  "If Facebook sharing is not working fine, click at the following link and "
1408
  "enter the problematic url (where Facebook sharing is not working properly) "
1409
- "of your website in the text field. Click \"Fetch New Scrape Information\" "
1410
- "button."
1411
  msgstr ""
1412
  "如果Facebook分享工作不正常,请单击以下链接,然后在文本字段中输入您网站的有问"
1413
  "题的URL(Facebook分享无法正常工作)。 单击“获取新的Scrape信息”按钮。"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
+ "POT-Creation-Date: 2020-05-28 09:59+0530\n"
5
+ "PO-Revision-Date: 2020-05-28 09:59+0530\n"
6
  "Last-Translator: Heateor <hello@heateor.com>\n"
7
  "Language-Team: 汤小贤 <calmsmile@aliyun.com>\n"
8
  "Language: zh_CN\n"
1403
  msgstr "Facebook 分享疑难解答"
1404
 
1405
  #: admin/social_sharing.php:1906
1406
+ #, fuzzy
1407
  msgid ""
1408
  "If Facebook sharing is not working fine, click at the following link and "
1409
  "enter the problematic url (where Facebook sharing is not working properly) "
1410
+ "of your website in the text field. Click \"Debug\" button."
 
1411
  msgstr ""
1412
  "如果Facebook分享工作不正常,请单击以下链接,然后在文本字段中输入您网站的有问"
1413
  "题的URL(Facebook分享无法正常工作)。 单击“获取新的Scrape信息”按钮。"
languages/super-socializer.pot CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2020-04-10 17:18+0530\n"
6
- "PO-Revision-Date: 2020-04-10 17:18+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: en_IN\n"
@@ -1320,8 +1320,7 @@ msgstr ""
1320
  msgid ""
1321
  "If Facebook sharing is not working fine, click at the following link and "
1322
  "enter the problematic url (where Facebook sharing is not working properly) "
1323
- "of your website in the text field. Click \"Fetch New Scrape Information\" "
1324
- "button."
1325
  msgstr ""
1326
 
1327
  #: ../admin/social_sharing.php:1923 ../admin/social_commenting.php:386
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2020-05-28 10:01+0530\n"
6
+ "PO-Revision-Date: 2020-05-28 10:01+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: en_IN\n"
1320
  msgid ""
1321
  "If Facebook sharing is not working fine, click at the following link and "
1322
  "enter the problematic url (where Facebook sharing is not working properly) "
1323
+ "of your website in the text field. Click \"Debug\" button."
 
1324
  msgstr ""
1325
 
1326
  #: ../admin/social_sharing.php:1923 ../admin/social_commenting.php:386
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: Heateor, farhan8heateor, jatin8heateor, the_champ, Hungarian Trans
3
  Donate link: https://www.heateor.com/donate?action=Super+Socializer
4
  Tags: social login, social share, social commenting, social comments, social plugin, profile data, social analytics, online identity, social profile storage, single sign-on, social media follow, facebook login
5
  Requires at least: 2.5.0
6
- Tested up to: 5.4
7
- Stable tag: 7.12.41
8
  License: GPLv2 or later
9
 
10
  The unique Social Plugin to let you integrate Social Login, Social Share, Social Comments and Social Media follow at your website
@@ -211,6 +211,11 @@ Yes, we can help you with it. Just drop an email at support[ at ]heateor[ dot ]c
211
  8. **Social Commenting**: Disqus Commenting selected
212
 
213
  == Changelog ==
 
 
 
 
 
214
  = 7.12.41 [10 April 2020] =
215
  [Bugfix] Sina Weibo share was not working
216
  [Bugfix] Facebook logo was missing in Facebook login icon in Social Account Linking section
@@ -2025,4 +2030,9 @@ Yes, we can help you with it. Just drop an email at support[ at ]heateor[ dot ]c
2025
  [Bugfix] New user notification email was not working when WooCommerce was inactive
2026
  [Improvement] Some code in Google login library was generating PHP warning with PHP 7.4
2027
  [Improvement] PHP warning was being generated if PHP session had already been started in some other plugin/theme/code
2028
- [Improvement] Facebook share popup window was fluctuating
 
 
 
 
 
3
  Donate link: https://www.heateor.com/donate?action=Super+Socializer
4
  Tags: social login, social share, social commenting, social comments, social plugin, profile data, social analytics, online identity, social profile storage, single sign-on, social media follow, facebook login
5
  Requires at least: 2.5.0
6
+ Tested up to: 5.4.1
7
+ Stable tag: 7.12.42
8
  License: GPLv2 or later
9
 
10
  The unique Social Plugin to let you integrate Social Login, Social Share, Social Comments and Social Media follow at your website
211
  8. **Social Commenting**: Disqus Commenting selected
212
 
213
  == Changelog ==
214
+ = 7.12.42 [28 May 2020] =
215
+ [Bugfix] Social avatar was being downloaded by browser when clicking the profile link created by Peepso plugin
216
+ [Bugfix] Print share icon in the "More" share popup was triggering PrintFriendly share
217
+ [Bugfix] Url of Facebook Debugger was broken in the "Troubleshooter" section at social share options page
218
+
219
  = 7.12.41 [10 April 2020] =
220
  [Bugfix] Sina Weibo share was not working
221
  [Bugfix] Facebook logo was missing in Facebook login icon in Social Account Linking section
2030
  [Bugfix] New user notification email was not working when WooCommerce was inactive
2031
  [Improvement] Some code in Google login library was generating PHP warning with PHP 7.4
2032
  [Improvement] PHP warning was being generated if PHP session had already been started in some other plugin/theme/code
2033
+ [Improvement] Facebook share popup window was fluctuating
2034
+
2035
+ = 7.12.42 [28 May 2020] =
2036
+ [Bugfix] Social avatar was being downloaded by browser when clicking the profile link created by Peepso plugin
2037
+ [Bugfix] Print share icon in the "More" share popup was triggering PrintFriendly share
2038
+ [Bugfix] Url of Facebook Debugger was broken in the "Troubleshooter" section at social share options page
super_socializer.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Super Socializer
4
  Plugin URI: https://super-socializer-wordpress.heateor.com
5
  Description: A complete 360 degree solution to provide all the social features like Social Login, Social Commenting, Social Sharing, Social Media follow and more
6
- Version: 7.12.41
7
  Author: Team Heateor
8
  Author URI: https://www.heateor.com
9
  Text Domain: super-socializer
@@ -11,7 +11,7 @@ Domain Path: /languages
11
  License: GPL2+
12
  */
13
  defined('ABSPATH') or die("Cheating........Uh!!");
14
- define('THE_CHAMP_SS_VERSION', '7.12.41');
15
 
16
  require 'helper.php';
17
 
@@ -1419,15 +1419,6 @@ function the_champ_new_subsite_default_options($blogId, $userId, $domain, $path,
1419
  }
1420
  add_action('wpmu_new_blog', 'the_champ_new_subsite_default_options', 10, 6);
1421
 
1422
- /**
1423
- * Set flag in database if browser message notification has been read
1424
- */
1425
- function heateor_ss_browser_notification_read(){
1426
- update_option('heateor_ss_browser_notification_read', '1');
1427
- die;
1428
- }
1429
- add_action('wp_ajax_heateor_ss_browser_notification_read', 'heateor_ss_browser_notification_read');
1430
-
1431
  /**
1432
  * Set flag in database if Twitcount notification has been read
1433
  */
@@ -1837,29 +1828,6 @@ function the_champ_addon_update_notification(){
1837
  <?php
1838
  }
1839
  }
1840
-
1841
- if(!get_option('heateor_ss_browser_notification_read')){
1842
- ?>
1843
- <script type="text/javascript">
1844
- function heateorSsBrowserNotificationRead(){
1845
- jQuery.ajax({
1846
- type: 'GET',
1847
- url: '<?php echo get_admin_url() ?>admin-ajax.php',
1848
- data: {
1849
- action: 'heateor_ss_browser_notification_read'
1850
- },
1851
- success: function(data, textStatus, XMLHttpRequest){
1852
- jQuery('#heateor_ss_browser_notification').fadeOut();
1853
- }
1854
- });
1855
- }
1856
- </script>
1857
- <div id="heateor_ss_browser_notification" class="update-nag">
1858
- <h3>Super Socializer</h3>
1859
- <p><?php echo sprintf(__('Your website visitors will see a popup notification (only once) if their browsers block any of the features of the plugin so that they can change their browser settings to unblock these. You can turn it OFF by disabling "Show popup notification to users if their browsers block the plugin features" option <a href="%s">here</a>', 'super-socializer'), 'admin.php?page=heateor-ss-general-options'); ?><input type="button" onclick="heateorSsBrowserNotificationRead()" style="margin-left: 5px;" class="button button-primary" value="<?php _e('Okay', 'super-socializer') ?>" /></p>
1860
- </div>
1861
- <?php
1862
- }
1863
  }
1864
  }
1865
  add_action('admin_notices', 'the_champ_addon_update_notification');
3
  Plugin Name: Super Socializer
4
  Plugin URI: https://super-socializer-wordpress.heateor.com
5
  Description: A complete 360 degree solution to provide all the social features like Social Login, Social Commenting, Social Sharing, Social Media follow and more
6
+ Version: 7.12.42
7
  Author: Team Heateor
8
  Author URI: https://www.heateor.com
9
  Text Domain: super-socializer
11
  License: GPL2+
12
  */
13
  defined('ABSPATH') or die("Cheating........Uh!!");
14
+ define('THE_CHAMP_SS_VERSION', '7.12.42');
15
 
16
  require 'helper.php';
17
 
1419
  }
1420
  add_action('wpmu_new_blog', 'the_champ_new_subsite_default_options', 10, 6);
1421
 
 
 
 
 
 
 
 
 
 
1422
  /**
1423
  * Set flag in database if Twitcount notification has been read
1424
  */
1828
  <?php
1829
  }
1830
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1831
  }
1832
  }
1833
  add_action('admin_notices', 'the_champ_addon_update_notification');
uninstall.php CHANGED
@@ -14,7 +14,6 @@ if(isset($theChampGeneralOptions['delete_options'])){
14
  'the_champ_general',
15
  'the_champ_ss_version',
16
  'the_champ_feedback_submitted',
17
- 'heateor_ss_browser_notification_read',
18
  'widget_thechamplogin',
19
  'widget_thechamphorizontalsharing',
20
  'widget_thechampverticalsharing',
14
  'the_champ_general',
15
  'the_champ_ss_version',
16
  'the_champ_feedback_submitted',
 
17
  'widget_thechamplogin',
18
  'widget_thechamphorizontalsharing',
19
  'widget_thechampverticalsharing',