Blog2Social: Social Media Auto Post & Scheduler - Version 6.6.3

Version Description

Usability Optimization

Download this release

Release Info

Developer PR-Gateway
Plugin Icon 128x128 Blog2Social: Social Media Auto Post & Scheduler
Version 6.6.3
Comparing to
See all releases

Code changes from version 6.6.2 to 6.6.3

assets/css/b2s/network.css CHANGED
@@ -864,4 +864,8 @@ ul.b2s-network-item-auth-list li:last-child{
864
  margin-left: 16px;
865
  padding-bottom: 10px;
866
  border-left: 3px solid lightblue;
 
 
 
 
867
  }
864
  margin-left: 16px;
865
  padding-bottom: 10px;
866
  border-left: 3px solid lightblue;
867
+ }
868
+
869
+ .b2s-auth-network-6-extension-download-area {
870
+ text-align: center;
871
  }
assets/css/b2s/ship.css CHANGED
@@ -869,3 +869,6 @@ input[type="number"]{
869
  display: none;
870
  }
871
 
 
 
 
869
  display: none;
870
  }
871
 
872
+ .b2s-auth-network-6-extension-download-area {
873
+ text-align: center;
874
+ }
assets/images/chrome-extension.png ADDED
Binary file
assets/images/firefox-extension.png ADDED
Binary file
assets/js/b2s/network.js CHANGED
@@ -15,6 +15,35 @@ jQuery(window).on("load", function () {
15
  jQuery('.b2s-network-item-auth-list[data-network-count="true"]').each(function () {
16
  jQuery('.b2s-network-auth-count-current[data-network-id="' + jQuery(this).attr("data-network-id") + '"').text(jQuery(this).children('li').length - 1);
17
  });
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
  });
19
 
20
  function init() {
@@ -1247,7 +1276,6 @@ jQuery(document).on('click', '.b2s-auth-network-6-login-btn', function () {
1247
  },
1248
  success: function (data) {
1249
  jQuery('.b2s-loading-area').hide();
1250
- jQuery('.b2s-auth-network-6-login-area').show();
1251
  if (data.result == true) {
1252
  jQuery('#b2s-auth-network-6-board').html(data.boards);
1253
  jQuery('#b2s-auth-network-6-ident-data').val(data.identData);
@@ -1255,16 +1283,23 @@ jQuery(document).on('click', '.b2s-auth-network-6-login-btn', function () {
1255
  jQuery('.b2s-auth-network-6-confirm-btn').show();
1256
  jQuery('.b2s-auth-network-6-info[data-info="success"]').show();
1257
  } else {
1258
- jQuery('.b2s-auth-network-6-login-btn').show();
1259
  if (data.error == 'nonce') {
1260
  jQuery('.b2s-nonce-check-fail').show();
 
 
 
 
 
 
1261
  }
1262
  if (typeof data.error != 'undefined' && data.error != '') {
1263
  jQuery('.b2s-auth-network-6-info[data-info="' + data.error + '"]').show();
1264
- return false;
 
1265
  }
1266
- jQuery('.b2s-auth-network-6-info[data-info="login"]').show();
1267
  }
 
1268
  }
1269
  });
1270
  });
@@ -1353,12 +1388,20 @@ jQuery(document).on('click', '.b2s-network-auth-update-btn[data-auth-method="cli
1353
  //reset
1354
  jQuery('#b2sAuthNetwork6Modal').on('hidden.bs.modal', function () {
1355
  jQuery('.b2s-loading-area').hide();
 
 
 
 
 
1356
  jQuery('.b2s-auth-network-6-login-area').show();
1357
  jQuery('#b2s-auth-network-6-auth-id').val('');
1358
  jQuery('#b2s-auth-network-6-board').html('');
1359
  jQuery('#b2s-auth-network-6-ident-data').val('');
1360
  jQuery('.b2s-auth-network-6-info').hide();
1361
  jQuery('.b2s-auth-network-6-confirm-btn').hide();
 
 
 
1362
  jQuery('.b2s-auth-network-6-login-btn').show();
1363
  jQuery('.b2s-auth-network-6-board-area').hide();
1364
  jQuery('#b2s-auth-network-6-username').val('');
@@ -1643,6 +1686,17 @@ jQuery(document).on('click', '.b2s-network-add-group-info-btn', function() {
1643
  return false;
1644
  });
1645
 
 
 
 
 
 
 
 
 
 
 
 
1646
  function generateExamplePost(template, content_range, exerpt_range) {
1647
  if(jQuery('#b2s_use_post').val() == 'true') {
1648
  var content = '';
@@ -1680,4 +1734,134 @@ function generateExamplePost(template, content_range, exerpt_range) {
1680
  }
1681
  }
1682
  return template;
1683
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  jQuery('.b2s-network-item-auth-list[data-network-count="true"]').each(function () {
16
  jQuery('.b2s-network-auth-count-current[data-network-id="' + jQuery(this).attr("data-network-id") + '"').text(jQuery(this).children('li').length - 1);
17
  });
18
+
19
+ if (window.location.href.match('b2s-add-network-6') != null) {
20
+ var authId = 0;
21
+ var mandantId = -1;
22
+ var authIdMatch = window.location.href.match(/authId=([0-9]+)/);
23
+ if(authIdMatch != null && authIdMatch[1] && authIdMatch[1] > 0) {
24
+ authId = authIdMatch[1];
25
+ }
26
+ var mandantIdMatch = window.location.href.match(/mandantId=([0-9]+)/);
27
+ if(mandantIdMatch != null && mandantIdMatch[1] && mandantIdMatch[1] >= 0) {
28
+ mandantId = mandantIdMatch[1];
29
+ }
30
+ if(authId > 0) {
31
+ jQuery('.b2s-network-auth-update-btn[data-auth-method="client"][data-network-auth-id="'+authId+'"]').trigger('click');
32
+ } else {
33
+ jQuery('.btn-primary.b2s-network-auth-btn[data-auth-method="client"]').trigger('click');
34
+ }
35
+ if(mandantId > -1) {
36
+ jQuery('#b2s-auth-network-6-mandant-id').val(mandantId);
37
+ }
38
+ jQuery('.b2s-auth-network-6-extension-info-area').show();
39
+ jQuery('.b2s-auth-network-6-extension-continue-btn').show();
40
+ jQuery('.b2s-auth-network-6-login-area').hide();
41
+ jQuery('.b2s-auth-network-6-login-btn').hide();
42
+ jQuery('.b2s-auth-network-6-confirm-btn').hide();
43
+ jQuery('.b2s-auth-network-6-info').hide();
44
+ var messageData = {action: 'BWEC', type: 'BWECT'};
45
+ window.postMessage(messageData, '*');
46
+ }
47
  });
48
 
49
  function init() {
1276
  },
1277
  success: function (data) {
1278
  jQuery('.b2s-loading-area').hide();
 
1279
  if (data.result == true) {
1280
  jQuery('#b2s-auth-network-6-board').html(data.boards);
1281
  jQuery('#b2s-auth-network-6-ident-data').val(data.identData);
1283
  jQuery('.b2s-auth-network-6-confirm-btn').show();
1284
  jQuery('.b2s-auth-network-6-info[data-info="success"]').show();
1285
  } else {
 
1286
  if (data.error == 'nonce') {
1287
  jQuery('.b2s-nonce-check-fail').show();
1288
+ } else if(data.error == 'invalid' || data.error == 'login' || data.error == 'access' || data.error == 'http_request_failed' || data.error == 'error_code_403') {
1289
+ jQuery('.b2s-auth-network-6-extension-info-area').show();
1290
+ jQuery('.b2s-auth-network-6-extension-continue-btn').show();
1291
+ var messageData = {action: 'BWEC', type: 'BWECT'};
1292
+ window.postMessage(messageData, '*');
1293
+ return false;
1294
  }
1295
  if (typeof data.error != 'undefined' && data.error != '') {
1296
  jQuery('.b2s-auth-network-6-info[data-info="' + data.error + '"]').show();
1297
+ } else {
1298
+ jQuery('.b2s-auth-network-6-info[data-info="login"]').show();
1299
  }
1300
+ jQuery('.b2s-auth-network-6-login-btn').show();
1301
  }
1302
+ jQuery('.b2s-auth-network-6-login-area').show();
1303
  }
1304
  });
1305
  });
1388
  //reset
1389
  jQuery('#b2sAuthNetwork6Modal').on('hidden.bs.modal', function () {
1390
  jQuery('.b2s-loading-area').hide();
1391
+ jQuery('.b2s-auth-network-6-extension-info-area').hide();
1392
+ jQuery('.b2s-auth-network-6-extension-success-area').hide();
1393
+ jQuery('.b2s-auth-network-6-extension-start-area').hide();
1394
+ jQuery('.b2s-auth-network-6-confirm-extension-btn').hide();
1395
+ jQuery('.b2s-auth-network-6-extension-auth-btn').hide();
1396
  jQuery('.b2s-auth-network-6-login-area').show();
1397
  jQuery('#b2s-auth-network-6-auth-id').val('');
1398
  jQuery('#b2s-auth-network-6-board').html('');
1399
  jQuery('#b2s-auth-network-6-ident-data').val('');
1400
  jQuery('.b2s-auth-network-6-info').hide();
1401
  jQuery('.b2s-auth-network-6-confirm-btn').hide();
1402
+ jQuery('.b2s-auth-network-6-extension-auth-btn').hide();
1403
+ jQuery('.b2s-auth-network-6-confirm-extension-btn').hide();
1404
+ jQuery('.b2s-auth-network-6-extension-continue-btn').hide();
1405
  jQuery('.b2s-auth-network-6-login-btn').show();
1406
  jQuery('.b2s-auth-network-6-board-area').hide();
1407
  jQuery('#b2s-auth-network-6-username').val('');
1686
  return false;
1687
  });
1688
 
1689
+ jQuery(document).on('click', '.b2s-network-add-instagram-info-btn', function() {
1690
+ jQuery('#b2sNetworkAddInstagramInfoModal').modal('show');
1691
+ var b2sAuthUrl = jQuery(this).data('b2s-auth-url');
1692
+ jQuery(document).on('click', '.b2s-add-network-continue-btn', function() {
1693
+ jQuery('#b2sNetworkAddInstagramInfoModal').modal('hide');
1694
+ wop(b2sAuthUrl + '&choose=profile', 'Blog2Social Network');
1695
+ return false;
1696
+ });
1697
+ return false;
1698
+ });
1699
+
1700
  function generateExamplePost(template, content_range, exerpt_range) {
1701
  if(jQuery('#b2s_use_post').val() == 'true') {
1702
  var content = '';
1734
  }
1735
  }
1736
  return template;
1737
+ }
1738
+
1739
+ jQuery(document).on('click', '.b2s-auth-network-6-extension-auth-btn', function () {
1740
+ jQuery('.b2s-auth-network-6-extension-start-area').hide();
1741
+ jQuery('.b2s-auth-network-6-extension-auth-btn').hide();
1742
+ jQuery('.b2s-loading-area').show();
1743
+ var messageData = {action: 'BWESP', type: 'BWECT', data: [
1744
+ 'pinterest.com' ,
1745
+ 'pinterest.de',
1746
+ 'accounts.pinterest.com',
1747
+ 'www.pinterest.com',
1748
+ 'www.pinterest.de',
1749
+ '.www.pinterest.com' ,
1750
+ '.www.pinterest.de',
1751
+ 'gr.pinterest.com', 'in.pinterest.com', 'www.pinterest.ie', 'www.pinterest.it', 'www.pinterest.ch', 'cz.pinterest.com', 'id.pinterest.com', 'www.pinterest.es', 'www.pinterest.ca', 'www.pinterest.co.uk', 'www.pinterest.ru', 'nl.pinterest.com', 'br.pinterest.com', 'no.pinterest.com', 'tr.pinterest.com', 'www.pinterest.com.au', 'www.pinterest.at', 'pl.pinterest.com', 'www.pinterest.fr', 'ro.pinterest.com', 'www.pinterest.de', 'www.pinterest.dk', 'www.pinterest.nz', 'fi.pinterest.com', 'hu.pinterest.com', 'www.pinterest.jp', 'www.pinterest.pt', 'ar.pinterest.com', 'www.pinterest.co.kr', 'www.pinterest.se', 'www.pinterest.com.mx', 'sk.pinterest.com', 'www.pinterest.cl', 'co.pinterest.com', 'za.pinterest.com', 'www.pinterest.ph']};
1752
+ window.postMessage(messageData, '*');
1753
+ return false;
1754
+ });
1755
+
1756
+ window.addEventListener("message", function(event) {
1757
+ if(typeof event.data == "string") {
1758
+ var result = JSON.parse(event.data);
1759
+ if(result.type == 'BWECR' && result.version >= '1.5.5' && result.inkognito == false && result.enabled == true) {
1760
+ jQuery('.b2s-auth-network-6-extension-info-area').hide();
1761
+ jQuery('.b2s-auth-network-6-extension-continue-btn').hide();
1762
+ jQuery('.b2s-auth-network-6-extension-start-area').show();
1763
+ jQuery('.b2s-auth-network-6-extension-auth-btn').show();
1764
+ }
1765
+ if(result.type == 'BWEPR') {
1766
+ jQuery.ajax({
1767
+ url: ajaxurl,
1768
+ type: "POST",
1769
+ dataType: "json",
1770
+ cache: false,
1771
+ data: {
1772
+ 'action': 'b2s_network_check_user_data',
1773
+ 'networkUserData': result.data,
1774
+ 'b2s_security_nonce': jQuery('#b2s_security_nonce').val()
1775
+ },
1776
+ error: function () {
1777
+ jQuery('.b2s-server-connection-fail').show();
1778
+ return false;
1779
+ },
1780
+ success: function (data) {
1781
+ jQuery('#b2sAuthNetwork6Modal').modal('show');
1782
+ jQuery('.b2s-loading-area').hide();
1783
+ if (data.result == true) {
1784
+ jQuery('.b2s-auth-network-6-extension-success-area').show();
1785
+ jQuery('#b2s-auth-network-6-board-extension').html(data.boards);
1786
+ jQuery('#b2s-auth-network-6-username-extension').val(data.username);
1787
+ jQuery('#b2s-auth-network-6-ident-data').val(data.identData);
1788
+ jQuery('.b2s-auth-network-6-extension-success-area').show();
1789
+ jQuery('.b2s-auth-network-6-confirm-extension-btn').show();
1790
+ jQuery('.b2s-auth-network-6-extension-start-area').hide();
1791
+ } else {
1792
+ jQuery('.b2s-auth-network-6-extension-info-area').show();
1793
+ jQuery('.b2s-auth-network-6-extension-continue-btn').show();
1794
+ if (data.error == 'nonce') {
1795
+ jQuery('.b2s-nonce-check-fail').show();
1796
+ }
1797
+ jQuery('.b2s-auth-network-6-extension-error').show();
1798
+ }
1799
+ }
1800
+ });
1801
+ return false;
1802
+ }
1803
+ }
1804
+ });
1805
+
1806
+ jQuery(document).on('click', '.b2s-auth-network-6-confirm-extension-btn', function () {
1807
+ jQuery('.b2s-loading-area').show();
1808
+ jQuery('.b2s-auth-network-6-extension-success-area').hide();
1809
+ jQuery('.b2s-auth-network-6-confirm-extension-btn').hide();
1810
+ jQuery.ajax({
1811
+ url: ajaxurl,
1812
+ type: "POST",
1813
+ dataType: "json",
1814
+ cache: false,
1815
+ data: {
1816
+ 'action': 'b2s_auth_network_confirm',
1817
+ 'username': jQuery('#b2s-auth-network-6-username-extension').val(),
1818
+ 'boardId': jQuery('#b2s-auth-network-6-board-extension').val(),
1819
+ 'identData': jQuery('#b2s-auth-network-6-ident-data').val(),
1820
+ 'mandantId': jQuery('#b2s-auth-network-6-mandant-id').val(),
1821
+ 'networkAuthId': jQuery('#b2s-auth-network-6-auth-id').val(),
1822
+ 'b2s_security_nonce': jQuery('#b2s_security_nonce').val()
1823
+ },
1824
+ error: function (jqXHR) {
1825
+ jQuery('.b2s-loading-area').hide();
1826
+ jQuery('.b2s-auth-network-6-extension-success-area').show();
1827
+ jQuery('.b2s-auth-network-6-confirm-extension-btn').show();
1828
+ jQuery('.b2s-auth-network-6-extension-error').show();
1829
+ return false;
1830
+ },
1831
+ success: function (data) {
1832
+ jQuery('.b2s-loading-area').hide();
1833
+ jQuery('.b2s-auth-network-6-extension-success-area').show();
1834
+ jQuery('.b2s-auth-network-6-confirm-extension-btn').show();
1835
+ if (data.result == true) {
1836
+ jQuery('#b2sAuthNetwork6Modal').modal('hide');
1837
+ loginSuccess(data.networkId, data.networkType, data.displayName, data.networkAuthId, data.mandandId);
1838
+ } else {
1839
+ if (data.error == 'nonce') {
1840
+ jQuery('.b2s-nonce-check-fail').show();
1841
+ }
1842
+ jQuery('.b2s-auth-network-6-extension-error').show();
1843
+ }
1844
+ }
1845
+ });
1846
+ });
1847
+
1848
+ jQuery(document).on('click', '.b2s-auth-network-6-extension-download-link', function() {
1849
+ jQuery('.b2s-auth-network-6-extension-continue-btn').attr('disabled', false);
1850
+ });
1851
+
1852
+ jQuery(document).on('click', '.b2s-auth-network-6-extension-continue-btn', function() {
1853
+ var add = '';
1854
+ if(jQuery('#b2s-auth-network-6-auth-id').val() != "") {
1855
+ add += '&authId='+jQuery('#b2s-auth-network-6-auth-id').val();
1856
+ }
1857
+ if(jQuery('#b2s-auth-network-6-mandant-id').val() != "") {
1858
+ add += '&mandantId='+jQuery('#b2s-auth-network-6-mandant-id').val();
1859
+ }
1860
+ var url = window.location.href;
1861
+ if(url.match(/\#/)) {
1862
+ var urlSplit = url.split('#');
1863
+ url = urlSplit[0];
1864
+ }
1865
+ window.location.href = url + '#b2s-add-network-6' + add;
1866
+ location.reload();
1867
+ });
assets/js/b2s/ship.js CHANGED
@@ -617,152 +617,7 @@ jQuery(document).on('click', '.b2s-post-item-details-release-area-sched-for-all'
617
  return false;
618
  });
619
  jQuery(document).on("click", ".b2s-user-network-settings-post-format", function () {
620
- jQuery('.b2s-settings-user-success').hide();
621
- jQuery('.b2s-settings-user-error').hide();
622
- jQuery('.b2s-server-connection-fail').hide();
623
- var networkId = jQuery(this).attr("data-network-id");
624
- var networkType = jQuery(this).attr("data-network-type");
625
- var postFormat = jQuery(this).val();
626
- var networkAuthId = jQuery(this).attr("data-network-auth-id");
627
- var postFormatType = jQuery(this).attr("data-post-format-type");
628
- var postType = jQuery(this).attr("data-post-wp-type");
629
- jQuery('.b2sNetworkSettingsPostFormatCurrent[data-network-type="' + networkType + '"][data-network-id="' + networkId + '"]').val(postFormat);
630
- //PostFormat
631
- if (jQuery('.b2s-post-ship-item-post-format-text[data-network-type="' + networkType + '"][data-network-id="' + networkId + '"]').length > 0) {
632
- var postFormatText = JSON.parse(jQuery('.b2sNetworkSettingsPostFormatText').val());
633
- if (jQuery('#user_version').val() >= 2) {
634
- jQuery('.b2s-post-ship-item-post-format-text[data-network-auth-id="' + networkAuthId + '"]').html(postFormatText[postFormatType][postFormat]);
635
- jQuery('.b2s-post-item-details-post-format[data-network-auth-id="' + networkAuthId + '"]').val(postFormat);
636
- } else {
637
- jQuery('.b2s-post-ship-item-post-format-text[data-network-id="' + networkId + '"]').html(postFormatText[postFormatType][postFormat]);
638
- jQuery('.b2s-post-item-details-post-format[data-network-id="' + networkId + '"]').val(postFormat);
639
- }
640
- if (jQuery('.b2s-network-select-btn[data-network-auth-id="' + networkAuthId + '"]').attr('data-meta-type') == 'og' && postType != "ex") {
641
- if (currentOGImage == '' && jQuery('.b2s-image-url-hidden-field[data-network-auth-id="' + networkAuthId + '"]').val() != '') {
642
- currentOGImage = jQuery('.b2s-image-url-hidden-field[data-network-auth-id="' + networkAuthId + '"]').val();
643
- if (postFormat == "0") {
644
- jQuery('.b2s-network-select-btn[data-meta-type="og"]').each(function () {
645
- jQuery('.b2s-post-item-details-url-image[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"]').attr('src', currentOGImage);
646
- jQuery('.b2s-image-url-hidden-field[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"]').val(currentOGImage);
647
- jQuery('.b2s-image-remove-btn[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"]').show();
648
- if (jQuery('.b2s-post-item-details-release-input-date-select[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"]').val() == 1) {
649
- jQuery('.b2s-image-remove-btn[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"][data-network-count="-1"]').hide();
650
- }
651
- });
652
- }
653
- }
654
- if (postFormat == "0" && jQuery('.b2s-image-url-hidden-field[data-network-auth-id="' + networkAuthId + '"]').val() != currentOGImage) {
655
- jQuery('.b2s-image-url-hidden-field[data-network-auth-id="' + networkAuthId + '"]').val(currentOGImage);
656
- jQuery('.b2s-post-item-details-url-image[data-network-auth-id="' + networkAuthId + '"]').attr('src', currentOGImage);
657
- jQuery('.b2s-image-remove-btn[data-network-auth-id="' + networkAuthId + '"]').show();
658
- if (jQuery('.b2s-post-item-details-release-input-date-select[data-network-auth-id="' + networkAuthId + '"]').val() == 1) {
659
- jQuery('.b2s-image-remove-btn[data-network-auth-id="' + networkAuthId + '"][data-network-count="-1"]').hide();
660
- }
661
- }
662
- }
663
- }
664
- var textLimit = jQuery('.b2s-post-item-details-item-message-input[data-network-count="-1"][data-network-auth-id="' + networkAuthId + '"]').attr('data-network-text-limit');
665
- if (textLimit != "0") {
666
- networkLimitAll(networkAuthId, networkId, textLimit);
667
- } else {
668
- networkCount(networkAuthId);
669
- }
670
-
671
- //Edit Meta Tags
672
- var isMetaChecked = false;
673
- var ogMetaNetworks = jQuery('#ogMetaNetworks').val().split(";");
674
- if (typeof networkId != 'undefined' && jQuery.inArray(networkId.toString(), ogMetaNetworks) != -1 && jQuery('#isOgMetaChecked').val() == "1") {
675
- isMetaChecked = true;
676
- }
677
- if (networkId == "2" && jQuery('#isCardMetaChecked').val() == "1") {
678
- isMetaChecked = true;
679
- }
680
- if (isMetaChecked && postFormat == '0' && jQuery('#user_version').val() > 0) { //If linkpost
681
- jQuery('.b2s-post-item-details-preview-title[data-network-auth-id="' + networkAuthId + '"]').prop("readonly", false);
682
- jQuery('.b2s-post-item-details-preview-desc[data-network-auth-id="' + networkAuthId + '"]').prop("readonly", false);
683
- var dataMetaType = jQuery('.b2s-network-select-btn[data-network-auth-id="' + networkAuthId + '"]').attr("data-meta-type");
684
- if (dataMetaType == "og") {
685
- jQuery('#b2sChangeOgMeta').val("1");
686
- } else {
687
- jQuery('#b2sChangeCardMeta').val("1");
688
- }
689
-
690
- //Copy from further item meta tags by same network
691
- jQuery('.b2s-post-item-details-post-format[data-network-id=' + networkId + ']').each(function () {
692
- if (jQuery(this).val() == "0" && jQuery('.b2s-post-ship-item-post-format[data-network-auth-id=' + jQuery(this).attr('data-network-auth-id') + ']').is(":visible") && jQuery(this).attr('data-network-auth-id') != networkAuthId) { //other Linkpost by same network
693
- jQuery('.b2s-post-item-details-preview-title[data-network-auth-id="' + networkAuthId + '"]').val(jQuery('.b2s-post-item-details-preview-title[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"]').val());
694
- jQuery('.b2s-post-item-details-preview-desc[data-network-auth-id="' + networkAuthId + '"]').val(jQuery('.b2s-post-item-details-preview-desc[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"]').val());
695
- jQuery('.b2s-image-url-hidden-field[data-network-auth-id="' + networkAuthId + '"]').val(jQuery('.b2s-image-url-hidden-field[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"]').val());
696
- if (jQuery('.b2s-image-remove-btn[data-network-count="-1"][data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"]:visible').length == 1) {
697
- jQuery('.b2s-image-remove-btn[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"][data-network-count="-1"]').show();
698
- } else {
699
- jQuery('.b2s-image-remove-btn[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"][data-network-count="-1"]').hide();
700
- }
701
-
702
- return true;
703
- }
704
- });
705
-
706
- //Set & Check Link
707
- if (typeof jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + networkAuthId + '"]') !== undefined) {
708
- //Facebook + Twitter && Linkpost
709
- if (networkId == 1 || networkId == 2 && postFormat == 0) {
710
- if (jQuery('.b2s-post-item-details-item-url-input[data-network-auth-id="' + networkAuthId + '"]').val() == "") {
711
- jQuery('.b2s-post-item-details-item-url-input[data-network-auth-id="' + networkAuthId + '"]').val(jQuery('#b2sDefault_url').val());
712
- }
713
- }
714
- jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + networkAuthId + '"]').show();
715
- if (jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + networkAuthId + '"]').hasClass('disabled')) {
716
- jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + networkAuthId + '"]').removeClass('disabled');
717
- }
718
- }
719
-
720
- } else {
721
- jQuery('.b2s-post-item-details-preview-title[data-network-auth-id="' + networkAuthId + '"]').prop("readonly", true);
722
- jQuery('.b2s-post-item-details-preview-desc[data-network-auth-id="' + networkAuthId + '"]').prop("readonly", true);
723
- jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + networkAuthId + '"]').hide();
724
- }
725
-
726
- //Content Curation V5.0.0
727
- if (postType == "ex") {
728
- jQuery('.b2s-post-item-details-preview-title[data-network-auth-id="' + networkAuthId + '"]').prop("readonly", true);
729
- jQuery('.b2s-post-item-details-preview-desc[data-network-auth-id="' + networkAuthId + '"]').prop("readonly", true);
730
- jQuery('.b2s-load-info-meta-tag-modal[data-network-auth-id="' + networkAuthId + '"]').attr("style", "display:none !important");
731
- if (postFormat == '0') {
732
- jQuery('.b2s-select-image-modal-open[data-network-auth-id="' + networkAuthId + '"]').hide();
733
- jQuery('.b2s-image-remove-btn[data-network-auth-id="' + networkAuthId + '"]').hide();
734
- jQuery('.b2s-post-item-details-preview-title[data-network-auth-id="' + networkAuthId + '"]').show();
735
- jQuery('.b2s-post-item-details-preview-desc[data-network-auth-id="' + networkAuthId + '"]').show();
736
- jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + networkAuthId + '"]').trigger("click");
737
- } else {
738
- jQuery('.b2s-select-image-modal-open[data-network-auth-id="' + networkAuthId + '"]').show();
739
- jQuery('.b2s-image-remove-btn[data-network-auth-id="' + networkAuthId + '"]').show();
740
- jQuery('.b2s-post-item-details-preview-title[data-network-auth-id="' + networkAuthId + '"]').hide();
741
- jQuery('.b2s-post-item-details-preview-desc[data-network-auth-id="' + networkAuthId + '"]').hide();
742
- }
743
- if (jQuery('.b2s-post-item-details-release-input-date-select[data-network-auth-id="' + networkAuthId + '"]').val() == 1) {
744
- jQuery('.b2s-select-image-modal-open[data-network-auth-id="' + networkAuthId + '"][data-network-count="-1"]').hide();
745
- jQuery('.b2s-image-remove-btn[data-network-auth-id="' + networkAuthId + '"][data-network-count="-1"]').hide();
746
- }
747
- }
748
- jQuery('.b2s-user-network-settings-post-format[data-network-type="' + networkType + '"][data-network-id="' + networkId + '"]').removeClass('b2s-settings-checked');
749
- jQuery(this).addClass('b2s-settings-checked');
750
- jQuery('#b2s-post-ship-item-post-format-modal').modal('hide');
751
- checkGifAnimation(networkAuthId, networkId);
752
-
753
- //Multi Image
754
- if(postFormat == 1 && ((networkId == 1 && (networkType == 1 || networkType == 2)) || (networkId == 2)) && jQuery('.b2s-post-item-details-release-input-date-select[data-network-auth-id="' + networkAuthId + '"]').val() != 1) {
755
- jQuery('.b2s-multi-image-area[data-network-auth-id="'+networkAuthId+'"][data-network-count="-1"]').show();
756
- } else {
757
- jQuery('.b2s-multi-image-area[data-network-auth-id="'+networkAuthId+'"][data-network-count="-1"]').hide();
758
- }
759
- jQuery('.b2s-multi-image-area[data-network-auth-id="'+networkAuthId+'"][data-network-count="0"]').show();
760
- jQuery('.b2s-multi-image-area[data-network-auth-id="'+networkAuthId+'"][data-network-count="1"]').show();
761
- jQuery('.b2s-multi-image-area[data-network-auth-id="'+networkAuthId+'"][data-network-count="2"]').show();
762
-
763
- if(postFormat == 0 && networkId == 1) {
764
- jQuery('.b2s-post-item-details-item-url-input[data-network-auth-id="'+networkAuthId+'"]').addClass('required_network_url');
765
- }
766
  return false;
767
  });
768
  jQuery(document).on("click", ".b2s-post-ship-item-full-text", function () {
@@ -905,10 +760,16 @@ jQuery(document).on("click", ".b2s-network-select-btn", function () {
905
  } else {
906
  jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + networkAuthId + '"]').trigger("click");
907
  }
 
 
 
908
  } else {
909
  jQuery('.b2s-post-item-details-preview-title[data-network-auth-id="' + networkAuthId + '"]').prop("readonly", true);
910
  jQuery('.b2s-post-item-details-preview-desc[data-network-auth-id="' + networkAuthId + '"]').prop("readonly", true);
911
  jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + networkAuthId + '"]').hide();
 
 
 
912
  }
913
 
914
  } else {
@@ -1160,10 +1021,16 @@ jQuery(document).on("click", ".b2s-network-select-btn", function () {
1160
  }
1161
 
1162
  }
 
 
 
1163
  } else {
1164
  jQuery('.b2s-post-item-details-preview-title[data-network-auth-id="' + data.networkAuthId + '"]').prop("readonly", true);
1165
  jQuery('.b2s-post-item-details-preview-desc[data-network-auth-id="' + data.networkAuthId + '"]').prop("readonly", true);
1166
  jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + data.networkAuthId + '"]').hide();
 
 
 
1167
  }
1168
 
1169
  } else {
@@ -1217,8 +1084,10 @@ jQuery(document).on("click", ".b2s-network-select-btn", function () {
1217
 
1218
  //CC Imagepost V6.0.0
1219
  if (jQuery('#b2sExPostFormat').val() == 0 || jQuery('#b2sExPostFormat').val() == 1) {
1220
- jQuery('.b2s-post-ship-item-post-format[data-network-auth-id="' + data.networkAuthId + '"]').trigger('click');
1221
- jQuery('.b2s-user-network-settings-post-format[value="' + jQuery('#b2sExPostFormat').val() + '"][data-network-auth-id="' + data.networkAuthId + '"]').trigger('click');
 
 
1222
  }
1223
  }
1224
 
@@ -1498,29 +1367,7 @@ jQuery(document).on('click', '.b2s-submit-btn-scroll', function () {
1498
  jQuery('.b2s-submit-btn').trigger('click');
1499
  });
1500
  jQuery(document).on('click', '.b2s-post-ship-item-post-format', function () {
1501
- if (jQuery('#user_version').val() >= 1) {
1502
- jQuery('.b2s-user-network-settings-post-format-area').hide();
1503
- jQuery('.b2s-user-network-settings-post-format-area[data-network-type="' + jQuery(this).attr('data-network-type') + '"][data-network-id="' + jQuery(this).attr('data-network-id') + '"]').show();
1504
- jQuery('#b2s-post-ship-item-post-format-network-title').html(jQuery('.b2s-user-network-settings-post-format-area[data-network-id="' + jQuery(this).attr('data-network-id') + '"]').attr('data-network-title'));
1505
- if (jQuery('#user_version').val() >= 2) {
1506
- jQuery('.b2s-user-network-settings-post-format[data-network-type="' + jQuery(this).attr('data-network-type') + '"][data-network-id="' + jQuery(this).attr('data-network-id') + '"]').removeClass('b2s-settings-checked');
1507
- var currentPostFormat = jQuery('.b2s-post-item-details-post-format[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"]').val();
1508
- jQuery('.b2s-user-network-settings-post-format[data-network-type="' + jQuery(this).attr('data-network-type') + '"][data-network-id="' + jQuery(this).attr('data-network-id') + '"][data-post-format="' + currentPostFormat + '"]').addClass('b2s-settings-checked');
1509
- jQuery('#b2s-post-ship-item-post-format-network-display-name').html(jQuery('.b2s-post-item-details-network-display-name[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"]').text().toUpperCase());
1510
- }
1511
- jQuery('.b2s-post-format-settings-info').hide();
1512
- jQuery('.b2s-post-format-settings-info[data-network-id="' + jQuery(this).attr('data-network-id') + '"]').show();
1513
- jQuery('#b2s-post-ship-item-post-format-modal').modal('show');
1514
- jQuery('.b2s-user-network-settings-post-format').attr('data-network-auth-id', jQuery(this).attr('data-network-auth-id'));
1515
- jQuery('.b2s-user-network-settings-post-format').attr('data-post-wp-type', jQuery(this).attr('data-post-wp-type'));
1516
- if (jQuery('.b2s-post-item-details-post-format[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"]').val() == "1" && jQuery('.b2s-image-url-hidden-field[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"]').val() != currentOGImage && jQuery('.b2s-network-select-btn[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"]').attr('data-meta-type') == 'og') {
1517
- jQuery('.b2s-select-link-chang-image').show();
1518
- } else {
1519
- jQuery('.b2s-select-link-chang-image').hide();
1520
- }
1521
- } else {
1522
- jQuery('#b2sInfoFormatModal').modal('show');
1523
- }
1524
  return false;
1525
  });
1526
  jQuery(document).on('click', '.b2s-btn-trigger-post-ship-item-post-format', function () {
@@ -3699,7 +3546,6 @@ jQuery(document).on('click', '.b2s-auth-network-6-login-btn', function () {
3699
  },
3700
  success: function (data) {
3701
  jQuery('.b2s-loading-area').hide();
3702
- jQuery('.b2s-auth-network-6-login-area').show();
3703
  if (data.result == true) {
3704
  jQuery('#b2s-auth-network-6-board').html(data.boards);
3705
  jQuery('#b2s-auth-network-6-ident-data').val(data.identData);
@@ -3707,16 +3553,23 @@ jQuery(document).on('click', '.b2s-auth-network-6-login-btn', function () {
3707
  jQuery('.b2s-auth-network-6-confirm-btn').show();
3708
  jQuery('.b2s-auth-network-6-info[data-info="success"]').show();
3709
  } else {
3710
- jQuery('.b2s-auth-network-6-login-btn').show();
3711
  if (data.error == 'nonce') {
3712
  jQuery('.b2s-nonce-check-fail').show();
 
 
 
 
 
 
3713
  }
3714
  if (typeof data.error != 'undefined' && data.error != '') {
3715
  jQuery('.b2s-auth-network-6-info[data-info="' + data.error + '"]').show();
3716
- return false;
 
3717
  }
3718
- jQuery('.b2s-auth-network-6-info[data-info="login"]').show();
3719
  }
 
3720
  }
3721
  });
3722
  });
@@ -3737,7 +3590,7 @@ jQuery(document).on('click', '.b2s-auth-network-6-confirm-btn', function () {
3737
  'password': jQuery('#b2s-auth-network-6-password').val(),
3738
  'boardId': jQuery('#b2s-auth-network-6-board').val(),
3739
  'identData': jQuery('#b2s-auth-network-6-ident-data').val(),
3740
- 'mandantId': jQuery('.b2s-network-details-mandant-select').val(),
3741
  'networkAuthId': jQuery('#b2s-auth-network-6-auth-id').val(),
3742
  'b2s_security_nonce': jQuery('#b2s_security_nonce').val()
3743
  },
@@ -4010,4 +3863,372 @@ jQuery(document).on('click', '.b2s-select-multi-image-modal-open', function() {
4010
  var countId = jQuery(this).attr('data-network-count');
4011
  jQuery('.b2s-post-item-details-url-image-multi[data-network-auth-id="'+authId+'"][data-image-count="'+imageCount+'"][data-network-count="'+countId+'"]').trigger('click');
4012
  return false;
4013
- });
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
617
  return false;
618
  });
619
  jQuery(document).on("click", ".b2s-user-network-settings-post-format", function () {
620
+ changePostFormat(jQuery(this).attr("data-network-id"), jQuery(this).attr("data-network-type"), jQuery(this).val(), jQuery(this).attr("data-network-auth-id"), jQuery(this).attr("data-post-format-type"), jQuery(this).attr("data-post-wp-type"), true);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
621
  return false;
622
  });
623
  jQuery(document).on("click", ".b2s-post-ship-item-full-text", function () {
760
  } else {
761
  jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + networkAuthId + '"]').trigger("click");
762
  }
763
+ if(networkId == "2") {
764
+ jQuery('.b2s-alert-twitter-card[data-network-auth-id="'+networkAuthId+'"]').show();
765
+ }
766
  } else {
767
  jQuery('.b2s-post-item-details-preview-title[data-network-auth-id="' + networkAuthId + '"]').prop("readonly", true);
768
  jQuery('.b2s-post-item-details-preview-desc[data-network-auth-id="' + networkAuthId + '"]').prop("readonly", true);
769
  jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + networkAuthId + '"]').hide();
770
+ if(networkId == "2") {
771
+ jQuery('.b2s-alert-twitter-card[data-network-auth-id="'+networkAuthId+'"]').hide();
772
+ }
773
  }
774
 
775
  } else {
1021
  }
1022
 
1023
  }
1024
+ if(networkId == "2") {
1025
+ jQuery('.b2s-alert-twitter-card[data-network-auth-id="'+networkAuthId+'"]').show();
1026
+ }
1027
  } else {
1028
  jQuery('.b2s-post-item-details-preview-title[data-network-auth-id="' + data.networkAuthId + '"]').prop("readonly", true);
1029
  jQuery('.b2s-post-item-details-preview-desc[data-network-auth-id="' + data.networkAuthId + '"]').prop("readonly", true);
1030
  jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + data.networkAuthId + '"]').hide();
1031
+ if(networkId == "2") {
1032
+ jQuery('.b2s-alert-twitter-card[data-network-auth-id="'+networkAuthId+'"]').hide();
1033
+ }
1034
  }
1035
 
1036
  } else {
1084
 
1085
  //CC Imagepost V6.0.0
1086
  if (jQuery('#b2sExPostFormat').val() == 0 || jQuery('#b2sExPostFormat').val() == 1) {
1087
+ if (jQuery('#user_version').val() >= 1) {
1088
+ openPostFormat(data.networkId, data.networkType, data.networkAuthId, 'ex', false);
1089
+ changePostFormat(data.networkId, data.networkType, jQuery('#b2sExPostFormat').val(), data.networkAuthId, 'post', 'ex', false);
1090
+ }
1091
  }
1092
  }
1093
 
1367
  jQuery('.b2s-submit-btn').trigger('click');
1368
  });
1369
  jQuery(document).on('click', '.b2s-post-ship-item-post-format', function () {
1370
+ openPostFormat(jQuery(this).attr('data-network-id'), jQuery(this).attr('data-network-type'), jQuery(this).attr('data-network-auth-id'), jQuery(this).attr('data-post-wp-type'), true);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1371
  return false;
1372
  });
1373
  jQuery(document).on('click', '.b2s-btn-trigger-post-ship-item-post-format', function () {
3546
  },
3547
  success: function (data) {
3548
  jQuery('.b2s-loading-area').hide();
 
3549
  if (data.result == true) {
3550
  jQuery('#b2s-auth-network-6-board').html(data.boards);
3551
  jQuery('#b2s-auth-network-6-ident-data').val(data.identData);
3553
  jQuery('.b2s-auth-network-6-confirm-btn').show();
3554
  jQuery('.b2s-auth-network-6-info[data-info="success"]').show();
3555
  } else {
 
3556
  if (data.error == 'nonce') {
3557
  jQuery('.b2s-nonce-check-fail').show();
3558
+ } else if(data.error == 'invalid' || data.error == 'login' || data.error == 'access' || data.error == 'http_request_failed' || data.error == 'error_code_403') {
3559
+ jQuery('.b2s-auth-network-6-extension-info-area').show();
3560
+ jQuery('.b2s-auth-network-6-go-to-network-btn').show();
3561
+ var messageData = {action: 'BWEC', type: 'BWECT'};
3562
+ window.postMessage(messageData, '*');
3563
+ return false;
3564
  }
3565
  if (typeof data.error != 'undefined' && data.error != '') {
3566
  jQuery('.b2s-auth-network-6-info[data-info="' + data.error + '"]').show();
3567
+ } else {
3568
+ jQuery('.b2s-auth-network-6-info[data-info="login"]').show();
3569
  }
3570
+ jQuery('.b2s-auth-network-6-login-btn').show();
3571
  }
3572
+ jQuery('.b2s-auth-network-6-login-area').show();
3573
  }
3574
  });
3575
  });
3590
  'password': jQuery('#b2s-auth-network-6-password').val(),
3591
  'boardId': jQuery('#b2s-auth-network-6-board').val(),
3592
  'identData': jQuery('#b2s-auth-network-6-ident-data').val(),
3593
+ 'mandantId': jQuery('#b2s-auth-network-6-mandant-id').val(),
3594
  'networkAuthId': jQuery('#b2s-auth-network-6-auth-id').val(),
3595
  'b2s_security_nonce': jQuery('#b2s_security_nonce').val()
3596
  },
3863
  var countId = jQuery(this).attr('data-network-count');
3864
  jQuery('.b2s-post-item-details-url-image-multi[data-network-auth-id="'+authId+'"][data-image-count="'+imageCount+'"][data-network-count="'+countId+'"]').trigger('click');
3865
  return false;
3866
+ });
3867
+
3868
+ jQuery(document).on('click', '.b2s-auth-network-6-extension-auth-btn', function () {
3869
+ jQuery('.b2s-auth-network-6-extension-info-area').hide();
3870
+ jQuery('.b2s-auth-network-6-extension-start-area').hide();
3871
+ jQuery('.b2s-auth-network-6-extension-auth-btn').hide();
3872
+ jQuery('.b2s-auth-network-6-go-to-network-btn').hide();
3873
+ jQuery('.b2s-loading-area').show();
3874
+ var messageData = {action: 'BWESP', type: 'BWECT', data: [
3875
+ 'pinterest.com' ,
3876
+ 'pinterest.de',
3877
+ 'accounts.pinterest.com',
3878
+ 'www.pinterest.com',
3879
+ 'www.pinterest.de',
3880
+ '.www.pinterest.com' ,
3881
+ '.www.pinterest.de',
3882
+ 'gr.pinterest.com', 'in.pinterest.com', 'www.pinterest.ie', 'www.pinterest.it', 'www.pinterest.ch', 'cz.pinterest.com', 'id.pinterest.com', 'www.pinterest.es', 'www.pinterest.ca', 'www.pinterest.co.uk', 'www.pinterest.ru', 'nl.pinterest.com', 'br.pinterest.com', 'no.pinterest.com', 'tr.pinterest.com', 'www.pinterest.com.au', 'www.pinterest.at', 'pl.pinterest.com', 'www.pinterest.fr', 'ro.pinterest.com', 'www.pinterest.de', 'www.pinterest.dk', 'www.pinterest.nz', 'fi.pinterest.com', 'hu.pinterest.com', 'www.pinterest.jp', 'www.pinterest.pt', 'ar.pinterest.com', 'www.pinterest.co.kr', 'www.pinterest.se', 'www.pinterest.com.mx', 'sk.pinterest.com', 'www.pinterest.cl', 'co.pinterest.com', 'za.pinterest.com', 'www.pinterest.ph']};
3883
+ window.postMessage(messageData, '*');
3884
+ return false;
3885
+ });
3886
+
3887
+ window.addEventListener("message", function(event) {
3888
+ if(typeof event.data == "string") {
3889
+ var result = JSON.parse(event.data);
3890
+ if(result.type == 'BWECR' && result.version >= '1.5.5' && result.inkognito == false && result.enabled == true) {
3891
+ jQuery('.b2s-auth-network-6-extension-info-area').hide();
3892
+ jQuery('.b2s-auth-network-6-extension-continue-btn').hide();
3893
+ jQuery('.b2s-auth-network-6-go-to-network-btn').hide();
3894
+ jQuery('.b2s-auth-network-6-extension-start-area').show();
3895
+ jQuery('.b2s-auth-network-6-extension-auth-btn').show();
3896
+ }
3897
+ if(result.type == 'BWEPR') {
3898
+ jQuery.ajax({
3899
+ url: ajaxurl,
3900
+ type: "POST",
3901
+ dataType: "json",
3902
+ cache: false,
3903
+ data: {
3904
+ 'action': 'b2s_network_check_user_data',
3905
+ 'networkUserData': result.data,
3906
+ 'b2s_security_nonce': jQuery('#b2s_security_nonce').val()
3907
+ },
3908
+ error: function () {
3909
+ jQuery('.b2s-server-connection-fail').show();
3910
+ return false;
3911
+ },
3912
+ success: function (data) {
3913
+ jQuery('#b2sAuthNetwork6Modal').modal('show');
3914
+ jQuery('.b2s-loading-area').hide();
3915
+ if (data.result == true) {
3916
+ jQuery('.b2s-auth-network-6-extension-success-area').show();
3917
+ jQuery('#b2s-auth-network-6-board-extension').html(data.boards);
3918
+ jQuery('#b2s-auth-network-6-username-extension').val(data.username);
3919
+ jQuery('#b2s-auth-network-6-ident-data').val(data.identData);
3920
+ jQuery('.b2s-auth-network-6-extension-success-area').show();
3921
+ jQuery('.b2s-auth-network-6-confirm-extension-btn').show();
3922
+ jQuery('.b2s-auth-network-6-extension-start-area').hide();
3923
+ } else {
3924
+ jQuery('.b2s-auth-network-6-extension-info-area').show();
3925
+ jQuery('.b2s-auth-network-6-extension-continue-btn').show();
3926
+ if (data.error == 'nonce') {
3927
+ jQuery('.b2s-nonce-check-fail').show();
3928
+ }
3929
+ jQuery('.b2s-auth-network-6-extension-error').show();
3930
+ }
3931
+ }
3932
+ });
3933
+ return false;
3934
+ }
3935
+ }
3936
+ });
3937
+
3938
+ jQuery(document).on('click', '.b2s-auth-network-6-confirm-extension-btn', function () {
3939
+ jQuery('.b2s-loading-area').show();
3940
+ jQuery('.b2s-auth-network-6-extension-success-area').hide();
3941
+ jQuery('.b2s-auth-network-6-confirm-extension-btn').hide();
3942
+ jQuery.ajax({
3943
+ url: ajaxurl,
3944
+ type: "POST",
3945
+ dataType: "json",
3946
+ cache: false,
3947
+ data: {
3948
+ 'action': 'b2s_auth_network_confirm',
3949
+ 'username': jQuery('#b2s-auth-network-6-username-extension').val(),
3950
+ 'boardId': jQuery('#b2s-auth-network-6-board-extension').val(),
3951
+ 'identData': jQuery('#b2s-auth-network-6-ident-data').val(),
3952
+ 'mandantId': jQuery('#b2s-auth-network-6-mandant-id').val(),
3953
+ 'networkAuthId': jQuery('#b2s-auth-network-6-auth-id').val(),
3954
+ 'b2s_security_nonce': jQuery('#b2s_security_nonce').val()
3955
+ },
3956
+ error: function (jqXHR) {
3957
+ jQuery('.b2s-loading-area').hide();
3958
+ jQuery('.b2s-auth-network-6-extension-success-area').show();
3959
+ jQuery('.b2s-auth-network-6-confirm-extension-btn').show();
3960
+ jQuery('.b2s-auth-network-6-extension-error').show();
3961
+ return false;
3962
+ },
3963
+ success: function (data) {
3964
+ jQuery('.b2s-loading-area').hide();
3965
+ jQuery('.b2s-auth-network-6-extension-success-area').show();
3966
+ jQuery('.b2s-auth-network-6-confirm-extension-btn').show();
3967
+ if (data.result == true) {
3968
+ jQuery('#b2sAuthNetwork6Modal').modal('hide');
3969
+ loginSuccess(data.networkId, data.networkType, data.displayName, data.networkAuthId, data.mandandId);
3970
+ } else {
3971
+ if (data.error == 'nonce') {
3972
+ jQuery('.b2s-nonce-check-fail').show();
3973
+ }
3974
+ jQuery('.b2s-auth-network-6-extension-error').show();
3975
+ }
3976
+ }
3977
+ });
3978
+ });
3979
+
3980
+
3981
+ function updateNetworkAuth6 (networkId) {
3982
+ jQuery('#b2s-auth-network-6-auth-id').val(networkId);
3983
+ jQuery('#b2s-auth-network-6-mandant-id').val(jQuery('.b2s-network-details-mandant-select').val());
3984
+ jQuery('#b2sAuthNetwork6Modal').modal('show');
3985
+ };
3986
+ //reset
3987
+ jQuery('#b2sAuthNetwork6Modal').on('hidden.bs.modal', function () {
3988
+ jQuery('.b2s-loading-area').hide();
3989
+ jQuery('.b2s-auth-network-6-extension-info-area').hide();
3990
+ jQuery('.b2s-auth-network-6-extension-success-area').hide();
3991
+ jQuery('.b2s-auth-network-6-extension-start-area').hide();
3992
+ jQuery('.b2s-auth-network-6-confirm-extension-btn').hide();
3993
+ jQuery('.b2s-auth-network-6-go-to-network-btn').hide();
3994
+ jQuery('.b2s-auth-network-6-extension-auth-btn').hide();
3995
+ jQuery('.b2s-auth-network-6-login-area').show();
3996
+ jQuery('#b2s-auth-network-6-auth-id').val('');
3997
+ jQuery('#b2s-auth-network-6-board').html('');
3998
+ jQuery('#b2s-auth-network-6-ident-data').val('');
3999
+ jQuery('.b2s-auth-network-6-info').hide();
4000
+ jQuery('.b2s-auth-network-6-confirm-btn').hide();
4001
+ jQuery('.b2s-auth-network-6-login-btn').show();
4002
+ jQuery('.b2s-auth-network-6-board-area').hide();
4003
+ jQuery('#b2s-auth-network-6-username').val('');
4004
+ jQuery('#b2s-auth-network-6-password').val('');
4005
+ });
4006
+
4007
+ jQuery(document).on('click', '.b2s-auth-network-6-go-to-network-btn', function() {
4008
+ var add = '';
4009
+ if(jQuery('#b2s-auth-network-6-auth-id').val() != "") {
4010
+ add += '&authId='+jQuery('#b2s-auth-network-6-auth-id').val();
4011
+ }
4012
+ if(jQuery('#b2s-auth-network-6-mandant-id').val() != "") {
4013
+ add += '&mandantId='+jQuery('#b2s-auth-network-6-mandant-id').val();
4014
+ }
4015
+ window.location.href = window.location.href.split('?')[0] + '?page=blog2social-network#b2s-add-network-6' + add;
4016
+ });
4017
+
4018
+ jQuery(document).on('click', '.b2s-network-add-page-info-btn', function() {
4019
+ jQuery('#b2sNetworkAddPageInfoModal').modal('show');
4020
+ var b2sAuthUrl = jQuery(this).data('b2s-auth-url');
4021
+ jQuery(document).on('click', '.b2s-add-network-continue-btn', function() {
4022
+ jQuery('#b2sNetworkAddPageInfoModal').modal('hide');
4023
+ wop(b2sAuthUrl + '&choose=page', 'Blog2Social Network');
4024
+ return false;
4025
+ });
4026
+ return false;
4027
+ });
4028
+
4029
+ jQuery(document).on('click', '.b2s-network-add-group-info-btn', function() {
4030
+ jQuery('#b2sNetworkAddGroupInfoModal').modal('show');
4031
+ var b2sAuthUrl = jQuery(this).data('b2s-auth-url');
4032
+ jQuery(document).on('click', '.b2s-add-network-continue-btn', function() {
4033
+ jQuery('#b2sNetworkAddGroupInfoModal').modal('hide');
4034
+ wop(b2sAuthUrl + '&choose=group', 'Blog2Social Network');
4035
+ return false;
4036
+ });
4037
+ return false;
4038
+ });
4039
+
4040
+ jQuery(document).on('click', '.b2s-network-add-instagram-info-btn', function() {
4041
+ jQuery('#b2sNetworkAddInstagramInfoModal').modal('show');
4042
+ var b2sAuthUrl = jQuery(this).data('b2s-auth-url');
4043
+ jQuery(document).on('click', '.b2s-add-network-continue-btn', function() {
4044
+ jQuery('#b2sNetworkAddInstagramInfoModal').modal('hide');
4045
+ wop(b2sAuthUrl + '&choose=profile', 'Blog2Social Network');
4046
+ return false;
4047
+ });
4048
+ return false;
4049
+ });
4050
+
4051
+ function openPostFormat(networkId, networkType, networkAuthId, wpType, showModal) {
4052
+ if (jQuery('#user_version').val() >= 1) {
4053
+ jQuery('.b2s-user-network-settings-post-format-area').hide();
4054
+ jQuery('.b2s-user-network-settings-post-format-area[data-network-type="' + networkType + '"][data-network-id="' + networkId + '"]').show();
4055
+ jQuery('#b2s-post-ship-item-post-format-network-title').html(jQuery('.b2s-user-network-settings-post-format-area[data-network-id="' + networkId + '"]').attr('data-network-title'));
4056
+ if (jQuery('#user_version').val() >= 2) {
4057
+ jQuery('.b2s-user-network-settings-post-format[data-network-type="' + networkType + '"][data-network-id="' + networkId + '"]').removeClass('b2s-settings-checked');
4058
+ var currentPostFormat = jQuery('.b2s-post-item-details-post-format[data-network-auth-id="' + networkAuthId + '"]').val();
4059
+ jQuery('.b2s-user-network-settings-post-format[data-network-type="' + networkType + '"][data-network-id="' + networkId + '"][data-post-format="' + currentPostFormat + '"]').addClass('b2s-settings-checked');
4060
+ jQuery('#b2s-post-ship-item-post-format-network-display-name').html(jQuery('.b2s-post-item-details-network-display-name[data-network-auth-id="' + networkAuthId + '"]').text().toUpperCase());
4061
+ }
4062
+ jQuery('.b2s-post-format-settings-info').hide();
4063
+ jQuery('.b2s-post-format-settings-info[data-network-id="' + networkId + '"]').show();
4064
+ if(showModal) {
4065
+ jQuery('#b2s-post-ship-item-post-format-modal').modal('show');
4066
+ }
4067
+ jQuery('.b2s-user-network-settings-post-format').attr('data-network-auth-id', networkAuthId);
4068
+ jQuery('.b2s-user-network-settings-post-format').attr('data-post-wp-type', wpType);
4069
+ if (jQuery('.b2s-post-item-details-post-format[data-network-auth-id="' + networkAuthId + '"]').val() == "1" && jQuery('.b2s-image-url-hidden-field[data-network-auth-id="' + networkAuthId + '"]').val() != currentOGImage && jQuery('.b2s-network-select-btn[data-network-auth-id="' + networkAuthId + '"]').attr('data-meta-type') == 'og') {
4070
+ jQuery('.b2s-select-link-chang-image').show();
4071
+ } else {
4072
+ jQuery('.b2s-select-link-chang-image').hide();
4073
+ }
4074
+ } else {
4075
+ if(showModal) {
4076
+ jQuery('#b2sInfoFormatModal').modal('show');
4077
+ }
4078
+ }
4079
+ return false;
4080
+ }
4081
+
4082
+ function changePostFormat(networkId, networkType, postFormat, networkAuthId, postFormatType, postType, closeModal) {
4083
+ jQuery('.b2s-settings-user-success').hide();
4084
+ jQuery('.b2s-settings-user-error').hide();
4085
+ jQuery('.b2s-server-connection-fail').hide();
4086
+ jQuery('.b2sNetworkSettingsPostFormatCurrent[data-network-type="' + networkType + '"][data-network-id="' + networkId + '"]').val(postFormat);
4087
+ //PostFormat
4088
+ if (jQuery('.b2s-post-ship-item-post-format-text[data-network-type="' + networkType + '"][data-network-id="' + networkId + '"]').length > 0) {
4089
+ var postFormatText = JSON.parse(jQuery('.b2sNetworkSettingsPostFormatText').val());
4090
+ if (jQuery('#user_version').val() >= 2) {
4091
+ jQuery('.b2s-post-ship-item-post-format-text[data-network-auth-id="' + networkAuthId + '"]').html(postFormatText[postFormatType][postFormat]);
4092
+ jQuery('.b2s-post-item-details-post-format[data-network-auth-id="' + networkAuthId + '"]').val(postFormat);
4093
+ } else {
4094
+ jQuery('.b2s-post-ship-item-post-format-text[data-network-id="' + networkId + '"]').html(postFormatText[postFormatType][postFormat]);
4095
+ jQuery('.b2s-post-item-details-post-format[data-network-id="' + networkId + '"]').val(postFormat);
4096
+ }
4097
+ if (jQuery('.b2s-network-select-btn[data-network-auth-id="' + networkAuthId + '"]').attr('data-meta-type') == 'og' && postType != "ex") {
4098
+ if (currentOGImage == '' && jQuery('.b2s-image-url-hidden-field[data-network-auth-id="' + networkAuthId + '"]').val() != '') {
4099
+ currentOGImage = jQuery('.b2s-image-url-hidden-field[data-network-auth-id="' + networkAuthId + '"]').val();
4100
+ if (postFormat == "0") {
4101
+ jQuery('.b2s-network-select-btn[data-meta-type="og"]').each(function () {
4102
+ jQuery('.b2s-post-item-details-url-image[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"]').attr('src', currentOGImage);
4103
+ jQuery('.b2s-image-url-hidden-field[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"]').val(currentOGImage);
4104
+ jQuery('.b2s-image-remove-btn[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"]').show();
4105
+ if (jQuery('.b2s-post-item-details-release-input-date-select[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"]').val() == 1) {
4106
+ jQuery('.b2s-image-remove-btn[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"][data-network-count="-1"]').hide();
4107
+ }
4108
+ });
4109
+ }
4110
+ }
4111
+ if (postFormat == "0" && jQuery('.b2s-image-url-hidden-field[data-network-auth-id="' + networkAuthId + '"]').val() != currentOGImage) {
4112
+ jQuery('.b2s-image-url-hidden-field[data-network-auth-id="' + networkAuthId + '"]').val(currentOGImage);
4113
+ jQuery('.b2s-post-item-details-url-image[data-network-auth-id="' + networkAuthId + '"]').attr('src', currentOGImage);
4114
+ jQuery('.b2s-image-remove-btn[data-network-auth-id="' + networkAuthId + '"]').show();
4115
+ if (jQuery('.b2s-post-item-details-release-input-date-select[data-network-auth-id="' + networkAuthId + '"]').val() == 1) {
4116
+ jQuery('.b2s-image-remove-btn[data-network-auth-id="' + networkAuthId + '"][data-network-count="-1"]').hide();
4117
+ }
4118
+ }
4119
+ }
4120
+ }
4121
+ var textLimit = jQuery('.b2s-post-item-details-item-message-input[data-network-count="-1"][data-network-auth-id="' + networkAuthId + '"]').attr('data-network-text-limit');
4122
+ if (textLimit != "0") {
4123
+ networkLimitAll(networkAuthId, networkId, textLimit);
4124
+ } else {
4125
+ networkCount(networkAuthId);
4126
+ }
4127
+
4128
+ //Edit Meta Tags
4129
+ var isMetaChecked = false;
4130
+ var ogMetaNetworks = jQuery('#ogMetaNetworks').val().split(";");
4131
+ if (typeof networkId != 'undefined' && jQuery.inArray(networkId.toString(), ogMetaNetworks) != -1 && jQuery('#isOgMetaChecked').val() == "1") {
4132
+ isMetaChecked = true;
4133
+ }
4134
+ if (networkId == "2" && jQuery('#isCardMetaChecked').val() == "1") {
4135
+ isMetaChecked = true;
4136
+ }
4137
+ if (isMetaChecked && postFormat == '0' && jQuery('#user_version').val() > 0) { //If linkpost
4138
+ jQuery('.b2s-post-item-details-preview-title[data-network-auth-id="' + networkAuthId + '"]').prop("readonly", false);
4139
+ jQuery('.b2s-post-item-details-preview-desc[data-network-auth-id="' + networkAuthId + '"]').prop("readonly", false);
4140
+ var dataMetaType = jQuery('.b2s-network-select-btn[data-network-auth-id="' + networkAuthId + '"]').attr("data-meta-type");
4141
+ if (dataMetaType == "og") {
4142
+ jQuery('#b2sChangeOgMeta').val("1");
4143
+ } else {
4144
+ jQuery('#b2sChangeCardMeta').val("1");
4145
+ }
4146
+
4147
+ //Copy from further item meta tags by same network
4148
+ jQuery('.b2s-post-item-details-post-format[data-network-id=' + networkId + ']').each(function () {
4149
+ if (jQuery(this).val() == "0" && jQuery('.b2s-post-ship-item-post-format[data-network-auth-id=' + jQuery(this).attr('data-network-auth-id') + ']').is(":visible") && jQuery(this).attr('data-network-auth-id') != networkAuthId) { //other Linkpost by same network
4150
+ jQuery('.b2s-post-item-details-preview-title[data-network-auth-id="' + networkAuthId + '"]').val(jQuery('.b2s-post-item-details-preview-title[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"]').val());
4151
+ jQuery('.b2s-post-item-details-preview-desc[data-network-auth-id="' + networkAuthId + '"]').val(jQuery('.b2s-post-item-details-preview-desc[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"]').val());
4152
+ jQuery('.b2s-image-url-hidden-field[data-network-auth-id="' + networkAuthId + '"]').val(jQuery('.b2s-image-url-hidden-field[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"]').val());
4153
+ if (jQuery('.b2s-image-remove-btn[data-network-count="-1"][data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"]:visible').length == 1) {
4154
+ jQuery('.b2s-image-remove-btn[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"][data-network-count="-1"]').show();
4155
+ } else {
4156
+ jQuery('.b2s-image-remove-btn[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"][data-network-count="-1"]').hide();
4157
+ }
4158
+
4159
+ return true;
4160
+ }
4161
+ });
4162
+
4163
+ //Set & Check Link
4164
+ if (typeof jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + networkAuthId + '"]') !== undefined) {
4165
+ //Facebook + Twitter && Linkpost
4166
+ if (networkId == 1 || networkId == 2 && postFormat == 0) {
4167
+ if (jQuery('.b2s-post-item-details-item-url-input[data-network-auth-id="' + networkAuthId + '"]').val() == "") {
4168
+ jQuery('.b2s-post-item-details-item-url-input[data-network-auth-id="' + networkAuthId + '"]').val(jQuery('#b2sDefault_url').val());
4169
+ }
4170
+ }
4171
+ jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + networkAuthId + '"]').show();
4172
+ if (jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + networkAuthId + '"]').hasClass('disabled')) {
4173
+ jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + networkAuthId + '"]').removeClass('disabled');
4174
+ }
4175
+ }
4176
+
4177
+ } else {
4178
+ jQuery('.b2s-post-item-details-preview-title[data-network-auth-id="' + networkAuthId + '"]').prop("readonly", true);
4179
+ jQuery('.b2s-post-item-details-preview-desc[data-network-auth-id="' + networkAuthId + '"]').prop("readonly", true);
4180
+ jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + networkAuthId + '"]').hide();
4181
+ }
4182
+
4183
+ //Content Curation V5.0.0
4184
+ if (postType == "ex") {
4185
+ jQuery('.b2s-post-item-details-preview-title[data-network-auth-id="' + networkAuthId + '"]').prop("readonly", true);
4186
+ jQuery('.b2s-post-item-details-preview-desc[data-network-auth-id="' + networkAuthId + '"]').prop("readonly", true);
4187
+ jQuery('.b2s-load-info-meta-tag-modal[data-network-auth-id="' + networkAuthId + '"]').attr("style", "display:none !important");
4188
+ if (postFormat == '0') {
4189
+ jQuery('.b2s-select-image-modal-open[data-network-auth-id="' + networkAuthId + '"]').hide();
4190
+ jQuery('.b2s-image-remove-btn[data-network-auth-id="' + networkAuthId + '"]').hide();
4191
+ jQuery('.b2s-post-item-details-preview-title[data-network-auth-id="' + networkAuthId + '"]').show();
4192
+ jQuery('.b2s-post-item-details-preview-desc[data-network-auth-id="' + networkAuthId + '"]').show();
4193
+ jQuery('.b2s-post-item-details-preview-url-reload[data-network-auth-id="' + networkAuthId + '"]').trigger("click");
4194
+ } else {
4195
+ jQuery('.b2s-select-image-modal-open[data-network-auth-id="' + networkAuthId + '"]').show();
4196
+ jQuery('.b2s-image-remove-btn[data-network-auth-id="' + networkAuthId + '"]').show();
4197
+ jQuery('.b2s-post-item-details-preview-title[data-network-auth-id="' + networkAuthId + '"]').hide();
4198
+ jQuery('.b2s-post-item-details-preview-desc[data-network-auth-id="' + networkAuthId + '"]').hide();
4199
+ }
4200
+ if (jQuery('.b2s-post-item-details-release-input-date-select[data-network-auth-id="' + networkAuthId + '"]').val() == 1) {
4201
+ jQuery('.b2s-select-image-modal-open[data-network-auth-id="' + networkAuthId + '"][data-network-count="-1"]').hide();
4202
+ jQuery('.b2s-image-remove-btn[data-network-auth-id="' + networkAuthId + '"][data-network-count="-1"]').hide();
4203
+ }
4204
+ }
4205
+ jQuery('.b2s-user-network-settings-post-format[data-network-type="' + networkType + '"][data-network-id="' + networkId + '"]').removeClass('b2s-settings-checked');
4206
+ jQuery('.b2s-user-network-settings-post-format[data-network-auth-id="' + networkAuthId + '"][data-post-format="' + postFormat + '"]').addClass('b2s-settings-checked');
4207
+ if(closeModal) {
4208
+ jQuery('#b2s-post-ship-item-post-format-modal').modal('hide');
4209
+ }
4210
+ checkGifAnimation(networkAuthId, networkId);
4211
+
4212
+ //Multi Image
4213
+ if(postFormat == 1 && ((networkId == 1 && (networkType == 1 || networkType == 2)) || (networkId == 2)) && jQuery('.b2s-post-item-details-release-input-date-select[data-network-auth-id="' + networkAuthId + '"]').val() != 1) {
4214
+ jQuery('.b2s-multi-image-area[data-network-auth-id="'+networkAuthId+'"][data-network-count="-1"]').show();
4215
+ } else {
4216
+ jQuery('.b2s-multi-image-area[data-network-auth-id="'+networkAuthId+'"][data-network-count="-1"]').hide();
4217
+ }
4218
+ jQuery('.b2s-multi-image-area[data-network-auth-id="'+networkAuthId+'"][data-network-count="0"]').show();
4219
+ jQuery('.b2s-multi-image-area[data-network-auth-id="'+networkAuthId+'"][data-network-count="1"]').show();
4220
+ jQuery('.b2s-multi-image-area[data-network-auth-id="'+networkAuthId+'"][data-network-count="2"]').show();
4221
+
4222
+ if(postFormat == 0 && networkId == 1) {
4223
+ jQuery('.b2s-post-item-details-item-url-input[data-network-auth-id="'+networkAuthId+'"]').addClass('required_network_url');
4224
+ }
4225
+
4226
+ if(networkId == 2) {
4227
+ if(postFormat == 0) {
4228
+ jQuery('.b2s-alert-twitter-card[data-network-auth-id="'+networkAuthId+'"]').show();
4229
+ } else {
4230
+ jQuery('.b2s-alert-twitter-card[data-network-auth-id="'+networkAuthId+'"]').hide();
4231
+ }
4232
+ }
4233
+ return false;
4234
+ }
blog2social.php CHANGED
@@ -6,12 +6,12 @@
6
  * Author: Blog2Social, Adenion
7
  * Text Domain: blog2social
8
  * Domain Path: /languages
9
- * Version: 6.6.2
10
  * Author URI: https://www.blog2social.com
11
  * License: GPL2+
12
  */
13
 
14
- define('B2S_PLUGIN_VERSION', '662');
15
  define('B2S_PLUGIN_LANGUAGE', serialize(array('de_DE', 'en_US')));
16
  define('B2S_PLUGIN_DIR', plugin_dir_path(__FILE__));
17
  define('B2S_PLUGIN_URL', plugin_dir_url(__FILE__));
6
  * Author: Blog2Social, Adenion
7
  * Text Domain: blog2social
8
  * Domain Path: /languages
9
+ * Version: 6.6.3
10
  * Author URI: https://www.blog2social.com
11
  * License: GPL2+
12
  */
13
 
14
+ define('B2S_PLUGIN_VERSION', '663');
15
  define('B2S_PLUGIN_LANGUAGE', serialize(array('de_DE', 'en_US')));
16
  define('B2S_PLUGIN_DIR', plugin_dir_path(__FILE__));
17
  define('B2S_PLUGIN_URL', plugin_dir_url(__FILE__));
includes/Ajax/Post.php CHANGED
@@ -63,6 +63,7 @@ class Ajax_Post {
63
  add_action('wp_ajax_b2s_delete_re_post_sched', array($this, 'deleteRePostSched'));
64
  add_action('wp_ajax_b2s_community_register', array($this, 'communityRegister'));
65
  add_action('wp_ajax_b2s_auto_post_assign_by_disconnect', array($this, 'autoPostAssignByDisconnect'));
 
66
  }
67
 
68
  public function curationDraft() {
@@ -547,7 +548,7 @@ class Ajax_Post {
547
  'default_titel' => isset($post['default_titel']) ? sanitize_text_field($post['default_titel']) : '',
548
  'no_cache' => 0, //default inactive , 1=active 0=not
549
  'lang' => trim(strtolower(substr(B2S_LANGUAGE, 0, 2))));
550
-
551
  foreach ($post['b2s'] as $networkAuthId => $data) {
552
  if (!isset($data['url']) || !isset($data['network_id'])) {
553
  continue;
@@ -1662,7 +1663,7 @@ class Ajax_Post {
1662
  }
1663
  $meta->updateMeta((int) $post['post_id']);
1664
  }
1665
-
1666
  $sendData = array("board" => isset($data['board']) ? sanitize_text_field($data['board']) : '',
1667
  "group" => isset($data['group']) ? sanitize_text_field($data['group']) : '',
1668
  "custom_title" => isset($data['custom_title']) ? sanitize_text_field($data['custom_title']) : '',
@@ -1694,7 +1695,18 @@ class Ajax_Post {
1694
  'user_timezone' => isset($post['user_timezone']) ? (int) $post['user_timezone'] : 0,
1695
  'saveSetting' => isset($data['saveSchedSetting']) ? true : false
1696
  );
1697
-
 
 
 
 
 
 
 
 
 
 
 
1698
  $b2sShipSend->saveSchedDetails(array_merge($defaultPostData, $sendData), $schedData, array());
1699
 
1700
  //is post for relay ?
@@ -1841,6 +1853,12 @@ class Ajax_Post {
1841
  $wpdb->insert($wpdb->prefix . 'b2s_user_network_settings', array('blog_user_id' => (int) $_POST['assignBlogUserId'], 'mandant_id' => 0, 'network_auth_id' => (int) $assignUserAuth['assign_network_auth_id']), array('%d', '%d', '%d'));
1842
 
1843
  $options = new B2S_Options((int) B2S_PLUGIN_BLOG_USER_ID);
 
 
 
 
 
 
1844
  if (isset($_POST['optionBestTimes']) && filter_var($_POST['optionBestTimes'], FILTER_VALIDATE_BOOLEAN) == true) {
1845
  $userSchedData = $options->_getOption('auth_sched_time');
1846
  if (isset($userSchedData['delay_day'][$_POST['networkAuthId']]) && isset($userSchedData['time'][$_POST['networkAuthId']])) {
@@ -1857,6 +1875,25 @@ class Ajax_Post {
1857
  }
1858
  $assignUserOptions->_setOption('auth_sched_time', $assignUserSchedData);
1859
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1860
  }
1861
 
1862
  if (isset($_POST['optionPostingTemplate']) && filter_var($_POST['optionPostingTemplate'], FILTER_VALIDATE_BOOLEAN) == true) {
@@ -1887,10 +1924,6 @@ class Ajax_Post {
1887
  }
1888
  }
1889
 
1890
- $optionUserTimeZone = $options->_getOption('user_time_zone');
1891
- $userTimeZone = ($optionUserTimeZone !== false) ? $optionUserTimeZone : get_option('timezone_string');
1892
- $userTimeZoneOffset = (empty($userTimeZone)) ? get_option('gmt_offset') : B2S_Util::getOffsetToUtcByTimeZone($userTimeZone);
1893
- $current_user_date = date((strtolower(substr(B2S_LANGUAGE, 0, 2)) == 'de') ? 'd.m.Y' : 'Y-m-d', strtotime(B2S_Util::getUTCForDate(date('Y-m-d H:i:s'), $userTimeZoneOffset)));
1894
  $displayName = stripslashes(get_user_by('id', $_POST['assignBlogUserId'])->display_name);
1895
  $newListEntry = '<li class="b2s-network-item-auth-list-li">';
1896
  $newListEntry .= '<div class="pull-left" style="padding-top: 5px;"><span>' . esc_html(((empty($displayName) || $displayName == false) ? __("Unknown username", "blog2social") : $displayName)) . '</span></div>';
@@ -2118,14 +2151,18 @@ class Ajax_Post {
2118
 
2119
  public function authNetworkConfirm() {
2120
  if (isset($_POST['b2s_security_nonce']) && (int) wp_verify_nonce($_POST['b2s_security_nonce'], 'b2s_security_nonce') > 0) {
2121
- if (isset($_POST['username']) && !empty($_POST['username']) && isset($_POST['password']) && !empty($_POST['password']) && isset($_POST['boardId']) && !empty($_POST['boardId']) && isset($_POST['identData']) && !empty($_POST['identData'])) {
2122
  $mandantId = ((isset($_POST['mandantId']) && (int) $_POST['mandantId'] >= 0) ? $_POST['mandantId'] : 0);
2123
  $publicKey = B2S_PLUGIN_DIR . '/includes/B2S/Api/Network/public_key.pem';
2124
  if (function_exists('openssl_public_encrypt') && file_exists($publicKey)) {
2125
  $getPublicKey = file_get_contents($publicKey);
2126
  openssl_public_encrypt(sanitize_text_field($_POST['username']), $username, $getPublicKey);
2127
- openssl_public_encrypt(sanitize_text_field($_POST['password']), $password, $getPublicKey);
2128
  openssl_public_encrypt(sanitize_text_field($_POST['boardId']), $boardId, $getPublicKey);
 
 
 
 
 
2129
  $data = array('username' => base64_encode($username), 'password' => base64_encode($password), 'boardId' => base64_encode($boardId), 'identData' => sanitize_text_field(base64_decode($_POST['identData'])));
2130
  $postData = array('action' => 'authorizeNetwork', 'token' => B2S_PLUGIN_TOKEN, 'networkId' => 6, 'networkType' => 'profile', 'mandantId' => sanitize_text_field($mandantId), 'version' => B2S_PLUGIN_VERSION, 'data' => $data);
2131
  if (isset($_POST['networkAuthId']) && (int) $_POST['networkAuthId'] > 0) {
@@ -2490,5 +2527,39 @@ class Ajax_Post {
2490
  wp_die();
2491
  }
2492
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2493
 
2494
  }
63
  add_action('wp_ajax_b2s_delete_re_post_sched', array($this, 'deleteRePostSched'));
64
  add_action('wp_ajax_b2s_community_register', array($this, 'communityRegister'));
65
  add_action('wp_ajax_b2s_auto_post_assign_by_disconnect', array($this, 'autoPostAssignByDisconnect'));
66
+ add_action('wp_ajax_b2s_network_check_user_data', array($this, 'networkCheckUserData'));
67
  }
68
 
69
  public function curationDraft() {
548
  'default_titel' => isset($post['default_titel']) ? sanitize_text_field($post['default_titel']) : '',
549
  'no_cache' => 0, //default inactive , 1=active 0=not
550
  'lang' => trim(strtolower(substr(B2S_LANGUAGE, 0, 2))));
551
+
552
  foreach ($post['b2s'] as $networkAuthId => $data) {
553
  if (!isset($data['url']) || !isset($data['network_id'])) {
554
  continue;
1663
  }
1664
  $meta->updateMeta((int) $post['post_id']);
1665
  }
1666
+
1667
  $sendData = array("board" => isset($data['board']) ? sanitize_text_field($data['board']) : '',
1668
  "group" => isset($data['group']) ? sanitize_text_field($data['group']) : '',
1669
  "custom_title" => isset($data['custom_title']) ? sanitize_text_field($data['custom_title']) : '',
1695
  'user_timezone' => isset($post['user_timezone']) ? (int) $post['user_timezone'] : 0,
1696
  'saveSetting' => isset($data['saveSchedSetting']) ? true : false
1697
  );
1698
+
1699
+ //Multi Image
1700
+ if (isset($data['multi_image_1']) && !empty($data['multi_image_1'])) {
1701
+ $schedData['sched_multi_image_1'][0] = $data['multi_image_1'];
1702
+ }
1703
+ if (isset($data['multi_image_2']) && !empty($data['multi_image_2'])) {
1704
+ $schedData['sched_multi_image_2'][0] = $data['multi_image_2'];
1705
+ }
1706
+ if (isset($data['multi_image_3']) && !empty($data['multi_image_3'])) {
1707
+ $schedData['sched_multi_image_3'][0] = $data['multi_image_3'];
1708
+ }
1709
+
1710
  $b2sShipSend->saveSchedDetails(array_merge($defaultPostData, $sendData), $schedData, array());
1711
 
1712
  //is post for relay ?
1853
  $wpdb->insert($wpdb->prefix . 'b2s_user_network_settings', array('blog_user_id' => (int) $_POST['assignBlogUserId'], 'mandant_id' => 0, 'network_auth_id' => (int) $assignUserAuth['assign_network_auth_id']), array('%d', '%d', '%d'));
1854
 
1855
  $options = new B2S_Options((int) B2S_PLUGIN_BLOG_USER_ID);
1856
+
1857
+ $optionUserTimeZone = $options->_getOption('user_time_zone');
1858
+ $userTimeZone = ($optionUserTimeZone !== false) ? $optionUserTimeZone : get_option('timezone_string');
1859
+ $userTimeZoneOffset = (empty($userTimeZone)) ? get_option('gmt_offset') : B2S_Util::getOffsetToUtcByTimeZone($userTimeZone);
1860
+ $current_user_date = date((strtolower(substr(B2S_LANGUAGE, 0, 2)) == 'de') ? 'd.m.Y' : 'Y-m-d', strtotime(B2S_Util::getUTCForDate(date('Y-m-d H:i:s'), $userTimeZoneOffset)));
1861
+
1862
  if (isset($_POST['optionBestTimes']) && filter_var($_POST['optionBestTimes'], FILTER_VALIDATE_BOOLEAN) == true) {
1863
  $userSchedData = $options->_getOption('auth_sched_time');
1864
  if (isset($userSchedData['delay_day'][$_POST['networkAuthId']]) && isset($userSchedData['time'][$_POST['networkAuthId']])) {
1875
  }
1876
  $assignUserOptions->_setOption('auth_sched_time', $assignUserSchedData);
1877
  }
1878
+ } else {
1879
+ $assignUserOptions = new B2S_Options((int) $_POST['assignBlogUserId']);
1880
+ $assignUserSchedData = $assignUserOptions->_getOption('auth_sched_time');
1881
+ $current_user_time = new DateTime(date('H:i', strtotime(B2S_Util::getUTCForDate(date('Y-m-d H:i:s'), $userTimeZoneOffset))));
1882
+ if((int) $current_user_time->format('i') >= 30) {
1883
+ $current_user_time->setTime((int) $current_user_time->format('H') + 1, 0);
1884
+ } else {
1885
+ $current_user_time->setTime((int) $current_user_time->format('H'), 30);
1886
+ }
1887
+ if ($assignUserSchedData != false && isset($assignUserSchedData['delay_day']) && isset($assignUserSchedData['time'])) {
1888
+ $assignUserSchedData['delay_day'][$assignUserAuth['assign_network_auth_id']] = 0;
1889
+ $assignUserSchedData['time'][$assignUserAuth['assign_network_auth_id']] = $current_user_time->format('H:i');
1890
+ } else {
1891
+ $assignUserSchedData = array(
1892
+ 'delay_day' => array($assignUserAuth['assign_network_auth_id'] => 0),
1893
+ 'time' => array($assignUserAuth['assign_network_auth_id'] => $current_user_time->format('H:i'))
1894
+ );
1895
+ }
1896
+ $assignUserOptions->_setOption('auth_sched_time', $assignUserSchedData);
1897
  }
1898
 
1899
  if (isset($_POST['optionPostingTemplate']) && filter_var($_POST['optionPostingTemplate'], FILTER_VALIDATE_BOOLEAN) == true) {
1924
  }
1925
  }
1926
 
 
 
 
 
1927
  $displayName = stripslashes(get_user_by('id', $_POST['assignBlogUserId'])->display_name);
1928
  $newListEntry = '<li class="b2s-network-item-auth-list-li">';
1929
  $newListEntry .= '<div class="pull-left" style="padding-top: 5px;"><span>' . esc_html(((empty($displayName) || $displayName == false) ? __("Unknown username", "blog2social") : $displayName)) . '</span></div>';
2151
 
2152
  public function authNetworkConfirm() {
2153
  if (isset($_POST['b2s_security_nonce']) && (int) wp_verify_nonce($_POST['b2s_security_nonce'], 'b2s_security_nonce') > 0) {
2154
+ if (isset($_POST['username']) && !empty($_POST['username']) && isset($_POST['boardId']) && !empty($_POST['boardId']) && isset($_POST['identData']) && !empty($_POST['identData'])) {
2155
  $mandantId = ((isset($_POST['mandantId']) && (int) $_POST['mandantId'] >= 0) ? $_POST['mandantId'] : 0);
2156
  $publicKey = B2S_PLUGIN_DIR . '/includes/B2S/Api/Network/public_key.pem';
2157
  if (function_exists('openssl_public_encrypt') && file_exists($publicKey)) {
2158
  $getPublicKey = file_get_contents($publicKey);
2159
  openssl_public_encrypt(sanitize_text_field($_POST['username']), $username, $getPublicKey);
 
2160
  openssl_public_encrypt(sanitize_text_field($_POST['boardId']), $boardId, $getPublicKey);
2161
+ if(isset($_POST['password']) && !empty($_POST['password'])) {
2162
+ openssl_public_encrypt(sanitize_text_field($_POST['password']), $password, $getPublicKey);
2163
+ } else {
2164
+ $password = "extension_login";
2165
+ }
2166
  $data = array('username' => base64_encode($username), 'password' => base64_encode($password), 'boardId' => base64_encode($boardId), 'identData' => sanitize_text_field(base64_decode($_POST['identData'])));
2167
  $postData = array('action' => 'authorizeNetwork', 'token' => B2S_PLUGIN_TOKEN, 'networkId' => 6, 'networkType' => 'profile', 'mandantId' => sanitize_text_field($mandantId), 'version' => B2S_PLUGIN_VERSION, 'data' => $data);
2168
  if (isset($_POST['networkAuthId']) && (int) $_POST['networkAuthId'] > 0) {
2527
  wp_die();
2528
  }
2529
  }
2530
+
2531
+ public function networkCheckUserData() {
2532
+ if (isset($_POST['b2s_security_nonce']) && (int) wp_verify_nonce($_POST['b2s_security_nonce'], 'b2s_security_nonce') > 0) {
2533
+ $wpCookie = array();
2534
+ $tempCookies = array();
2535
+ foreach($_POST['networkUserData']['accData'] as $key => $value){
2536
+ $entry = (array)$value;
2537
+ $entry['expires'] = isset($value->expirationDate) ? (int) $value->expirationDate : null;
2538
+ if(!in_array($entry['name'],$tempCookies)){
2539
+ $tempCookies[] = $entry['name'];
2540
+ $entry['value'] = str_replace('\\"', '"', $entry['value']);
2541
+ $wpCookie[] = new WP_Http_Cookie($entry);
2542
+ }
2543
+ }
2544
+ require_once(B2S_PLUGIN_DIR . 'includes/B2S/Api/Network/Pinterest.php');
2545
+ $pt = new B2S_Api_Network_Pinterest();
2546
+ $pt->cookie = $wpCookie;
2547
+ $getBoards = $pt->getPinBoards();
2548
+ if (isset($getBoards['error']) && (int) $getBoards['error'] == 0 && isset($getBoards['data']) && !empty($getBoards['data'])) {
2549
+ $html = '';
2550
+ foreach ($getBoards['data'] as $k => $v) {
2551
+ $html .= '<option value="' . esc_attr($v['board_id']) . '">' . esc_html($v['name']) . '</option>';
2552
+ }
2553
+ $identData = serialize($wpCookie);
2554
+ echo json_encode(array('result' => true, 'username' => $_POST['networkUserData']['acc']['email'], 'boards' => $html, 'identData' => base64_encode($identData)));
2555
+ wp_die();
2556
+ }
2557
+ echo json_encode(array('result' => false));
2558
+ wp_die();
2559
+ } else {
2560
+ echo json_encode(array('result' => false, 'error_reason' => 'nonce'));
2561
+ wp_die();
2562
+ }
2563
+ }
2564
 
2565
  }
includes/B2S/Api/Network/Pinterest.php CHANGED
@@ -143,19 +143,19 @@ class B2S_Api_Network_Pinterest {
143
  $this->cookie = $result['cookies'];
144
  return array('error' => 0, 'identData' => serialize($this->cookie));
145
  } elseif (is_array($response) && isset($response['resource_response']['error'])) {
146
- return array('error' => 1, 'error_pos' => 6, 'error_data' => serialize($response['resource_response']['error']));
147
  } elseif (stripos($content, 'CSRF') !== false) {
148
  $error_data = trim(str_replace(array("\r\n", "\r", "\n"), " | ", strip_tags($this->cutFromTo($content, '</head>', '</body>'))));
149
- return array('error' => 1, 'error_pos' => 6, 'error_data' => 'CSRF verification failed ' . serialize($error_data));
150
  } elseif (stripos($content, 'suspicious activity') !== false) {
151
- return array('error' => 1, 'error_pos' => 6, 'error_data' => 'Pinterest blocked logins from this IP because of suspicious activity');
152
  } elseif (stripos($content, 'bot!') !== false) {
153
- return array('error' => 1, 'error_pos' => 6, 'error_data' => 'Pinterest has your ip in the list of potentially suspicious networks and blocked it');
154
  } else {
155
  $error_data = trim(str_replace(array("\r\n", "\r", "\n"), " | ", strip_tags($this->cutFromTo($content, '</head>', '</body>'))));
156
- return array('error' => 1, 'error_pos' => 6, 'error_data' => 'Pinterest login failed - unknown error ' . serialize($error_data));
157
  }
158
- return array('error' => 1, 'error_pos' => 7, 'error_data' => 'Pinterest login failed - unknown error');
159
  }
160
 
161
  public function cutFromTo($string, $from, $to) {
143
  $this->cookie = $result['cookies'];
144
  return array('error' => 0, 'identData' => serialize($this->cookie));
145
  } elseif (is_array($response) && isset($response['resource_response']['error'])) {
146
+ return array('error' => 1, 'error_pos' => 6, 'error_data' => serialize($response['resource_response']['error']), 'error_code' => 'login');
147
  } elseif (stripos($content, 'CSRF') !== false) {
148
  $error_data = trim(str_replace(array("\r\n", "\r", "\n"), " | ", strip_tags($this->cutFromTo($content, '</head>', '</body>'))));
149
+ return array('error' => 1, 'error_pos' => 6, 'error_data' => 'CSRF verification failed ' . serialize($error_data), 'error_code' => 'invalid');
150
  } elseif (stripos($content, 'suspicious activity') !== false) {
151
+ return array('error' => 1, 'error_pos' => 6, 'error_data' => 'Pinterest blocked logins from this IP because of suspicious activity', 'error_code' => 'http_request_failed');
152
  } elseif (stripos($content, 'bot!') !== false) {
153
+ return array('error' => 1, 'error_pos' => 6, 'error_data' => 'Pinterest has your ip in the list of potentially suspicious networks and blocked it', 'error_code' => 'http_request_failed');
154
  } else {
155
  $error_data = trim(str_replace(array("\r\n", "\r", "\n"), " | ", strip_tags($this->cutFromTo($content, '</head>', '</body>'))));
156
+ return array('error' => 1, 'error_pos' => 6, 'error_data' => 'Pinterest login failed - unknown error ' . serialize($error_data), 'error_code' => 'access');
157
  }
158
+ return array('error' => 1, 'error_pos' => 7, 'error_data' => 'Pinterest login failed - unknown error', 'error_code' => 'access');
159
  }
160
 
161
  public function cutFromTo($string, $from, $to) {
includes/B2S/Calendar/Item.php CHANGED
@@ -29,6 +29,7 @@ class B2S_Calendar_Item {
29
  private $relay_delay_min = null;
30
  private $publish_link = null;
31
  private $status = null;
 
32
 
33
  public function __construct(\StdClass $data = null) {
34
  if (isset($data)) {
@@ -66,6 +67,9 @@ class B2S_Calendar_Item {
66
  if (isset($data->publish_error_code)) {
67
  $this->setStatus($data->publish_error_code);
68
  }
 
 
 
69
  }
70
  }
71
 
@@ -507,6 +511,25 @@ class B2S_Calendar_Item {
507
  public function getStaus() {
508
  return $this->status;
509
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
510
 
511
  private function getColor() {
512
  $colors = ["#983b3b", "#79B232", "#983b7d", "#3b3b98", "#3b8e98", "#65983b", "#6b3b98", "#93983b", "#987d3b", "#985c3b"];
@@ -581,6 +604,7 @@ class B2S_Calendar_Item {
581
  'network_display_name' => $this->getNetworkDisplayName(),
582
  'networkType' => $this->getNetworkType(),
583
  'image_url' => $this->getImageUrl(),
 
584
  'relay_primary_post_id' => $this->getRelayPrimaryPostId(),
585
  'post_for_relay' => $this->getPostForRelay(),
586
  'post_for_approve' => $this->getPostForApprove(),
29
  private $relay_delay_min = null;
30
  private $publish_link = null;
31
  private $status = null;
32
+ private $multi_images = null;
33
 
34
  public function __construct(\StdClass $data = null) {
35
  if (isset($data)) {
67
  if (isset($data->publish_error_code)) {
68
  $this->setStatus($data->publish_error_code);
69
  }
70
+ if (isset($data->sched_data)) {
71
+ $this->setMultiImages($data->sched_data);
72
+ }
73
  }
74
  }
75
 
511
  public function getStaus() {
512
  return $this->status;
513
  }
514
+
515
+ public function setMultiImages($sched_data = "") {
516
+ $multi_images = array();
517
+ if (!empty($sched_data)) {
518
+ $data = unserialize($sched_data);
519
+ if(isset($data['multi_images'])) {
520
+ $json_data = json_decode($data['multi_images'], true);
521
+ if($json_data != false && !empty($json_data) && is_array($json_data)) {
522
+ $multi_images = $json_data;
523
+ }
524
+ }
525
+ }
526
+ $this->multi_images = $multi_images;
527
+ return $this;
528
+ }
529
+
530
+ public function getMultiImages() {
531
+ return $this->multi_images;
532
+ }
533
 
534
  private function getColor() {
535
  $colors = ["#983b3b", "#79B232", "#983b7d", "#3b3b98", "#3b8e98", "#65983b", "#6b3b98", "#93983b", "#987d3b", "#985c3b"];
604
  'network_display_name' => $this->getNetworkDisplayName(),
605
  'networkType' => $this->getNetworkType(),
606
  'image_url' => $this->getImageUrl(),
607
+ 'multi_images' => $this->getMultiImages(),
608
  'relay_primary_post_id' => $this->getRelayPrimaryPostId(),
609
  'post_for_relay' => $this->getPostForRelay(),
610
  'post_for_approve' => $this->getPostForApprove(),
includes/B2S/Network/Item.php CHANGED
@@ -152,6 +152,8 @@ class B2S_Network_Item {
152
  } else {
153
  if($networkId == 24 && B2S_PLUGIN_USER_VERSION < 1) {
154
  $html .= '<a href="#" class="btn btn-primary btn-sm b2s-network-auth-btn b2s-btn-disabled b2sBusinessFeatureModalBtn" data-title="' . esc_attr__('You want to connect a network profile?', 'blog2social') . '" data-type="auth-network">+ ' . esc_html__('Profile', 'blog2social') . ' <span class="label label-success">' . esc_html__("BUSINESS", "blog2social") . '</a>';
 
 
155
  } else {
156
  $html .= ($networkId != 18 || (B2S_PLUGIN_USER_VERSION >= 2 && $networkId == 18)) ? '<a href="#" onclick="wop(\'' . $b2sAuthUrl . '&choose=profile\', \'Blog2Social Network\'); return false;" class="btn btn-primary btn-sm b2s-network-auth-btn">+ ' . esc_html($name) . '</a>' : '<a href="#" class="btn btn-primary btn-sm b2s-network-auth-btn b2s-btn-disabled b2sProFeatureModalBtn" data-title="' . esc_attr__('You want to connect a network profile?', 'blog2social') . '" data-type="auth-network">+ ' . esc_html__('Profile', 'blog2social') . ' <span class="label label-success">' . esc_html__("PRO", "blog2social") . '</a>';
157
  }
@@ -781,6 +783,9 @@ class B2S_Network_Item {
781
  $content .= '<span class="b2s-edit-template-section-headline">' . esc_html__('Character limit', 'blog2social') . ' (CONTENT, EXCERPT)</span> <a href="#" class="b2s-info-btn del-padding-left b2sInfoCharacterLimitBtn">' . esc_html__('Info', 'Blog2Social') . '</a>';
782
  $content .= '</div>';
783
  $content .= '</div>';
 
 
 
784
  if(!$multi_kind) {
785
  $content .= '<div class="row">';
786
  $content .= '<div class="col-md-12">';
152
  } else {
153
  if($networkId == 24 && B2S_PLUGIN_USER_VERSION < 1) {
154
  $html .= '<a href="#" class="btn btn-primary btn-sm b2s-network-auth-btn b2s-btn-disabled b2sBusinessFeatureModalBtn" data-title="' . esc_attr__('You want to connect a network profile?', 'blog2social') . '" data-type="auth-network">+ ' . esc_html__('Profile', 'blog2social') . ' <span class="label label-success">' . esc_html__("BUSINESS", "blog2social") . '</a>';
155
+ } else if($networkId == 12) {
156
+ $html .= '<button class="btn btn-primary btn-sm b2s-network-auth-btn b2s-network-add-instagram-info-btn" data-b2s-auth-url="'.$b2sAuthUrl.'">+ ' . $name . '</button>';
157
  } else {
158
  $html .= ($networkId != 18 || (B2S_PLUGIN_USER_VERSION >= 2 && $networkId == 18)) ? '<a href="#" onclick="wop(\'' . $b2sAuthUrl . '&choose=profile\', \'Blog2Social Network\'); return false;" class="btn btn-primary btn-sm b2s-network-auth-btn">+ ' . esc_html($name) . '</a>' : '<a href="#" class="btn btn-primary btn-sm b2s-network-auth-btn b2s-btn-disabled b2sProFeatureModalBtn" data-title="' . esc_attr__('You want to connect a network profile?', 'blog2social') . '" data-type="auth-network">+ ' . esc_html__('Profile', 'blog2social') . ' <span class="label label-success">' . esc_html__("PRO", "blog2social") . '</a>';
159
  }
783
  $content .= '<span class="b2s-edit-template-section-headline">' . esc_html__('Character limit', 'blog2social') . ' (CONTENT, EXCERPT)</span> <a href="#" class="b2s-info-btn del-padding-left b2sInfoCharacterLimitBtn">' . esc_html__('Info', 'Blog2Social') . '</a>';
784
  $content .= '</div>';
785
  $content .= '</div>';
786
+ if(!function_exists('mb_strlen')) {
787
+ $content .= '<div class="alert alert-warning">'.esc_html__('Missing PHP "mbstring" extension to use the character limit function. Please activate server-side the PHP "mbstring" extension in your "php.ini" file.', 'blog2social').'</div>';
788
+ }
789
  if(!$multi_kind) {
790
  $content .= '<div class="row">';
791
  $content .= '<div class="col-md-12">';
includes/B2S/Ship/Item.php CHANGED
@@ -6,7 +6,7 @@ class B2S_Ship_Item {
6
  private $allowTitlePage = array();
7
  private $allowTitleGroup = array();
8
  private $setPostFormat = array(1, 2, 3, 12, 19, 17);
9
- private $isCommentProfile = array(1, 3, 8, 10, 17, 19);
10
  private $isCommentPage = array(1);
11
  private $isCommentGroup = array(1);
12
  private $allowTag = array(4, 9, 11, 16);
@@ -31,7 +31,7 @@ class B2S_Ship_Item {
31
  private $setShortTextProfileLimit = array(1 => 400, 2 => 256, 3 => 400, 6 => 400, 8 => 400, 10 => 500, 12 => 400, 9 => 200, 18 => 1000, 19 => 1000, 20 => 400, 21 => 600);
32
  private $setShortTextPage = array(1 => 239, 3 => 239, 8 => 400, 10 => 442, 17 => 442, 19 => 239);
33
  private $setShortTextPageLimit = array(1 => 400, 3 => 400, 8 => 400, 10 => 500, 19 => array(0 => 400, 1 => 2000)); // XING Company Page, Business Page
34
- private $limitCharacterTitlePage = array(19 => array(1 => 150)); //XING Business Page selected over networkKind
35
  private $setShortTextGroup = array(1 => 239, 8 => 239, 10 => 442, 17 => 442, 19 => 239);
36
  private $setShortTextGroupLimit = array(1 => 400, 8 => 400, 10 => 500);
37
  private $allowHashTags = array(1, 2, 3, 6, 10, 12, 17, 20, 21);
@@ -96,7 +96,7 @@ class B2S_Ship_Item {
96
  }
97
 
98
  public function getItemHtml($data, $show_time = true, $draftData = array()) {
99
-
100
  $isDraft = (empty($draftData)) ? false : true;
101
 
102
  $this->viewMode = (isset($data->view) && !empty($data->view)) ? $data->view : null; //normal or modal(Kalendar)
@@ -378,7 +378,7 @@ class B2S_Ship_Item {
378
  $content .= (in_array($data->networkId, $this->showGroups) && ($data->networkType == 2 || $data->networkId == 15)) ? $this->getGroupsHtml($data->networkAuthId, $data->networkId) : '';
379
  $content .= (in_array($data->networkId, $this->showMarketplace) && $data->networkType == 2) ? $this->getMarketplaceAreaHtml($data->networkAuthId, $data->networkId, $data->networkType, $data->networkKind) : '';
380
  $content .= ((in_array($data->networkId, $this->showTitleProfile) && $data->networkType == 0) || (((in_array($data->networkId, $this->showTitlePage) && isset($this->showTitlePage[$data->networkId]) && !is_array($this->showTitlePage[$data->networkId]) ) || (isset($this->showTitlePage[$data->networkId]) && is_array($this->showTitlePage[$data->networkId]) && in_array($data->networkKind, $this->showTitlePage[$data->networkId]))) && $data->networkType == 1) || (in_array($data->networkId, $this->showTitleGroup) && $data->networkType == 2)) ? $this->getTitleHtml($data->networkId, $data->networkAuthId, $data->networkKind, $data->networkType, $this->postData->post_title) : '';
381
- $content .= $this->getCustomEditArea($data->networkId, $data->networkAuthId, $data->networkType, $message, $isRequiredTextarea, $textareaOnKeyUp, $limit, $limitValue, isset($data->image_url) ? $data->image_url : null);
382
  $content .= (in_array($data->networkId, $this->allowTag) && $data->networkType == 0) ? $this->getTagsHtml($data->networkId, $data->networkAuthId) : '';
383
 
384
  //Calendar
@@ -420,7 +420,7 @@ class B2S_Ship_Item {
420
  return $content;
421
  }
422
 
423
- public function getCustomEditArea($networkId, $networkAuthId, $networkType, $message, $isRequiredTextarea, $textareaOnKeyUp, $limit, $limitValue, $imageUrl = null) {
424
  $meta = array();
425
  if ($networkId == 1 || ($networkId == 8 && $networkType == 0) || $networkId == 19 || $networkId == 3 || $networkId == 2 || $networkId == 15 || $networkId == 17) {
426
  if (trim(strtolower($this->postStatus)) == 'publish' || $this->b2sPostType == 'ex') {
@@ -477,25 +477,25 @@ class B2S_Ship_Item {
477
  $edit .= '<div class="row b2s-margin-top-20">';
478
  $edit .= '<div class="col-sm-3 text-center">';
479
  if (B2S_PLUGIN_USER_VERSION > 1) {
480
- $edit .= '<a class="btn btn-primary btn-circle b2s-add-multi-image" data-image-count="1" data-network-count="-1" data-network-auth-id="' . $networkAuthId . '"><i class="glyphicon glyphicon-picture"></i></a>';
481
- $edit .= '<button style="display:none;" class="btn btn-primary btn-circle b2s-multi-image-remove-btn" data-image-count="1" data-network-count="-1" data-network-id="' . $networkId . '" data-network-auth-id="' . $networkAuthId . '"><i class="glyphicon glyphicon-trash"></i></button>';
482
- $edit .= '<img style="display:none;" src="" class="b2s-image-border b2s-post-item-details-url-image-multi center-block img-responsive" data-image-count="1" data-network-count="-1" data-network-id="' . $networkId . '" data-network-image-change="1" data-network-auth-id="' . $networkAuthId . '">';
483
- $edit .= '<button class="btn btn-link btn-xs center-block b2s-select-multi-image-modal-open" style="display:none;" data-network-count="-1" data-network-id="' . $networkId . '" data-network-auth-id="' . $networkAuthId . '" data-image-count="1">' . esc_html__('Change image', 'blog2social') . '</button>';
484
- $edit .= '<input type="hidden" class="b2s-add-multi-image-hidden-field" name="b2s[' . $networkAuthId . '][multi_image_1]" data-image-count="1" data-network-count="-1" data-network-auth-id="' . $networkAuthId . '">';
485
  $edit .= '</div>';
486
  $edit .= '<div class="col-sm-3 text-center">';
487
- $edit .= '<a style="display:none;" class="btn btn-primary btn-circle b2s-add-multi-image" data-image-count="2" data-network-count="-1" data-network-auth-id="' . $networkAuthId . '"><i class="glyphicon glyphicon-picture"></i></a>';
488
- $edit .= '<button style="display:none;" class="btn btn-primary btn-circle b2s-multi-image-remove-btn" data-image-count="2" data-network-count="-1" data-network-id="' . $networkId . '" data-network-auth-id="' . $networkAuthId . '"><i class="glyphicon glyphicon-trash"></i></button>';
489
- $edit .= '<img style="display:none;" src="" class="b2s-image-border b2s-post-item-details-url-image-multi center-block img-responsive" data-image-count="2" data-network-count="-1" data-network-id="' . $networkId . '" data-network-image-change="1" data-network-auth-id="' . $networkAuthId . '">';
490
- $edit .= '<button class="btn btn-link btn-xs center-block b2s-select-multi-image-modal-open" style="display:none;" data-network-count="-1" data-network-id="' . $networkId . '" data-network-auth-id="' . $networkAuthId . '" data-image-count="2">' . esc_html__('Change image', 'blog2social') . '</button>';
491
- $edit .= '<input type="hidden" class="b2s-add-multi-image-hidden-field" name="b2s[' . $networkAuthId . '][multi_image_2]" data-image-count="2" data-network-count="-1" data-network-auth-id="' . $networkAuthId . '">';
492
  $edit .= '</div>';
493
  $edit .= '<div class="col-sm-3 text-center">';
494
- $edit .= '<a style="display:none;" class="btn btn-primary btn-circle b2s-add-multi-image" data-image-count="3" data-network-count="-1" data-network-auth-id="' . $networkAuthId . '"><i class="glyphicon glyphicon-picture"></i></a>';
495
- $edit .= '<button style="display:none;" class="btn btn-primary btn-circle b2s-multi-image-remove-btn" data-image-count="3" data-network-count="-1" data-network-id="' . $networkId . '" data-network-auth-id="' . $networkAuthId . '"><i class="glyphicon glyphicon-trash"></i></button>';
496
- $edit .= '<img style="display:none;" src="" class="b2s-image-border b2s-post-item-details-url-image-multi center-block img-responsive" data-image-count="3" data-network-count="-1" data-network-id="' . $networkId . '" data-network-image-change="1" data-network-auth-id="' . $networkAuthId . '">';
497
- $edit .= '<button class="btn btn-link btn-xs center-block b2s-select-multi-image-modal-open" style="display:none;" data-network-count="-1" data-network-id="' . $networkId . '" data-network-auth-id="' . $networkAuthId . '" data-image-count="3">' . esc_html__('Change image', 'blog2social') . '</button>';
498
- $edit .= '<input type="hidden" class="b2s-add-multi-image-hidden-field" name="b2s[' . $networkAuthId . '][multi_image_3]" data-image-count="3" data-network-count="-1" data-network-auth-id="' . $networkAuthId . '">';
499
  } else {
500
  $edit .= '<a class="btn btn-primary btn-circle b2sProFeatureModalBtn" data-title="' . esc_html__('Do u want to post multiple images?', 'blog2social') . '" data-type="multi-image">+</a><span class="label label-success">' . esc_html__("PRO", "blog2social") . '</span>';
501
  }
@@ -521,7 +521,7 @@ class B2S_Ship_Item {
521
  $edit .= '<button class="btn btn-link btn-xs center-block b2s-select-image-modal-open" data-meta-type="card" data-network-count="-1" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '" data-post-id="' . esc_attr($this->postId) . '" data-image-url="' . esc_attr($imageUrl) . '">' . esc_html__('Change image', 'blog2social') . '</button>';
522
  $edit .= '</div>';
523
  $edit .= '<div class="' . ((isset($this->viewMode) && $this->viewMode == 'modal') ? 'col-xs-12"' : 'col-xs-12 col-sm-7 col-lg-9 b2s-post-original-area" data-network-auth-id="' . $networkAuthId . '"') . '>';
524
- $edit .= '<div class="alert alert-warning margin-bottom-0">' . esc_html__('Please note: Twitter stores the Card parameters of a link for up to 7 days. Changes may not be immediately visible on Twitter.', 'blog2social') . '</div>';
525
  if (B2S_PLUGIN_USER_VERSION > 0) {
526
  $edit .= '<button data-network-auth-id="' . esc_attr($networkAuthId) . '" data-meta-type="card" data-meta-origin="ship" class=" btn btn-xs hidden-xs btn-link b2s-load-info-meta-tag-modal">' . esc_html__('Info: Change Card Meta tags image, title and description for this network', 'blog2social') . '</button>';
527
  } else {
@@ -538,25 +538,25 @@ class B2S_Ship_Item {
538
  $edit .= '<div class="row b2s-margin-top-20">';
539
  $edit .= '<div class="col-sm-3 text-center">';
540
  if (B2S_PLUGIN_USER_VERSION > 1) {
541
- $edit .= '<a class="btn btn-primary btn-circle b2s-add-multi-image" data-image-count="1" data-network-count="-1" data-network-auth-id="' . $networkAuthId . '"><i class="glyphicon glyphicon-picture"></i></a>';
542
- $edit .= '<button style="display:none;" class="btn btn-primary btn-circle b2s-multi-image-remove-btn" data-image-count="1" data-network-count="-1" data-network-id="' . $networkId . '" data-network-auth-id="' . $networkAuthId . '"><i class="glyphicon glyphicon-trash"></i></button>';
543
- $edit .= '<img style="display:none;" src="" class="b2s-image-border b2s-post-item-details-url-image-multi center-block img-responsive" data-image-count="1" data-network-count="-1" data-network-id="' . $networkId . '" data-network-image-change="1" data-network-auth-id="' . $networkAuthId . '">';
544
- $edit .= '<button class="btn btn-link btn-xs center-block b2s-select-multi-image-modal-open" data-image-count="1" style="display:none;" data-network-count="-1" data-network-id="' . $networkId . '" data-network-auth-id="' . $networkAuthId . '" data-image-count="1">' . esc_html__('Change image', 'blog2social') . '</button>';
545
- $edit .= '<input type="hidden" class="b2s-add-multi-image-hidden-field" name="b2s[' . $networkAuthId . '][multi_image_1]" data-image-count="1" data-network-count="-1" data-network-auth-id="' . $networkAuthId . '">';
546
  $edit .= '</div>';
547
  $edit .= '<div class="col-sm-3 text-center">';
548
- $edit .= '<a style="display:none;" class="btn btn-primary btn-circle b2s-add-multi-image" data-network-count="-1" data-image-count="2" data-network-auth-id="' . $networkAuthId . '"><i class="glyphicon glyphicon-picture"></i></a>';
549
- $edit .= '<button style="display:none;" class="btn btn-primary btn-circle b2s-multi-image-remove-btn" data-image-count="2" data-network-count="-1" data-network-id="' . $networkId . '" data-network-auth-id="' . $networkAuthId . '"><i class="glyphicon glyphicon-trash"></i></button>';
550
- $edit .= '<img style="display:none;" src="" class="b2s-image-border b2s-post-item-details-url-image-multi center-block img-responsive" data-image-count="2" data-network-count="-1" data-network-id="' . $networkId . '" data-network-image-change="1" data-network-auth-id="' . $networkAuthId . '">';
551
- $edit .= '<button class="btn btn-link btn-xs center-block b2s-select-multi-image-modal-open" data-image-count="2" style="display:none;" data-network-count="-1" data-network-id="' . $networkId . '" data-network-auth-id="' . $networkAuthId . '" data-image-count="1">' . esc_html__('Change image', 'blog2social') . '</button>';
552
- $edit .= '<input type="hidden" class="b2s-add-multi-image-hidden-field" name="b2s[' . $networkAuthId . '][multi_image_2]" data-image-count="2" data-network-count="-1" data-network-auth-id="' . $networkAuthId . '">';
553
  $edit .= '</div>';
554
  $edit .= '<div class="col-sm-3 text-center">';
555
- $edit .= '<a style="display:none;" class="btn btn-primary btn-circle b2s-add-multi-image" data-network-count="-1" data-image-count="3" data-network-auth-id="' . $networkAuthId . '"><i class="glyphicon glyphicon-picture"></i></a>';
556
- $edit .= '<button style="display:none;" class="btn btn-primary btn-circle b2s-multi-image-remove-btn" data-image-count="3" data-network-count="-1" data-network-id="' . $networkId . '" data-network-auth-id="' . $networkAuthId . '"><i class="glyphicon glyphicon-trash"></i></button>';
557
- $edit .= '<img style="display:none;" src="" class="b2s-image-border b2s-post-item-details-url-image-multi center-block img-responsive" data-image-count="3" data-network-count="-1" data-network-id="' . $networkId . '" data-network-image-change="1" data-network-auth-id="' . $networkAuthId . '">';
558
- $edit .= '<button class="btn btn-link btn-xs center-block b2s-select-multi-image-modal-open" data-image-count="3" style="display:none;" data-network-count="-1" data-network-id="' . $networkId . '" data-network-auth-id="' . $networkAuthId . '" data-image-count="1">' . esc_html__('Change image', 'blog2social') . '</button>';
559
- $edit .= '<input type="hidden" class="b2s-add-multi-image-hidden-field" name="b2s[' . $networkAuthId . '][multi_image_3]" data-image-count="3" data-network-count="-1" data-network-auth-id="' . $networkAuthId . '">';
560
  } else {
561
  $edit .= '<a class="btn btn-primary btn-circle b2sProFeatureModalBtn" data-title="' . esc_html__('Do u want to post multiple images?', 'blog2social') . '" data-type="multi-image">+</a><span class="label label-success">' . esc_html__("PRO", "blog2social") . '</span>';
562
  }
@@ -783,21 +783,21 @@ class B2S_Ship_Item {
783
  $edit .= '<button style="display:none;" class="btn btn-primary btn-circle b2s-multi-image-remove-btn" data-image-count="1" data-network-count="' . $schedCount . '" data-network-id="' . $networkId . '" data-network-auth-id="' . $networkAuthId . '"><i class="glyphicon glyphicon-trash"></i></button>';
784
  $edit .= '<img style="display:none;" src="" class="b2s-image-border b2s-post-item-details-url-image-multi center-block img-responsive" data-image-count="1" data-network-count="' . $schedCount . '" data-network-id="' . $networkId . '" data-network-image-change="1" data-network-auth-id="' . $networkAuthId . '">';
785
  $edit .= '<button class="btn btn-link btn-xs center-block b2s-select-multi-image-modal-open" style="display:none;" data-network-count="' . $schedCount . '" data-network-id="' . $networkId . '" data-network-auth-id="' . $networkAuthId . '" data-image-count="1">' . esc_html__('Change image', 'blog2social') . '</button>';
786
- $edit .= '<input type="hidden" class="b2s-add-multi-image-hidden-field" name="b2s[' . $networkAuthId . '][sched_multi_image_1]" data-image-count="1" data-network-count="' . $schedCount . '" data-network-auth-id="' . $networkAuthId . '">';
787
  $edit .= '</div>';
788
  $edit .= '<div class="col-sm-3 text-center">';
789
  $edit .= '<a style="display:none;" class="btn btn-primary btn-circle b2s-add-multi-image" data-image-count="2" data-network-count="' . $schedCount . '" data-network-auth-id="' . $networkAuthId . '"><i class="glyphicon glyphicon-picture"></i></a>';
790
  $edit .= '<button style="display:none;" class="btn btn-primary btn-circle b2s-multi-image-remove-btn" data-image-count="2" data-network-count="' . $schedCount . '" data-network-id="' . $networkId . '" data-network-auth-id="' . $networkAuthId . '"><i class="glyphicon glyphicon-trash"></i></button>';
791
  $edit .= '<img style="display:none;" src="" class="b2s-image-border b2s-post-item-details-url-image-multi center-block img-responsive" data-image-count="2" data-network-count="' . $schedCount . '" data-network-id="' . $networkId . '" data-network-image-change="1" data-network-auth-id="' . $networkAuthId . '">';
792
  $edit .= '<button class="btn btn-link btn-xs center-block b2s-select-multi-image-modal-open" style="display:none;" data-network-count="' . $schedCount . '" data-network-id="' . $networkId . '" data-network-auth-id="' . $networkAuthId . '" data-image-count="2">' . esc_html__('Change image', 'blog2social') . '</button>';
793
- $edit .= '<input type="hidden" class="b2s-add-multi-image-hidden-field" name="b2s[' . $networkAuthId . '][sched_multi_image_2]" data-image-count="2" data-network-count="' . $schedCount . '" data-network-auth-id="' . $networkAuthId . '">';
794
  $edit .= '</div>';
795
  $edit .= '<div class="col-sm-3 text-center">';
796
  $edit .= '<a style="display:none;" class="btn btn-primary btn-circle b2s-add-multi-image" data-image-count="3" data-network-count="' . $schedCount . '" data-network-auth-id="' . $networkAuthId . '"><i class="glyphicon glyphicon-picture"></i></a>';
797
  $edit .= '<button style="display:none;" class="btn btn-primary btn-circle b2s-multi-image-remove-btn" data-image-count="3" data-network-count="' . $schedCount . '" data-network-id="' . $networkId . '" data-network-auth-id="' . $networkAuthId . '"><i class="glyphicon glyphicon-trash"></i></button>';
798
  $edit .= '<img style="display:none;" src="" class="b2s-image-border b2s-post-item-details-url-image-multi center-block img-responsive" data-image-count="3" data-network-count="' . $schedCount . '" data-network-id="' . $networkId . '" data-network-image-change="1" data-network-auth-id="' . $networkAuthId . '">';
799
  $edit .= '<button class="btn btn-link btn-xs center-block b2s-select-multi-image-modal-open" style="display:none;" data-network-count="' . $schedCount . '" data-network-id="' . $networkId . '" data-network-auth-id="' . $networkAuthId . '" data-image-count="3">' . esc_html__('Change image', 'blog2social') . '</button>';
800
- $edit .= '<input type="hidden" class="b2s-add-multi-image-hidden-field" name="b2s[' . $networkAuthId . '][sched_multi_image_3]" data-image-count="3" data-network-count="' . $schedCount . '" data-network-auth-id="' . $networkAuthId . '">';
801
  } else {
802
  $edit .= '<a class="btn btn-primary btn-circle b2sProFeatureModalBtn" data-title="' . esc_html__('Do u want to post multiple images?', 'blog2social') . '" data-type="multi-image">+</a><span class="label label-success">' . esc_html__("PRO", "blog2social") . '</span>';
803
  }
6
  private $allowTitlePage = array();
7
  private $allowTitleGroup = array();
8
  private $setPostFormat = array(1, 2, 3, 12, 19, 17);
9
+ private $isCommentProfile = array(1, 3, 8, 10, 17, 19, 15);
10
  private $isCommentPage = array(1);
11
  private $isCommentGroup = array(1);
12
  private $allowTag = array(4, 9, 11, 16);
31
  private $setShortTextProfileLimit = array(1 => 400, 2 => 256, 3 => 400, 6 => 400, 8 => 400, 10 => 500, 12 => 400, 9 => 200, 18 => 1000, 19 => 1000, 20 => 400, 21 => 600);
32
  private $setShortTextPage = array(1 => 239, 3 => 239, 8 => 400, 10 => 442, 17 => 442, 19 => 239);
33
  private $setShortTextPageLimit = array(1 => 400, 3 => 400, 8 => 400, 10 => 500, 19 => array(0 => 400, 1 => 2000)); // XING Company Page, Business Page
34
+ private $limitCharacterTitlePage = array(15 => array(0 => 300), 19 => array(1 => 150)); //XING Business Page selected over networkKind
35
  private $setShortTextGroup = array(1 => 239, 8 => 239, 10 => 442, 17 => 442, 19 => 239);
36
  private $setShortTextGroupLimit = array(1 => 400, 8 => 400, 10 => 500);
37
  private $allowHashTags = array(1, 2, 3, 6, 10, 12, 17, 20, 21);
96
  }
97
 
98
  public function getItemHtml($data, $show_time = true, $draftData = array()) {
99
+
100
  $isDraft = (empty($draftData)) ? false : true;
101
 
102
  $this->viewMode = (isset($data->view) && !empty($data->view)) ? $data->view : null; //normal or modal(Kalendar)
378
  $content .= (in_array($data->networkId, $this->showGroups) && ($data->networkType == 2 || $data->networkId == 15)) ? $this->getGroupsHtml($data->networkAuthId, $data->networkId) : '';
379
  $content .= (in_array($data->networkId, $this->showMarketplace) && $data->networkType == 2) ? $this->getMarketplaceAreaHtml($data->networkAuthId, $data->networkId, $data->networkType, $data->networkKind) : '';
380
  $content .= ((in_array($data->networkId, $this->showTitleProfile) && $data->networkType == 0) || (((in_array($data->networkId, $this->showTitlePage) && isset($this->showTitlePage[$data->networkId]) && !is_array($this->showTitlePage[$data->networkId]) ) || (isset($this->showTitlePage[$data->networkId]) && is_array($this->showTitlePage[$data->networkId]) && in_array($data->networkKind, $this->showTitlePage[$data->networkId]))) && $data->networkType == 1) || (in_array($data->networkId, $this->showTitleGroup) && $data->networkType == 2)) ? $this->getTitleHtml($data->networkId, $data->networkAuthId, $data->networkKind, $data->networkType, $this->postData->post_title) : '';
381
+ $content .= $this->getCustomEditArea($data->networkId, $data->networkAuthId, $data->networkType, $message, $isRequiredTextarea, $textareaOnKeyUp, $limit, $limitValue, isset($data->image_url) ? $data->image_url : null, isset($data->multi_images) ? $data->multi_images : array());
382
  $content .= (in_array($data->networkId, $this->allowTag) && $data->networkType == 0) ? $this->getTagsHtml($data->networkId, $data->networkAuthId) : '';
383
 
384
  //Calendar
420
  return $content;
421
  }
422
 
423
+ public function getCustomEditArea($networkId, $networkAuthId, $networkType, $message, $isRequiredTextarea, $textareaOnKeyUp, $limit, $limitValue, $imageUrl = null, $multi_images = array()) {
424
  $meta = array();
425
  if ($networkId == 1 || ($networkId == 8 && $networkType == 0) || $networkId == 19 || $networkId == 3 || $networkId == 2 || $networkId == 15 || $networkId == 17) {
426
  if (trim(strtolower($this->postStatus)) == 'publish' || $this->b2sPostType == 'ex') {
477
  $edit .= '<div class="row b2s-margin-top-20">';
478
  $edit .= '<div class="col-sm-3 text-center">';
479
  if (B2S_PLUGIN_USER_VERSION > 1) {
480
+ $edit .= '<a ' . ((!empty($multi_images) && isset($multi_images[0]) && !empty($multi_images[0])) ? 'style="display:none;"' : '') . ' class="btn btn-primary btn-circle b2s-add-multi-image" data-image-count="1" data-network-count="-1" data-network-auth-id="' . $networkAuthId . '"><i class="glyphicon glyphicon-picture"></i></a>';
481
+ $edit .= '<button ' . ((!empty($multi_images) && isset($multi_images[0]) && !empty($multi_images[0])) ? '' : 'style="display:none;"') . ' class="btn btn-primary btn-circle b2s-multi-image-remove-btn" data-image-count="1" data-network-count="-1" data-network-id="' . $networkId . '" data-network-auth-id="' . $networkAuthId . '"><i class="glyphicon glyphicon-trash"></i></button>';
482
+ $edit .= '<img ' . ((!empty($multi_images) && isset($multi_images[0]) && !empty($multi_images[0])) ? '' : 'style="display:none;"') . ' src="' . esc_attr(((!empty($multi_images) && isset($multi_images[0]) && !empty($multi_images[0])) ? $multi_images[0] : "")) . '" class="b2s-image-border b2s-post-item-details-url-image-multi center-block img-responsive" data-image-count="1" data-network-count="-1" data-network-id="' . $networkId . '" data-network-image-change="1" data-network-auth-id="' . $networkAuthId . '">';
483
+ $edit .= '<button class="btn btn-link btn-xs center-block b2s-select-multi-image-modal-open" ' . ((!empty($multi_images) && isset($multi_images[0]) && !empty($multi_images[0])) ? '' : 'style="display:none;"') . ' data-network-count="-1" data-network-id="' . $networkId . '" data-network-auth-id="' . $networkAuthId . '" data-image-count="1">' . esc_html__('Change image', 'blog2social') . '</button>';
484
+ $edit .= '<input type="hidden" class="b2s-add-multi-image-hidden-field" name="b2s[' . $networkAuthId . '][multi_image_1]" data-image-count="1" data-network-count="-1" data-network-auth-id="' . $networkAuthId . '" value="' . esc_attr(((!empty($multi_images) && isset($multi_images[0]) && !empty($multi_images[0])) ? $multi_images[0] : "")) . '">';
485
  $edit .= '</div>';
486
  $edit .= '<div class="col-sm-3 text-center">';
487
+ $edit .= '<a ' . ((!empty($multi_images) && isset($multi_images[0]) && !empty($multi_images[0]) && (!isset($multi_images[1]) || empty($multi_images[1]))) ? '' : 'style="display:none;"') . ' class="btn btn-primary btn-circle b2s-add-multi-image" data-image-count="2" data-network-count="-1" data-network-auth-id="' . $networkAuthId . '"><i class="glyphicon glyphicon-picture"></i></a>';
488
+ $edit .= '<button ' . ((!empty($multi_images) && isset($multi_images[1]) && !empty($multi_images[1])) ? '' : 'style="display:none;"') . ' class="btn btn-primary btn-circle b2s-multi-image-remove-btn" data-image-count="2" data-network-count="-1" data-network-id="' . $networkId . '" data-network-auth-id="' . $networkAuthId . '"><i class="glyphicon glyphicon-trash"></i></button>';
489
+ $edit .= '<img ' . ((!empty($multi_images) && isset($multi_images[1]) && !empty($multi_images[1])) ? '' : 'style="display:none;"') . ' src="' . esc_attr(((!empty($multi_images) && isset($multi_images[1]) && !empty($multi_images[1])) ? $multi_images[1] : "")) . '" class="b2s-image-border b2s-post-item-details-url-image-multi center-block img-responsive" data-image-count="2" data-network-count="-1" data-network-id="' . $networkId . '" data-network-image-change="1" data-network-auth-id="' . $networkAuthId . '">';
490
+ $edit .= '<button class="btn btn-link btn-xs center-block b2s-select-multi-image-modal-open" ' . ((!empty($multi_images) && isset($multi_images[1]) && !empty($multi_images[1])) ? '' : 'style="display:none;"') . ' data-network-count="-1" data-network-id="' . $networkId . '" data-network-auth-id="' . $networkAuthId . '" data-image-count="2">' . esc_html__('Change image', 'blog2social') . '</button>';
491
+ $edit .= '<input type="hidden" class="b2s-add-multi-image-hidden-field" name="b2s[' . $networkAuthId . '][multi_image_2]" data-image-count="2" data-network-count="-1" data-network-auth-id="' . $networkAuthId . '" value="' . esc_attr(((!empty($multi_images) && isset($multi_images[0]) && !empty($multi_images[0])) ? $multi_images[0] : "")) . '">';
492
  $edit .= '</div>';
493
  $edit .= '<div class="col-sm-3 text-center">';
494
+ $edit .= '<a ' . ((!empty($multi_images) && isset($multi_images[1]) && !empty($multi_images[1]) && (!isset($multi_images[2]) || empty($multi_images[2]))) ? '' : 'style="display:none;"') . ' class="btn btn-primary btn-circle b2s-add-multi-image" data-image-count="3" data-network-count="-1" data-network-auth-id="' . $networkAuthId . '"><i class="glyphicon glyphicon-picture"></i></a>';
495
+ $edit .= '<button ' . ((!empty($multi_images) && isset($multi_images[2]) && !empty($multi_images[2])) ? '' : 'style="display:none;"') . ' class="btn btn-primary btn-circle b2s-multi-image-remove-btn" data-image-count="3" data-network-count="-1" data-network-id="' . $networkId . '" data-network-auth-id="' . $networkAuthId . '"><i class="glyphicon glyphicon-trash"></i></button>';
496
+ $edit .= '<img ' . ((!empty($multi_images) && isset($multi_images[2]) && !empty($multi_images[2])) ? '' : 'style="display:none;"') . ' src="' . esc_attr(((!empty($multi_images) && isset($multi_images[2]) && !empty($multi_images[2])) ? $multi_images[2] : "")) . '" class="b2s-image-border b2s-post-item-details-url-image-multi center-block img-responsive" data-image-count="3" data-network-count="-1" data-network-id="' . $networkId . '" data-network-image-change="1" data-network-auth-id="' . $networkAuthId . '">';
497
+ $edit .= '<button class="btn btn-link btn-xs center-block b2s-select-multi-image-modal-open" ' . ((!empty($multi_images) && isset($multi_images[2]) && !empty($multi_images[2])) ? '' : 'style="display:none;"') . ' data-network-count="-1" data-network-id="' . $networkId . '" data-network-auth-id="' . $networkAuthId . '" data-image-count="3">' . esc_html__('Change image', 'blog2social') . '</button>';
498
+ $edit .= '<input type="hidden" class="b2s-add-multi-image-hidden-field" name="b2s[' . $networkAuthId . '][multi_image_3]" data-image-count="3" data-network-count="-1" data-network-auth-id="' . $networkAuthId . '" value="' . esc_attr(((!empty($multi_images) && isset($multi_images[1]) && !empty($multi_images[1])) ? $multi_images[1] : "")) . '">';
499
  } else {
500
  $edit .= '<a class="btn btn-primary btn-circle b2sProFeatureModalBtn" data-title="' . esc_html__('Do u want to post multiple images?', 'blog2social') . '" data-type="multi-image">+</a><span class="label label-success">' . esc_html__("PRO", "blog2social") . '</span>';
501
  }
521
  $edit .= '<button class="btn btn-link btn-xs center-block b2s-select-image-modal-open" data-meta-type="card" data-network-count="-1" data-network-id="' . esc_attr($networkId) . '" data-network-auth-id="' . esc_attr($networkAuthId) . '" data-post-id="' . esc_attr($this->postId) . '" data-image-url="' . esc_attr($imageUrl) . '">' . esc_html__('Change image', 'blog2social') . '</button>';
522
  $edit .= '</div>';
523
  $edit .= '<div class="' . ((isset($this->viewMode) && $this->viewMode == 'modal') ? 'col-xs-12"' : 'col-xs-12 col-sm-7 col-lg-9 b2s-post-original-area" data-network-auth-id="' . $networkAuthId . '"') . '>';
524
+ $edit .= '<div class="alert alert-warning margin-bottom-0 b2s-alert-twitter-card" data-network-auth-id="' . $networkAuthId . '">' . esc_html__('Please note: Twitter stores the Card parameters of a link for up to 7 days. Changes may not be immediately visible on Twitter.', 'blog2social') . '</div>';
525
  if (B2S_PLUGIN_USER_VERSION > 0) {
526
  $edit .= '<button data-network-auth-id="' . esc_attr($networkAuthId) . '" data-meta-type="card" data-meta-origin="ship" class=" btn btn-xs hidden-xs btn-link b2s-load-info-meta-tag-modal">' . esc_html__('Info: Change Card Meta tags image, title and description for this network', 'blog2social') . '</button>';
527
  } else {
538
  $edit .= '<div class="row b2s-margin-top-20">';
539
  $edit .= '<div class="col-sm-3 text-center">';
540
  if (B2S_PLUGIN_USER_VERSION > 1) {
541
+ $edit .= '<a ' . ((!empty($multi_images) && isset($multi_images[0]) && !empty($multi_images[0])) ? 'style="display:none;"' : '') . ' class="btn btn-primary btn-circle b2s-add-multi-image" data-image-count="1" data-network-count="-1" data-network-auth-id="' . $networkAuthId . '"><i class="glyphicon glyphicon-picture"></i></a>';
542
+ $edit .= '<button ' . ((!empty($multi_images) && isset($multi_images[0]) && !empty($multi_images[0])) ? '' : 'style="display:none;"') . ' class="btn btn-primary btn-circle b2s-multi-image-remove-btn" data-image-count="1" data-network-count="-1" data-network-id="' . $networkId . '" data-network-auth-id="' . $networkAuthId . '"><i class="glyphicon glyphicon-trash"></i></button>';
543
+ $edit .= '<img ' . ((!empty($multi_images) && isset($multi_images[0]) && !empty($multi_images[0])) ? '' : 'style="display:none;"') . ' src="' . esc_attr(((!empty($multi_images) && isset($multi_images[0]) && !empty($multi_images[0])) ? $multi_images[0] : "")) . '" class="b2s-image-border b2s-post-item-details-url-image-multi center-block img-responsive" data-image-count="1" data-network-count="-1" data-network-id="' . $networkId . '" data-network-image-change="1" data-network-auth-id="' . $networkAuthId . '">';
544
+ $edit .= '<button class="btn btn-link btn-xs center-block b2s-select-multi-image-modal-open" data-image-count="1" ' . ((!empty($multi_images) && isset($multi_images[0]) && !empty($multi_images[0])) ? '' : 'style="display:none;"') . ' data-network-count="-1" data-network-id="' . $networkId . '" data-network-auth-id="' . $networkAuthId . '" data-image-count="1">' . esc_html__('Change image', 'blog2social') . '</button>';
545
+ $edit .= '<input type="hidden" class="b2s-add-multi-image-hidden-field" name="b2s[' . $networkAuthId . '][multi_image_1]" data-image-count="1" data-network-count="-1" data-network-auth-id="' . $networkAuthId . '" value="' . esc_attr(((!empty($multi_images) && isset($multi_images[0]) && !empty($multi_images[0])) ? $multi_images[0] : "")) . '">';
546
  $edit .= '</div>';
547
  $edit .= '<div class="col-sm-3 text-center">';
548
+ $edit .= '<a ' . ((!empty($multi_images) && isset($multi_images[0]) && !empty($multi_images[0]) && (!isset($multi_images[1]) || empty($multi_images[1]))) ? '' : 'style="display:none;"') . ' class="btn btn-primary btn-circle b2s-add-multi-image" data-network-count="-1" data-image-count="2" data-network-auth-id="' . $networkAuthId . '"><i class="glyphicon glyphicon-picture"></i></a>';
549
+ $edit .= '<button ' . ((!empty($multi_images) && isset($multi_images[1]) && !empty($multi_images[1])) ? '' : 'style="display:none;"') . ' class="btn btn-primary btn-circle b2s-multi-image-remove-btn" data-image-count="2" data-network-count="-1" data-network-id="' . $networkId . '" data-network-auth-id="' . $networkAuthId . '"><i class="glyphicon glyphicon-trash"></i></button>';
550
+ $edit .= '<img ' . ((!empty($multi_images) && isset($multi_images[1]) && !empty($multi_images[1])) ? '' : 'style="display:none;"') . ' src="' . esc_attr(((!empty($multi_images) && isset($multi_images[1]) && !empty($multi_images[1])) ? $multi_images[1] : "")) . '" class="b2s-image-border b2s-post-item-details-url-image-multi center-block img-responsive" data-image-count="2" data-network-count="-1" data-network-id="' . $networkId . '" data-network-image-change="1" data-network-auth-id="' . $networkAuthId . '">';
551
+ $edit .= '<button class="btn btn-link btn-xs center-block b2s-select-multi-image-modal-open" data-image-count="2" ' . ((!empty($multi_images) && isset($multi_images[1]) && !empty($multi_images[1])) ? '' : 'style="display:none;"') . ' data-network-count="-1" data-network-id="' . $networkId . '" data-network-auth-id="' . $networkAuthId . '" data-image-count="1">' . esc_html__('Change image', 'blog2social') . '</button>';
552
+ $edit .= '<input type="hidden" class="b2s-add-multi-image-hidden-field" name="b2s[' . $networkAuthId . '][multi_image_2]" data-image-count="2" data-network-count="-1" data-network-auth-id="' . $networkAuthId . '" value="' . esc_attr(((!empty($multi_images) && isset($multi_images[1]) && !empty($multi_images[1])) ? $multi_images[1] : "")) . '">';
553
  $edit .= '</div>';
554
  $edit .= '<div class="col-sm-3 text-center">';
555
+ $edit .= '<a ' . ((!empty($multi_images) && isset($multi_images[1]) && !empty($multi_images[1]) && (!isset($multi_images[2]) || empty($multi_images[2]))) ? '' : 'style="display:none;"') . ' class="btn btn-primary btn-circle b2s-add-multi-image" data-network-count="-1" data-image-count="3" data-network-auth-id="' . $networkAuthId . '"><i class="glyphicon glyphicon-picture"></i></a>';
556
+ $edit .= '<button ' . ((!empty($multi_images) && isset($multi_images[2]) && !empty($multi_images[2])) ? '' : 'style="display:none;"') . ' class="btn btn-primary btn-circle b2s-multi-image-remove-btn" data-image-count="3" data-network-count="-1" data-network-id="' . $networkId . '" data-network-auth-id="' . $networkAuthId . '"><i class="glyphicon glyphicon-trash"></i></button>';
557
+ $edit .= '<img ' . ((!empty($multi_images) && isset($multi_images[2]) && !empty($multi_images[2])) ? '' : 'style="display:none;"') . ' src="' . esc_attr(((!empty($multi_images) && isset($multi_images[2]) && !empty($multi_images[2])) ? $multi_images[2] : "")) . '" class="b2s-image-border b2s-post-item-details-url-image-multi center-block img-responsive" data-image-count="3" data-network-count="-1" data-network-id="' . $networkId . '" data-network-image-change="1" data-network-auth-id="' . $networkAuthId . '">';
558
+ $edit .= '<button class="btn btn-link btn-xs center-block b2s-select-multi-image-modal-open" data-image-count="3" ' . ((!empty($multi_images) && isset($multi_images[2]) && !empty($multi_images[2])) ? '' : 'style="display:none;"') . ' data-network-count="-1" data-network-id="' . $networkId . '" data-network-auth-id="' . $networkAuthId . '" data-image-count="1">' . esc_html__('Change image', 'blog2social') . '</button>';
559
+ $edit .= '<input type="hidden" class="b2s-add-multi-image-hidden-field" name="b2s[' . $networkAuthId . '][multi_image_3]" data-image-count="3" data-network-count="-1" data-network-auth-id="' . $networkAuthId . '" value="' . esc_attr(((!empty($multi_images) && isset($multi_images[2]) && !empty($multi_images[2])) ? $multi_images[2] : "")) . '">';
560
  } else {
561
  $edit .= '<a class="btn btn-primary btn-circle b2sProFeatureModalBtn" data-title="' . esc_html__('Do u want to post multiple images?', 'blog2social') . '" data-type="multi-image">+</a><span class="label label-success">' . esc_html__("PRO", "blog2social") . '</span>';
562
  }
783
  $edit .= '<button style="display:none;" class="btn btn-primary btn-circle b2s-multi-image-remove-btn" data-image-count="1" data-network-count="' . $schedCount . '" data-network-id="' . $networkId . '" data-network-auth-id="' . $networkAuthId . '"><i class="glyphicon glyphicon-trash"></i></button>';
784
  $edit .= '<img style="display:none;" src="" class="b2s-image-border b2s-post-item-details-url-image-multi center-block img-responsive" data-image-count="1" data-network-count="' . $schedCount . '" data-network-id="' . $networkId . '" data-network-image-change="1" data-network-auth-id="' . $networkAuthId . '">';
785
  $edit .= '<button class="btn btn-link btn-xs center-block b2s-select-multi-image-modal-open" style="display:none;" data-network-count="' . $schedCount . '" data-network-id="' . $networkId . '" data-network-auth-id="' . $networkAuthId . '" data-image-count="1">' . esc_html__('Change image', 'blog2social') . '</button>';
786
+ $edit .= '<input type="hidden" class="b2s-add-multi-image-hidden-field" name="b2s[' . $networkAuthId . '][sched_multi_image_1][' . esc_attr($schedCount) . ']" data-image-count="1" data-network-count="' . $schedCount . '" data-network-auth-id="' . $networkAuthId . '">';
787
  $edit .= '</div>';
788
  $edit .= '<div class="col-sm-3 text-center">';
789
  $edit .= '<a style="display:none;" class="btn btn-primary btn-circle b2s-add-multi-image" data-image-count="2" data-network-count="' . $schedCount . '" data-network-auth-id="' . $networkAuthId . '"><i class="glyphicon glyphicon-picture"></i></a>';
790
  $edit .= '<button style="display:none;" class="btn btn-primary btn-circle b2s-multi-image-remove-btn" data-image-count="2" data-network-count="' . $schedCount . '" data-network-id="' . $networkId . '" data-network-auth-id="' . $networkAuthId . '"><i class="glyphicon glyphicon-trash"></i></button>';
791
  $edit .= '<img style="display:none;" src="" class="b2s-image-border b2s-post-item-details-url-image-multi center-block img-responsive" data-image-count="2" data-network-count="' . $schedCount . '" data-network-id="' . $networkId . '" data-network-image-change="1" data-network-auth-id="' . $networkAuthId . '">';
792
  $edit .= '<button class="btn btn-link btn-xs center-block b2s-select-multi-image-modal-open" style="display:none;" data-network-count="' . $schedCount . '" data-network-id="' . $networkId . '" data-network-auth-id="' . $networkAuthId . '" data-image-count="2">' . esc_html__('Change image', 'blog2social') . '</button>';
793
+ $edit .= '<input type="hidden" class="b2s-add-multi-image-hidden-field" name="b2s[' . $networkAuthId . '][sched_multi_image_2][' . esc_attr($schedCount) . ']" data-image-count="2" data-network-count="' . $schedCount . '" data-network-auth-id="' . $networkAuthId . '">';
794
  $edit .= '</div>';
795
  $edit .= '<div class="col-sm-3 text-center">';
796
  $edit .= '<a style="display:none;" class="btn btn-primary btn-circle b2s-add-multi-image" data-image-count="3" data-network-count="' . $schedCount . '" data-network-auth-id="' . $networkAuthId . '"><i class="glyphicon glyphicon-picture"></i></a>';
797
  $edit .= '<button style="display:none;" class="btn btn-primary btn-circle b2s-multi-image-remove-btn" data-image-count="3" data-network-count="' . $schedCount . '" data-network-id="' . $networkId . '" data-network-auth-id="' . $networkAuthId . '"><i class="glyphicon glyphicon-trash"></i></button>';
798
  $edit .= '<img style="display:none;" src="" class="b2s-image-border b2s-post-item-details-url-image-multi center-block img-responsive" data-image-count="3" data-network-count="' . $schedCount . '" data-network-id="' . $networkId . '" data-network-image-change="1" data-network-auth-id="' . $networkAuthId . '">';
799
  $edit .= '<button class="btn btn-link btn-xs center-block b2s-select-multi-image-modal-open" style="display:none;" data-network-count="' . $schedCount . '" data-network-id="' . $networkId . '" data-network-auth-id="' . $networkAuthId . '" data-image-count="3">' . esc_html__('Change image', 'blog2social') . '</button>';
800
+ $edit .= '<input type="hidden" class="b2s-add-multi-image-hidden-field" name="b2s[' . $networkAuthId . '][sched_multi_image_3][' . esc_attr($schedCount) . ']" data-image-count="3" data-network-count="' . $schedCount . '" data-network-auth-id="' . $networkAuthId . '">';
801
  } else {
802
  $edit .= '<a class="btn btn-primary btn-circle b2sProFeatureModalBtn" data-title="' . esc_html__('Do u want to post multiple images?', 'blog2social') . '" data-type="multi-image">+</a><span class="label label-success">' . esc_html__("PRO", "blog2social") . '</span>';
803
  }
includes/B2S/Ship/Navbar.php CHANGED
@@ -49,8 +49,12 @@ class B2S_Ship_Navbar {
49
  $b2sAuthUrl = $this->authUrl . '&portal_id=' . $data->networkId . '&transfer=' . (in_array($data->networkId, $this->oAuthPortal) ? 'oauth' : 'form' ) . '&mandant_id=' . $data->mandantId . '&version=3&affiliate_id='.B2S_Tools::getAffiliateId();
50
 
51
  $chooseData = isset($this->networkTypeData[$data->networkType]) ? $this->networkTypeData[$data->networkType] : 'profile';
52
-
53
- $onclick = ($data->expiredDate != '0000-00-00' && $data->expiredDate <= date('Y-m-d')) ? ' onclick="wop(\'' . $b2sAuthUrl . '&choose='.$chooseData.'&update=' . $data->networkAuthId . '\', \'Blog2Social Network\'); return false;"' : '';
 
 
 
 
54
 
55
  $mandantIds = array();
56
  if(empty($draftData)){
49
  $b2sAuthUrl = $this->authUrl . '&portal_id=' . $data->networkId . '&transfer=' . (in_array($data->networkId, $this->oAuthPortal) ? 'oauth' : 'form' ) . '&mandant_id=' . $data->mandantId . '&version=3&affiliate_id='.B2S_Tools::getAffiliateId();
50
 
51
  $chooseData = isset($this->networkTypeData[$data->networkType]) ? $this->networkTypeData[$data->networkType] : 'profile';
52
+
53
+ if($data->networkId == 6) {
54
+ $onclick = ($data->expiredDate != '0000-00-00' && $data->expiredDate <= date('Y-m-d')) ? ' onclick="updateNetworkAuth6('.$data->networkAuthId.'); return false;"' : '';
55
+ } else {
56
+ $onclick = ($data->expiredDate != '0000-00-00' && $data->expiredDate <= date('Y-m-d')) ? ' onclick="wop(\'' . $b2sAuthUrl . '&choose='.$chooseData.'&update=' . $data->networkAuthId . '\', \'Blog2Social Network\'); return false;"' : '';
57
+ }
58
 
59
  $mandantIds = array();
60
  if(empty($draftData)){
includes/B2S/Ship/Portale.php CHANGED
@@ -38,12 +38,12 @@ class B2S_Ship_Portale {
38
  $name = ($portal->id == 4) ? esc_html__('Blog', 'blog2social') : esc_html__('Profile', 'blog2social');
39
  if($portal->id == 6) {
40
  $html .= '<a href="#" class="btn btn-primary btn-sm b2s-network-list-add-btn" data-auth-method="client">+ ' . esc_html__('Profile', 'blog2social') . '</a>';
 
 
 
 
41
  } else {
42
- if($portal->id == 24 && B2S_PLUGIN_USER_VERSION < 1) {
43
- $html .= '<button type="button" class="btn btn-primary btn-sm b2s-network-list-add-btn b2s-network-list-add-btn-profeature b2s-btn-disabled b2sBusinessFeatureModalBtn" data-title="' . esc_html__('You want to connect a network profile?', 'blog2social') . '" data-type="auth-network">+ ' . esc_html__('Profile', 'blog2social') . ' <span class="label label-success">' . esc_html__("BUSINESS", "blog2social") . '</a></button>';
44
- } else {
45
- $html .= ($portal->id != 18 || (B2S_PLUGIN_USER_VERSION >= 2 && $portal->id == 18)) ? ('<a href="#" onclick="wop(\'' . $b2sAuthUrl . '&choose=profile\', \'Blog2Social Network\'); return false;" class="btn btn-primary btn-sm b2s-network-list-add-btn">+ ' . esc_html($name) . '</a>') : '<button type="button" class="btn btn-primary btn-sm b2s-network-list-add-btn b2s-network-list-add-btn-profeature b2s-btn-disabled b2sProFeatureModalBtn" data-title="' . esc_html__('You want to connect a network profile?', 'blog2social') . '" data-type="auth-network">+ ' . esc_html__('Profile', 'blog2social') . ' <span class="label label-success">' . esc_html__("PRO", "blog2social") . '</a></button>';
46
- }
47
  }
48
  }
49
  $html .= '</li>';
38
  $name = ($portal->id == 4) ? esc_html__('Blog', 'blog2social') : esc_html__('Profile', 'blog2social');
39
  if($portal->id == 6) {
40
  $html .= '<a href="#" class="btn btn-primary btn-sm b2s-network-list-add-btn" data-auth-method="client">+ ' . esc_html__('Profile', 'blog2social') . '</a>';
41
+ } else if($portal->id == 24 && B2S_PLUGIN_USER_VERSION < 1) {
42
+ $html .= '<button type="button" class="btn btn-primary btn-sm b2s-network-list-add-btn b2s-network-list-add-btn-profeature b2s-btn-disabled b2sBusinessFeatureModalBtn" data-title="' . esc_html__('You want to connect a network profile?', 'blog2social') . '" data-type="auth-network">+ ' . esc_html__('Profile', 'blog2social') . ' <span class="label label-success">' . esc_html__("BUSINESS", "blog2social") . '</a></button>';
43
+ } else if($portal->id == 12) {
44
+ $html .= '<button class="btn btn-primary btn-sm b2s-network-list-add-btn b2s-network-add-instagram-info-btn" data-b2s-auth-url="'.$b2sAuthUrl.'">+ ' . $name . '</button>';
45
  } else {
46
+ $html .= ($portal->id != 18 || (B2S_PLUGIN_USER_VERSION >= 2 && $portal->id == 18)) ? ('<a href="#" onclick="wop(\'' . $b2sAuthUrl . '&choose=profile\', \'Blog2Social Network\'); return false;" class="btn btn-primary btn-sm b2s-network-list-add-btn">+ ' . esc_html($name) . '</a>') : '<button type="button" class="btn btn-primary btn-sm b2s-network-list-add-btn b2s-network-list-add-btn-profeature b2s-btn-disabled b2sProFeatureModalBtn" data-title="' . esc_html__('You want to connect a network profile?', 'blog2social') . '" data-type="auth-network">+ ' . esc_html__('Profile', 'blog2social') . ' <span class="label label-success">' . esc_html__("PRO", "blog2social") . '</a></button>';
 
 
 
 
47
  }
48
  }
49
  $html .= '</li>';
includes/B2S/Support/Check/System.php CHANGED
@@ -11,6 +11,7 @@ class B2S_Support_Check_System {
11
  $this->systemData['HEARTBEAT'] = array("system" => $heartbeat_status, "req" => B2S_PLUGIN_SYSTEMREQUIREMENT_HEARTBEAT, "type" => "active", "name" => "Wordpress Heartbeat", "link" => B2S_Tools::getSupportLink("system_requirements"));
12
  $this->systemData['PHPVERSION'] = array("system" => $this->getPhpVersion(), "req" => B2S_PLUGIN_SYSTEMREQUIREMENT_PHPVERSION, "type" => "version", "name" => "PHP Version", "link" => B2S_Tools::getSupportLink("system_requirements"));
13
  $this->systemData['PHPCURL'] = array("system" => $this->getPhpCurl(), "req" => B2S_PLUGIN_SYSTEMREQUIREMENT_PHPCURL, "type" => "active", "name" => "PHP Curl", "link" => B2S_Tools::getSupportLink("system_requirements"));
 
14
  $this->systemData['PHPDOM'] = array("system" => $this->getPhpDom(), "req" => B2S_PLUGIN_SYSTEMREQUIREMENT_PHPDOM, "type" => "active", "name" => "PHP Dom", "link" => B2S_Tools::getSupportLink("system_requirements"));
15
  $this->systemData['MYSQLVERSION'] = array("system" => $this->getMysqlVersion(), "req" => B2S_PLUGIN_SYSTEMREQUIREMENT_MYSQLVERSION, "type" => "version", "name" => "MySql Version", "link" => B2S_Tools::getSupportLink("system_requirements"));
16
  // Since V6.2.0 - disabled check database rights - is checked in install prozess
@@ -154,6 +155,10 @@ class B2S_Support_Check_System {
154
  private function getPhpCurl() {
155
  return function_exists('curl_version');
156
  }
 
 
 
 
157
 
158
  private function getPhpDom() {
159
  return class_exists('DOMDocument');
11
  $this->systemData['HEARTBEAT'] = array("system" => $heartbeat_status, "req" => B2S_PLUGIN_SYSTEMREQUIREMENT_HEARTBEAT, "type" => "active", "name" => "Wordpress Heartbeat", "link" => B2S_Tools::getSupportLink("system_requirements"));
12
  $this->systemData['PHPVERSION'] = array("system" => $this->getPhpVersion(), "req" => B2S_PLUGIN_SYSTEMREQUIREMENT_PHPVERSION, "type" => "version", "name" => "PHP Version", "link" => B2S_Tools::getSupportLink("system_requirements"));
13
  $this->systemData['PHPCURL'] = array("system" => $this->getPhpCurl(), "req" => B2S_PLUGIN_SYSTEMREQUIREMENT_PHPCURL, "type" => "active", "name" => "PHP Curl", "link" => B2S_Tools::getSupportLink("system_requirements"));
14
+ $this->systemData['PHPMBSTRING'] = array("system" => $this->getPhpMbstring(), "req" => B2S_PLUGIN_SYSTEMREQUIREMENT_PHPMBSTRING, "type" => "active", "name" => "PHP mbstring", "link" => B2S_Tools::getSupportLink("system_requirements"));
15
  $this->systemData['PHPDOM'] = array("system" => $this->getPhpDom(), "req" => B2S_PLUGIN_SYSTEMREQUIREMENT_PHPDOM, "type" => "active", "name" => "PHP Dom", "link" => B2S_Tools::getSupportLink("system_requirements"));
16
  $this->systemData['MYSQLVERSION'] = array("system" => $this->getMysqlVersion(), "req" => B2S_PLUGIN_SYSTEMREQUIREMENT_MYSQLVERSION, "type" => "version", "name" => "MySql Version", "link" => B2S_Tools::getSupportLink("system_requirements"));
17
  // Since V6.2.0 - disabled check database rights - is checked in install prozess
155
  private function getPhpCurl() {
156
  return function_exists('curl_version');
157
  }
158
+
159
+ private function getPhpMbstring() {
160
+ return function_exists('mb_strlen');
161
+ }
162
 
163
  private function getPhpDom() {
164
  return class_exists('DOMDocument');
includes/Loader.php CHANGED
@@ -80,6 +80,7 @@ class B2S_Loader {
80
  define('B2S_PLUGIN_SYSTEMREQUIREMENT_DATABASERIGHTS', true);
81
  define('B2S_PLUGIN_SYSTEMREQUIREMENT_HEARTBEAT', true);
82
  define('B2S_PLUGIN_SYSTEMREQUIREMENT_PHPCURL', true);
 
83
  define('B2S_PLUGIN_SYSTEMREQUIREMENT_PHPDOM', true);
84
  define('B2S_PLUGIN_SYSTEMREQUIREMENT_HOTLINKPROTECTION', true);
85
  define('B2S_PLUGIN_SYSTEMREQUIREMENT_PLUGINWARNING_WORDS', serialize(array('hotlink', 'firewall', 'security', 'heartbeat', 'disable')));
80
  define('B2S_PLUGIN_SYSTEMREQUIREMENT_DATABASERIGHTS', true);
81
  define('B2S_PLUGIN_SYSTEMREQUIREMENT_HEARTBEAT', true);
82
  define('B2S_PLUGIN_SYSTEMREQUIREMENT_PHPCURL', true);
83
+ define('B2S_PLUGIN_SYSTEMREQUIREMENT_PHPMBSTRING', true);
84
  define('B2S_PLUGIN_SYSTEMREQUIREMENT_PHPDOM', true);
85
  define('B2S_PLUGIN_SYSTEMREQUIREMENT_HOTLINKPROTECTION', true);
86
  define('B2S_PLUGIN_SYSTEMREQUIREMENT_PLUGINWARNING_WORDS', serialize(array('hotlink', 'firewall', 'security', 'heartbeat', 'disable')));
includes/Tools.php CHANGED
@@ -286,6 +286,9 @@ class B2S_Tools {
286
  if($type == 'template_faq'){
287
  return ($lang == 'en') ? 'https://www.blog2social.com/en/faq/index.php?action=artikel&cat=4&id=152&artlang=en' : 'https://www.blog2social.com/de/faq/index.php?action=artikel&cat=4&id=150&artlang=de';
288
  }
 
 
 
289
  }
290
 
291
  public static function getAffiliateId() {
286
  if($type == 'template_faq'){
287
  return ($lang == 'en') ? 'https://www.blog2social.com/en/faq/index.php?action=artikel&cat=4&id=152&artlang=en' : 'https://www.blog2social.com/de/faq/index.php?action=artikel&cat=4&id=150&artlang=de';
288
  }
289
+ if($type == 'instagram_auth_faq'){
290
+ return ($lang == 'en') ? 'https://www.blog2social.com/en/faq/index.php?action=artikel&cat=2&id=19&artlang=en' : 'https://www.blog2social.com/de/faq/index.php?action=artikel&cat=2&id=22&artlang=de';
291
+ }
292
  }
293
 
294
  public static function getAffiliateId() {
languages/blog2social-de_DE.mo CHANGED
Binary file
languages/blog2social-de_DE.po CHANGED
@@ -2,7 +2,7 @@
2
  # This file is distributed under the same license as the Plugins - Blog2Social: Social Media Auto Post &amp; Scheduler - Stable (latest release) package.
3
  msgid ""
4
  msgstr ""
5
- "PO-Revision-Date: 2021-01-04 13:26+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
@@ -12,9 +12,9 @@ msgstr ""
12
  "Project-Id-Version: Plugins - Blog2Social: Social Media Auto Post &amp; "
13
  "Scheduler - Stable (latest release)\n"
14
  "Report-Msgid-Bugs-To: \n"
15
- "POT-Creation-Date: 2021-01-04 13:20+0000\n"
16
  "Last-Translator: marius Lol <wolf.12345@gmx.de>\n"
17
- "Language-Team: Deutsch\n"
18
  "X-Loco-Version: 2.3.0; wp-5.6-RC4-49760"
19
 
20
  #: includes/Loader.php:45
@@ -33,40 +33,40 @@ msgstr "Modify subreddit"
33
  msgid "Modify forum"
34
  msgstr "Modify forum"
35
 
36
- #: includes/Loader.php:92
37
  msgid "Bitly"
38
  msgstr "Bitly"
39
 
40
- #: includes/Loader.php:92
41
  msgid "Rebrandly"
42
  msgstr "Rebrandly"
43
 
44
- #: includes/Loader.php:92
45
  msgid "Sniply"
46
  msgstr "Sniply"
47
 
48
- #: includes/Loader.php:403
49
  msgid "Blog2Social: Autoposter"
50
  msgstr "Blog2Social: Auto-Poster"
51
 
52
- #: includes/Loader.php:404
53
  msgid "Blog2Social: Social Media Content Calendar"
54
  msgstr "Blog2Social: Social-Media-Content-Kalender"
55
 
56
- #: includes/Loader.php:796
57
  msgid "This post will be shared into your social media from"
58
  msgstr ""
59
  "Dein Beitrag ist zur Veröffentlichung in den Social Media geplant ab dem"
60
 
61
- #: includes/Loader.php:796 includes/Loader.php:798
62
  msgid "show details"
63
  msgstr "siehe Details"
64
 
65
- #: includes/Loader.php:798
66
  msgid "This post will be shared on social media in 2-3 minutes!"
67
  msgstr "Dein Beitrag wird in ca. 2-3 Minuten in die Social Media eingestellt!"
68
 
69
- #: includes/Loader.php:802
70
  msgid ""
71
  "Please make sure that your post, page or custom post type is published or "
72
  "scheduled to be published on this blog before you try to post it with "
@@ -79,7 +79,7 @@ msgstr ""
79
  "Posts werden mit dem von Dir gewählten Permalink geteilt, geplante WP-Posts "
80
  "werden mit dem Posting-ID-Link geteilt."
81
 
82
- #: includes/Loader.php:805 includes/B2S/PostBox.php:146
83
  #: includes/B2S/AutoPost/Item.php:59
84
  msgid ""
85
  "There are no social network accounts assigned to your selected network "
@@ -90,102 +90,102 @@ msgstr ""
90
  "verbunden. Bitte füge mindestens ein Social Media Account hinzu oder wähle "
91
  "eine andere Netzwerkgruppierung aus. "
92
 
93
- #: includes/Loader.php:818 views/b2s/html/sidebar.php:45
94
  #: views/b2s/html/sidebar.ship.php:44
95
  msgid "Upgrade to Premium"
96
  msgstr "Premium freischalten"
97
 
98
- #: includes/Loader.php:821 includes/Loader.php:956 includes/Loader.php:956
99
- #: includes/Loader.php:1030 includes/B2S/RePost/Item.php:25
100
  #: views/b2s/html/sidebar.php:137
101
  msgid "Settings"
102
  msgstr "Einstellungen"
103
 
104
- #: includes/Loader.php:821
105
  msgid "Support"
106
  msgstr "Support"
107
 
108
- #: includes/Loader.php:871 views/b2s/html/post.navbar.php:21
109
  msgid "Notifications"
110
  msgstr "Benachrichtigungen"
111
 
112
- #: includes/Loader.php:871 views/b2s/html/post.navbar.php:19
113
  #: views/b2s/html/sidebar.php:125
114
  msgid "Shared Posts"
115
  msgstr "geteilte Beiträge"
116
 
117
- #: includes/Loader.php:871 views/b2s/html/post.navbar.php:16
118
  #: views/b2s/html/sidebar.php:119
119
  msgid "Instant Sharing"
120
  msgstr "Instant Sharing"
121
 
122
- #: includes/Loader.php:871 views/b2s/html/post.navbar.php:12
123
  #: views/b2s/html/post.navbar.php:14 views/b2s/html/sidebar.php:94
124
  #: views/b2s/html/sidebar.php:116
125
  msgid "Drafts"
126
  msgstr "Entwürfe"
127
 
128
- #: includes/Loader.php:871 views/b2s/html/post.navbar.php:17
129
  #: views/b2s/html/sidebar.php:122 views/b2s/widgets/posts.php:18
130
  msgid "Scheduled Posts"
131
  msgstr "geplante Beiträge"
132
 
133
- #: includes/Loader.php:871
134
  msgid "Social Media Post Drafts"
135
  msgstr "Social Media Posts Entwürfe"
136
 
137
- #: includes/Loader.php:871 views/b2s/html/post.navbar.php:11
138
  #: views/b2s/html/sidebar.php:113
139
  msgid "Favorites"
140
  msgstr "Favoriten"
141
 
142
- #: includes/Loader.php:871 views/b2s/settings.php:35
143
  #: views/b2s/html/sidebar.php:75
144
  msgid "Auto-Post"
145
  msgstr "Beiträge automatisch teilen"
146
 
147
- #: includes/Loader.php:871 views/b2s/settings.php:41
148
  #: views/b2s/html/post.navbar.php:20 views/b2s/html/sidebar.php:72
149
  msgid "Re-Share Posts"
150
  msgstr "Beiträge wiederholt teilen"
151
 
152
- #: includes/Loader.php:871 views/b2s/curation.php:49 views/b2s/support.php:19
153
  #: views/b2s/support.php:22
154
  msgid "NEW"
155
  msgstr "Neu"
156
 
157
- #: includes/Loader.php:872 includes/B2S/AutoPost/Item.php:250
158
  #: includes/B2S/Network/Item.php:149 includes/B2S/Network/Item.php:151
159
- #: includes/B2S/Network/Item.php:154 includes/B2S/Network/Item.php:156
160
- #: includes/B2S/Network/Item.php:224 includes/B2S/Network/Item.php:619
161
  #: includes/B2S/Ship/Portale.php:38 includes/B2S/Ship/Portale.php:40
162
- #: includes/B2S/Ship/Portale.php:43 includes/B2S/Ship/Portale.php:45
163
  msgid "Profile"
164
  msgstr "Profil"
165
 
166
- #: includes/Loader.php:872 includes/B2S/AutoPost/Item.php:250
167
- #: includes/B2S/Network/Item.php:161 includes/B2S/Network/Item.php:161
168
- #: includes/B2S/Network/Item.php:161 includes/B2S/Network/Item.php:294
169
- #: includes/B2S/Network/Item.php:621 includes/B2S/Ship/Portale.php:35
170
  #: includes/B2S/Ship/Portale.php:35
171
  msgid "Page"
172
  msgstr "Seite"
173
 
174
- #: includes/Loader.php:872 includes/B2S/Network/Item.php:164
175
- #: includes/B2S/Network/Item.php:361 includes/B2S/Network/Item.php:624
176
  #: includes/B2S/Ship/Portale.php:31 includes/B2S/Ship/Portale.php:32
177
  msgid "Group"
178
  msgstr "Gruppe"
179
 
180
- #: includes/Loader.php:873
181
  msgid "Company-Page (Employer Branding Profile)"
182
  msgstr "Unternehmensseite (Arbeitgeberprofil)"
183
 
184
- #: includes/Loader.php:873
185
  msgid "Business"
186
  msgstr "Business"
187
 
188
- #: includes/Loader.php:874
189
  #, php-format
190
  msgid ""
191
  "The network could not publish your post. Please see the following <a "
@@ -194,7 +194,7 @@ msgstr ""
194
  "Dein Post ist vom Netzwerk nicht veröffentlicht worden. Bitte beachte die "
195
  "folgende <a target=\"_blank\" href=\"%s\">Anleitung</a>."
196
 
197
- #: includes/Loader.php:875
198
  msgid ""
199
  "Your authorization has expired. Please reconnect your account in the "
200
  "Blog2Social network settings."
@@ -202,7 +202,7 @@ msgstr ""
202
  "Deine Authorisierung ist abgelaufen. Bitte verbinde Deinen Account in den "
203
  "Blog2Social Netzwerkeinstellungen erneut."
204
 
205
- #: includes/Loader.php:876
206
  #, php-format
207
  msgid ""
208
  "The content of your post could not be approved by the network. Please see "
@@ -211,7 +211,7 @@ msgstr ""
211
  "Der Inhalt Deines Beitrags konnte vom Netzwerk nicht genehmigt werden. Bitte "
212
  "beachte die folgende <a target=\"_blank\" href=\"%s\">Anleitung</a>."
213
 
214
- #: includes/Loader.php:877
215
  msgid ""
216
  "We don't have the permission to publish your post. Please check your "
217
  "authorization."
@@ -219,7 +219,7 @@ msgstr ""
219
  "Wir haben nicht Deine Erlaubnis, den Post zu veröffentlichen. Bitte "
220
  "überprüfe deine Autorisierung."
221
 
222
- #: includes/Loader.php:878
223
  #, php-format
224
  msgid ""
225
  "The connection to your social media account is interrupted. Please check "
@@ -232,11 +232,11 @@ msgstr ""
232
  "target=\"_blank\" href=\"%s\">Anleitung zur Fehlerbehebung</a> zeigt Dir, "
233
  "wie Du die Verbindung zu Deinem Social-Media-Account erneuern kannst."
234
 
235
- #: includes/Loader.php:879
236
  msgid "Your daily limit has been reached."
237
  msgstr "Dein tägliches Beitragslimit wurde erreicht."
238
 
239
- #: includes/Loader.php:880
240
  msgid ""
241
  "Your post could not be posted, because your image is not available or the "
242
  "image source does not allow to publish"
@@ -244,7 +244,7 @@ msgstr ""
244
  "Dein Beitrag kann nicht veröffentlicht werden, da Dein Bild nicht verfügbar "
245
  "ist oder die Bildquelle es nicht erlaubt zu veröffentlichen"
246
 
247
- #: includes/Loader.php:881
248
  #, php-format
249
  msgid ""
250
  "The network has blocked your account. Please see the following <a "
@@ -253,7 +253,7 @@ msgstr ""
253
  "Das Netzwerk hat Dein Konto gesperrt. Bitte beachte die folgende <a "
254
  "target=\"_blank\" href=\"%s\">Anleitung</a>"
255
 
256
- #: includes/Loader.php:882
257
  #, php-format
258
  msgid ""
259
  "The number of images is reached. Please see the following <a "
@@ -262,14 +262,14 @@ msgstr ""
262
  "Die Anzahl der Bilder ist erreicht. Bitte beachte die folgende <a "
263
  "target=\"_blank\" href=\"%s\">Anleitung</a>"
264
 
265
- #: includes/Loader.php:883
266
  msgid ""
267
  "Your daily limit for this network has been reached. Please try again later."
268
  msgstr ""
269
  "Dein tägliches Beitragslimit für dieses Netzwerk wurde erreicht. Bitte "
270
  "versuche es später noch einmal."
271
 
272
- #: includes/Loader.php:884
273
  #, php-format
274
  msgid ""
275
  "The network can not publish special characters such as Emoji. Please see the "
@@ -278,26 +278,26 @@ msgstr ""
278
  "Das Netzwerk kann keine Sonderzeichen wie Emoji veröffentlichen. Bitte "
279
  "beachte die folgende <a target=\"_blank\" href=\"%s\">Anleitung</a>"
280
 
281
- #: includes/Loader.php:885
282
  msgid "Your post is a duplicate."
283
  msgstr "Du kannst auf dem Netzwerke keine Duplikate veröffentlichen."
284
 
285
- #: includes/Loader.php:886
286
  msgid "The network requires a public url."
287
  msgstr "Das Netzwerk benötigt eine öffentlich zugängliche URL."
288
 
289
- #: includes/Loader.php:887
290
  msgid ""
291
  "Your blog post was not available for the network at the time of publication."
292
  msgstr ""
293
  "Dein Blogbeitrag war zum Zeitpunkt der Veröffentlichung für das Netzwerk "
294
  "nicht verfügbar."
295
 
296
- #: includes/Loader.php:888
297
  msgid "You have already retweeted this post."
298
  msgstr "Du hast diesen Post bereits retweetet."
299
 
300
- #: includes/Loader.php:889
301
  msgid ""
302
  "This XING API is no longer supported by XING. Please connect your XING "
303
  "accounts with the new XING interface to reschedule your posts."
@@ -306,19 +306,19 @@ msgstr ""
306
  "Deinen XING-Konten über die neue XING-Schnittstelle, um Deine Beiträge neu "
307
  "zu planen."
308
 
309
- #: includes/Loader.php:890
310
  msgid "An image is required to post on this social network."
311
  msgstr ""
312
  "Für die Veröffentlichung in diesem sozialen Netzwerk ist ein Bild "
313
  "erforderlich."
314
 
315
- #: includes/Loader.php:891
316
  msgid "To share social media posts on Reddit or Diigo, a link is required."
317
  msgstr ""
318
  "Um Social Media Posts auf Reddit oder Diigo zu teilen, ist ein Link "
319
  "erforderlich."
320
 
321
- #: includes/Loader.php:892
322
  msgid ""
323
  "Your post could not be posted, because your image can not be processed by "
324
  "the network."
@@ -326,7 +326,7 @@ msgstr ""
326
  "Dein Beitrag kann nicht veröffentlicht werden, da Dein Bild nicht vom "
327
  "Netzwerk verarbeitet werden kann"
328
 
329
- #: includes/Loader.php:893
330
  #, php-format
331
  msgid ""
332
  "Instagram published your post without text. Please see the following <a "
@@ -335,67 +335,67 @@ msgstr ""
335
  "Instagram hat Deinen Beitrag ohne Text veröffentlicht. Bitte beachte die "
336
  "folgende <a target=\"_blank\" href=\"%s\">Anleitung</a>"
337
 
338
- #: includes/Loader.php:894
339
  msgid "Your group can not be found by the network."
340
  msgstr "Deine Gruppe kann vom Netzwerk nicht gefunden werden."
341
 
342
- #: includes/Loader.php:951 includes/Loader.php:996
343
  msgid "Dashboard"
344
  msgstr "Dashboard"
345
 
346
- #: includes/Loader.php:952
347
  msgid "Share Website & Blog Content"
348
  msgstr "Webseiten- & Blog Content teilen"
349
 
350
- #: includes/Loader.php:952 includes/Loader.php:1003
351
  msgid "Site & Blog Content"
352
  msgstr "Seiten & Blog Content"
353
 
354
- #: includes/Loader.php:953
355
  msgid "Create Social Media Posts"
356
  msgstr "Erstelle Social Media Posts"
357
 
358
- #: includes/Loader.php:953 includes/Loader.php:1010
359
  msgid "Social Media Posts"
360
  msgstr "Social Media Posts"
361
 
362
- #: includes/Loader.php:954 includes/Loader.php:1017 views/b2s/dashboard.php:30
363
  #: views/b2s/html/post.navbar.php:22 views/b2s/html/sidebar.php:128
364
  msgid "Calendar"
365
  msgstr "Kalender"
366
 
367
- #: includes/Loader.php:955 includes/Loader.php:1024
368
  msgid "Networks"
369
  msgstr "Netzwerke"
370
 
371
- #: includes/Loader.php:958 includes/Loader.php:1038
372
  msgid "PR-Service"
373
  msgstr "PR-Service"
374
 
375
- #: includes/Loader.php:960 includes/Loader.php:1046
376
  #: views/b2s/html/header.php:40 views/b2s/html/sidebar.php:140
377
  #: views/b2s/html/sidebar.ship.php:66
378
  msgid "Help & Support"
379
  msgstr "Hilfe & Support"
380
 
381
- #: includes/Loader.php:962
382
  msgid "Premium"
383
  msgstr "Premium"
384
 
385
- #: includes/Loader.php:962 includes/Loader.php:1054
386
  msgid "PREMIUM"
387
  msgstr "PREMIUM"
388
 
389
- #: includes/Loader.php:987 views/b2s/html/sidebar.php:25
390
  #: views/b2s/html/sidebar.ship.php:24
391
  msgid "Blog2Social"
392
  msgstr "Blog2Social"
393
 
394
- #: includes/Loader.php:1553
395
  msgid "Blog2Social needs Wordpress Version 4.7.0 or higher."
396
  msgstr "Blog2Social benötigt WordPress Version 4.7.0 oder höher."
397
 
398
- #: includes/Loader.php:1553 includes/System.php:32 includes/System.php:38
399
  #, php-format
400
  msgid ""
401
  "<a href=\"%s\" target=\"_blank\">Please find more Information and help in "
@@ -404,11 +404,11 @@ msgstr ""
404
  "<a href=\"%s\" target=\"_blank\">Weitere Informationen und Hilfe findest Du "
405
  "in unserem FAQs.</a>"
406
 
407
- #: includes/Loader.php:1553 includes/Loader.php:1574 includes/Loader.php:1824
408
  msgid "or"
409
  msgstr "oder"
410
 
411
- #: includes/Loader.php:1553 includes/Loader.php:1574 includes/Loader.php:1824
412
  msgid "back to install plugins"
413
  msgstr "zurück zur Pluginübersicht"
414
 
@@ -459,200 +459,200 @@ msgstr ""
459
  "oder höher läuft, oder bitten Sie Ihren Server-Administrator, dies für Sie "
460
  "zu tun."
461
 
462
- #: includes/Tools.php:337 views/b2s/html/sidebar.php:30
463
  #: views/b2s/html/sidebar.ship.php:29
464
  msgid "License"
465
  msgstr "Lizenz"
466
 
467
- #: includes/Tools.php:352
468
  msgid "Greece"
469
  msgstr "Griechenland"
470
 
471
- #: includes/Tools.php:353
472
  msgid "India"
473
  msgstr "Indien"
474
 
475
- #: includes/Tools.php:354
476
  msgid "United States of America"
477
  msgstr "Vereinigte Staaten von Amerika"
478
 
479
- #: includes/Tools.php:355
480
  msgid "Ireland"
481
  msgstr "Irland"
482
 
483
- #: includes/Tools.php:356
484
  msgid "Italy"
485
  msgstr "Italien"
486
 
487
- #: includes/Tools.php:357
488
  msgid "Switzerland"
489
  msgstr "Schweiz"
490
 
491
- #: includes/Tools.php:358
492
  msgid "Czechoslovakia"
493
  msgstr "Tschechoslowakei"
494
 
495
- #: includes/Tools.php:359
496
  msgid "Indonesia"
497
  msgstr "Indonesien"
498
 
499
- #: includes/Tools.php:360
500
  msgid "Spain"
501
  msgstr "Spanien"
502
 
503
- #: includes/Tools.php:361
504
  msgid "Canada"
505
  msgstr "Kanada"
506
 
507
- #: includes/Tools.php:362
508
  msgid "Great Britain"
509
  msgstr "Großbritannien"
510
 
511
- #: includes/Tools.php:363
512
  msgid "Russia"
513
  msgstr "Russland"
514
 
515
- #: includes/Tools.php:364
516
  msgid "Netherlands"
517
  msgstr "Niederlande"
518
 
519
- #: includes/Tools.php:365 includes/Tools.php:379
520
  msgid "Portugal"
521
  msgstr "Portugal"
522
 
523
- #: includes/Tools.php:366
524
  msgid "Norway"
525
  msgstr "Norwegen"
526
 
527
- #: includes/Tools.php:367
528
  msgid "Turkey"
529
  msgstr "Türkei"
530
 
531
- #: includes/Tools.php:368
532
  msgid "Australia"
533
  msgstr "Australien"
534
 
535
- #: includes/Tools.php:369
536
  msgid "Austria"
537
  msgstr "Österreich"
538
 
539
- #: includes/Tools.php:370
540
  msgid "Poland"
541
  msgstr "Polen"
542
 
543
- #: includes/Tools.php:371
544
  msgid "France"
545
  msgstr "Frankreich"
546
 
547
- #: includes/Tools.php:372
548
  msgid "Romania"
549
  msgstr "Rumänien"
550
 
551
- #: includes/Tools.php:373
552
  msgid "Germany"
553
  msgstr "Deutschland"
554
 
555
- #: includes/Tools.php:374
556
  msgid "Denmark"
557
  msgstr "Dänemark"
558
 
559
- #: includes/Tools.php:375
560
  msgid "New Zealand"
561
  msgstr "Neuseeland"
562
 
563
- #: includes/Tools.php:376
564
  msgid "Finland"
565
  msgstr "Finnland"
566
 
567
- #: includes/Tools.php:377
568
  msgid "Hungary"
569
  msgstr "Ungarn"
570
 
571
- #: includes/Tools.php:378
572
  msgid "Japan"
573
  msgstr "Japan"
574
 
575
- #: includes/Tools.php:380
576
  msgid "Argentina"
577
  msgstr "Argentinien"
578
 
579
- #: includes/Tools.php:381
580
  msgid "Korea"
581
  msgstr "Korea"
582
 
583
- #: includes/Tools.php:382
584
  msgid "Sweden"
585
  msgstr "Schweden"
586
 
587
- #: includes/Tools.php:383
588
  msgid "Mexico"
589
  msgstr "Mexiko"
590
 
591
- #: includes/Tools.php:384
592
  msgid "Slovakia"
593
  msgstr "Slowakei"
594
 
595
- #: includes/Tools.php:385
596
  msgid "Chile"
597
  msgstr "Chile"
598
 
599
- #: includes/Tools.php:386
600
  msgid "Colombia"
601
  msgstr "Kolumbien"
602
 
603
- #: includes/Tools.php:387
604
  msgid "South Africa"
605
  msgstr "Südafrika"
606
 
607
- #: includes/Tools.php:388
608
  msgid "Philippines"
609
  msgstr "Philippinen"
610
 
611
- #: includes/Tools.php:391
612
  msgid "is determined automatically"
613
  msgstr "wird automatisch ermittelt"
614
 
615
- #: includes/Tools.php:398
616
  msgid "Search"
617
  msgstr "Suche"
618
 
619
- #: includes/Tools.php:399
620
  msgid "Recently Used"
621
  msgstr "Zuletzt verwendet"
622
 
623
- #: includes/Tools.php:400
624
  msgid "Smileys & People"
625
  msgstr "Smileys & Personen"
626
 
627
- #: includes/Tools.php:401
628
  msgid "Animals & Nature"
629
  msgstr "Tiere & Natur"
630
 
631
- #: includes/Tools.php:402
632
  msgid "Food & Drink"
633
  msgstr "Essen & Trinken"
634
 
635
- #: includes/Tools.php:403
636
  msgid "Activities"
637
  msgstr "Aktivitäten"
638
 
639
- #: includes/Tools.php:404
640
  msgid "Travel & Places"
641
  msgstr "Reisen & Orte"
642
 
643
- #: includes/Tools.php:405
644
  msgid "Objects"
645
  msgstr "Objekte"
646
 
647
- #: includes/Tools.php:406
648
  msgid "Symbols"
649
  msgstr "Symbole"
650
 
651
- #: includes/Tools.php:407
652
  msgid "Flags"
653
  msgstr "Flaggen"
654
 
655
- #: includes/Tools.php:408
656
  msgid "No emojis found"
657
  msgstr "Keine Ergebnisse"
658
 
@@ -704,13 +704,13 @@ msgstr "Es ist ein unbekannter Fehler aufgetreten!"
704
  msgid "Please contact our support!"
705
  msgstr "Bitte kontaktiere unseren Support!"
706
 
707
- #: includes/Ajax/Post.php:1882 views/b2s/network.php:7
708
- #: includes/B2S/Network/Item.php:222 includes/B2S/Network/Item.php:288
709
- #: includes/B2S/Network/Item.php:359 includes/B2S/Network/Item.php:485
710
  msgid "Unknown username"
711
  msgstr "unbekannter Blog-Nutzer"
712
 
713
- #: includes/Ajax/Post.php:1883 includes/B2S/Network/Item.php:486
714
  #: includes/B2S/Post/Item.php:521 includes/B2S/Post/Item.php:541
715
  #: includes/B2S/Post/Item.php:833 includes/B2S/Post/Item.php:891
716
  #: includes/B2S/Settings/Item.php:90 includes/B2S/Ship/Item.php:1131
@@ -722,7 +722,7 @@ msgstr "löschen"
722
  msgid "Please see FAQ"
723
  msgstr "Siehe FAQ"
724
 
725
- #: includes/B2S/PostBox.php:143 views/b2s/ship.php:664
726
  #: views/b2s/html/header.php:60
727
  msgid "The connection to the server failed. Try again!"
728
  msgstr ""
@@ -768,7 +768,7 @@ msgstr "Anpassen & Planen"
768
  #: includes/B2S/PostBox.php:253 views/b2s/network.php:42 views/b2s/ship.php:76
769
  #: views/b2s/ship.php:166 views/b2s/ship.php:258
770
  #: includes/B2S/AutoPost/Item.php:108 includes/B2S/AutoPost/Item.php:205
771
- #: includes/B2S/Curation/View.php:73 includes/B2S/Network/Item.php:178
772
  #: includes/B2S/RePost/Item.php:145 includes/B2S/RePost/Item.php:166
773
  #: includes/B2S/Ship/Item.php:1095
774
  msgid "Info"
@@ -1080,22 +1080,22 @@ msgstr ""
1080
  msgid "save..."
1081
  msgstr "speichere Daten..."
1082
 
1083
- #: views/b2s/autopost.php:48 views/b2s/settings.php:131
1084
  #: includes/B2S/Ship/Image.php:96
1085
  msgid "Select or upload an image from media gallery"
1086
  msgstr "Bild aus Mediathek auswählen oder hochladen"
1087
 
1088
- #: views/b2s/autopost.php:49 views/b2s/settings.php:132
1089
  #: includes/B2S/Ship/Image.php:97
1090
  msgid "Use image"
1091
  msgstr "Bild verwenden"
1092
 
1093
- #: views/b2s/autopost.php:59 views/b2s/settings.php:184
1094
  #: includes/B2S/Settings/Item.php:53
1095
  msgid "Personal Time Zone"
1096
  msgstr "Persönliche Zeitzone"
1097
 
1098
- #: views/b2s/autopost.php:62 views/b2s/settings.php:187
1099
  msgid ""
1100
  "Blog2Social applies the scheduled time settings based on the time zone "
1101
  "defined in the general settings of your WordPress. You can select a user-"
@@ -1172,13 +1172,13 @@ msgstr "Blog2Social Browser Erweiterung"
1172
 
1173
  #: views/b2s/curation.draft.php:47 views/b2s/network.php:61
1174
  #: views/b2s/network.php:149 views/b2s/network.php:236
1175
- #: views/b2s/network.php:339 views/b2s/network.php:414
1176
  #: views/b2s/post.approve.php:51 views/b2s/post.calendar.php:60
1177
  #: views/b2s/post.calendar.php:244 views/b2s/post.draft.php:42
1178
- #: views/b2s/post.favorites.php:41 views/b2s/post.notice.php:49
1179
  #: views/b2s/post.php:41 views/b2s/post.publish.php:45
1180
  #: views/b2s/post.sched.php:59 views/b2s/repost.php:28 views/b2s/ship.php:188
1181
- #: views/b2s/ship.php:574 views/b2s/ship.php:662 views/b2s/support.php:144
1182
  #: views/b2s/support.php:182 views/prg/html/header.php:86
1183
  msgid "Loading..."
1184
  msgstr "Wird geladen..."
@@ -1194,7 +1194,7 @@ msgstr "Bist Du Dir sicher, dass du Deinen Entwurf löschen möchtest? "
1194
  #: views/b2s/curation.draft.php:90 views/b2s/curation.php:161
1195
  #: views/b2s/network.php:109 views/b2s/post.approve.php:98
1196
  #: views/b2s/post.approve.php:115 views/b2s/post.draft.php:87
1197
- #: views/b2s/post.notice.php:89 views/b2s/post.publish.php:85
1198
  #: views/b2s/post.sched.php:99 views/b2s/repost.php:91 views/b2s/ship.php:478
1199
  #: views/b2s/ship.php:557 views/prg/ship.php:94 views/b2s/widgets/posts.php:67
1200
  msgid "NO"
@@ -1202,7 +1202,7 @@ msgstr "NEIN"
1202
 
1203
  #: views/b2s/curation.draft.php:91 views/b2s/network.php:110
1204
  #: views/b2s/network.php:173 views/b2s/post.approve.php:99
1205
- #: views/b2s/post.draft.php:88 views/b2s/post.notice.php:90
1206
  #: views/b2s/post.publish.php:86 views/b2s/post.sched.php:100
1207
  #: views/b2s/repost.php:92 views/b2s/repost.php:93
1208
  #: views/b2s/widgets/posts.php:68
@@ -1254,12 +1254,12 @@ msgid "Text Post"
1254
  msgstr "Text-Beitrag"
1255
 
1256
  #: views/b2s/curation.php:51 views/b2s/curation.php:52 views/b2s/network.php:35
1257
- #: includes/B2S/Network/Item.php:156 includes/B2S/Network/Item.php:161
1258
- #: includes/B2S/Network/Item.php:165 includes/B2S/Ship/Image.php:92
1259
  #: includes/B2S/Ship/Item.php:500 includes/B2S/Ship/Item.php:561
1260
  #: includes/B2S/Ship/Item.php:748 includes/B2S/Ship/Item.php:802
1261
  #: includes/B2S/Ship/Portale.php:32 includes/B2S/Ship/Portale.php:35
1262
- #: includes/B2S/Ship/Portale.php:45
1263
  msgid "PRO"
1264
  msgstr "PRO"
1265
 
@@ -1293,7 +1293,7 @@ msgstr "Bitte gib einen gültigen Link ein"
1293
  msgid "Enter link"
1294
  msgstr "Link eingeben"
1295
 
1296
- #: views/b2s/curation.php:75
1297
  msgid "continue"
1298
  msgstr "weiter"
1299
 
@@ -1329,7 +1329,7 @@ msgid "Create a new post"
1329
  msgstr "Neuen Social Media Post erstellen"
1330
 
1331
  #: views/b2s/curation.php:139 views/b2s/post.calendar.php:38
1332
- #: views/b2s/ship.php:18 views/b2s/ship.php:663 includes/B2S/Post/Filter.php:59
1333
  #: includes/B2S/Post/Item.php:368 includes/B2S/Ship/Save.php:438
1334
  #: includes/PRG/Post/Filter.php:37 includes/PRG/Post/Item.php:86
1335
  msgid "published"
@@ -1694,15 +1694,15 @@ msgstr "Could not be changed"
1694
  msgid "modify"
1695
  msgstr "modify"
1696
 
1697
- #: views/b2s/network.php:230 includes/B2S/Network/Item.php:168
1698
- #: includes/B2S/Network/Item.php:168
1699
  msgid "Edit Post Template"
1700
  msgstr "Beitragsvorlage bearbeiten"
1701
 
1702
  #: views/b2s/network.php:230 views/b2s/ship.php:23
1703
  #: includes/B2S/AutoPost/Item.php:31 includes/B2S/Curation/View.php:56
1704
- #: includes/B2S/Network/Item.php:168 includes/B2S/Network/Item.php:262
1705
- #: includes/B2S/Network/Item.php:332 includes/B2S/Network/Item.php:394
1706
  #: includes/B2S/RePost/Item.php:23 includes/B2S/Settings/Item.php:159
1707
  #: includes/B2S/Ship/Image.php:85 includes/B2S/Ship/Item.php:1154
1708
  #: views/b2s/html/post.navbar.php:17 views/b2s/html/post.navbar.php:20
@@ -1711,8 +1711,8 @@ msgstr "Beitragsvorlage bearbeiten"
1711
  msgid "SMART"
1712
  msgstr "SMART"
1713
 
1714
- #: views/b2s/network.php:242 views/b2s/settings.php:61
1715
- #: includes/B2S/Network/Item.php:546 includes/B2S/Settings/Item.php:133
1716
  msgid "save"
1717
  msgstr "speichern"
1718
 
@@ -1791,7 +1791,7 @@ msgstr "Die Tags, die Du in deinem Beitrag gesetzt hast."
1791
  msgid "The name of the post author."
1792
  msgstr "Der Name des Autors Deines Beitrags."
1793
 
1794
- #: views/b2s/network.php:318 includes/B2S/Network/Item.php:781
1795
  msgid "Character limit"
1796
  msgstr "Zeichenbegrenzung"
1797
 
@@ -1833,7 +1833,44 @@ msgstr ""
1833
  msgid "Connect with Pinterest"
1834
  msgstr "Mit Pinterest verbinden"
1835
 
1836
- #: views/b2s/network.php:342 views/b2s/ship.php:577
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1837
  msgid ""
1838
  "Please make sure to use your original Pinterest login data (email and "
1839
  "password). Social Login via Facebook or Google login data will not work here."
@@ -1845,12 +1882,8 @@ msgstr ""
1845
  "dass die Zwei-Faktor-Authentifizierung in Pinterest deaktiviert ist, um eine "
1846
  "stabile Verbindung zu Blog2Social sicherzustellen."
1847
 
1848
- #: views/b2s/network.php:343 views/b2s/ship.php:578
1849
- msgid "An error occurred! Please try again."
1850
- msgstr "Es ist ein Fehler aufgetreten! Bitte versuche es erneut."
1851
-
1852
- #: views/b2s/network.php:344 views/b2s/network.php:345 views/b2s/ship.php:579
1853
- #: views/b2s/ship.php:580
1854
  #, php-format
1855
  msgid ""
1856
  "You want to connect an additional account? <a target=\"_blank\" href=\"%s\">"
@@ -1859,11 +1892,11 @@ msgstr ""
1859
  "Du möchtest ein zusätzliches Konto verbinden? <a target=\"_blank\" "
1860
  "href=\"%s\">Upgrade auf Blog2Social Premium</a>"
1861
 
1862
- #: views/b2s/network.php:346 views/b2s/ship.php:581
1863
  msgid "Invalid Data! Please try again."
1864
  msgstr "Ungültige Daten! Bitte versuche es erneut."
1865
 
1866
- #: views/b2s/network.php:347 views/b2s/ship.php:582
1867
  msgid ""
1868
  "You have not yet created any pinboards in your Pinterest account. Please set "
1869
  "up at least one pinboard to pin on your Pinterest account!"
@@ -1871,7 +1904,7 @@ msgstr ""
1871
  "Du hast noch keine Pinnwände in Deinem Pinterest Konto angelegt. Bitte "
1872
  "richte mindestens eine Pinnwand auf Deinem Pinterest Konto ein!"
1873
 
1874
- #: views/b2s/network.php:348 views/b2s/ship.php:583
1875
  #, php-format
1876
  msgid ""
1877
  "Login failed. Please check your login data for typos and please check your "
@@ -1883,16 +1916,16 @@ msgstr ""
1883
  "Authentifizierung für dieses Konto deaktiviert ist: <a target=\"_blank\" "
1884
  "href=\"%s\">%s</a>"
1885
 
1886
- #: views/b2s/network.php:349 views/b2s/ship.php:584
1887
  msgid "Pinterest has rejected the connection to your blog"
1888
  msgstr "Pinterest hat die Verbindung zu Deinem Blog abgelehnt"
1889
 
1890
- #: views/b2s/network.php:350 views/b2s/ship.php:585
1891
  msgid "Please select your correct server location and connect again."
1892
  msgstr ""
1893
  "Bitte wähle Deinen richtigen Serverstandort aus und verbinde Dich erneut."
1894
 
1895
- #: views/b2s/network.php:351 views/b2s/ship.php:586
1896
  msgid ""
1897
  "Access to this resource on your server is denied! Please check your "
1898
  "webserver configuration for caching."
@@ -1900,108 +1933,101 @@ msgstr ""
1900
  "Der Zugriff auf diese Ressource auf Ihrem Server ist verweigert! Bitte "
1901
  "überprüfen Sie Ihre Webserver-Konfiguration auf Caching."
1902
 
1903
- #: views/b2s/network.php:352 views/b2s/ship.php:587
1904
- msgid ""
1905
- "Login up successful. Please confirm that Blog2Social is allowed to publish "
1906
- "on your profile."
1907
- msgstr ""
1908
- "Anmeldung erfolgreich. Bitte bestätige, dass Blog2Social auf Deinem Profil "
1909
- "veröffentlichen darf."
1910
-
1911
- #: views/b2s/network.php:354 views/b2s/ship.php:589
1912
  #: views/b2s/html/header.php:348 views/prg/html/form.php:141
1913
  #: views/prg/html/form.php:143 views/prg/html/form.php:218
1914
  #: views/prg/html/form.php:220
1915
  msgid "E-Mail"
1916
  msgstr "E-Mail"
1917
 
1918
- #: views/b2s/network.php:360 views/b2s/ship.php:595 views/prg/login.php:25
1919
  msgid "Password"
1920
  msgstr "Passwort"
1921
 
1922
- #: views/b2s/network.php:371 views/b2s/ship.php:606
1923
  msgid "Server-Location"
1924
  msgstr "Serverstandort"
1925
 
1926
- #: views/b2s/network.php:385 views/b2s/ship.php:620
1927
- msgid "Select Pinboard"
1928
- msgstr "Pinnwand auswählen"
1929
-
1930
- #: views/b2s/network.php:393 views/b2s/ship.php:628
1931
  #: includes/B2S/Settings/Item.php:89
1932
  msgid "authorize"
1933
  msgstr "autorisieren"
1934
 
1935
- #: views/b2s/network.php:394 views/b2s/ship.php:629
 
1936
  msgid "confirm"
1937
  msgstr "bestätigen"
1938
 
1939
- #: views/b2s/network.php:408
 
 
 
 
1940
  msgid "Advanced Network Settings"
1941
  msgstr "Erweiterte Netzwerkeinstellungen"
1942
 
1943
- #: views/b2s/network.php:420 views/b2s/network.php:517
1944
  msgid "URL Parameters"
1945
  msgstr "URL-Parameter"
1946
 
1947
- #: views/b2s/network.php:421
1948
  msgid "The parameters could not be saved. Please try again."
1949
  msgstr ""
1950
  "Die Parameter konnten nicht gespeichert werden. Bitte versuchen Sie es noch "
1951
  "einmal."
1952
 
1953
- #: views/b2s/network.php:422 views/b2s/network.php:437
1954
- #: views/b2s/network.php:469 views/b2s/network.php:472
1955
- #: views/b2s/network.php:475
1956
  msgid "An error occured. Please contact our support."
1957
  msgstr "Ein Fehler ist aufgetreten. Bitte kontaktiere unseren Support."
1958
 
1959
- #: views/b2s/network.php:429 views/b2s/network.php:526
1960
  msgid "Network collection"
1961
  msgstr "Netzwerkgruppierung"
1962
 
1963
- #: views/b2s/network.php:432 views/b2s/network.php:529
1964
  msgid "Move the connection to another network collection."
1965
  msgstr "Verbindung in eine andere Netzwerk-Gruppierung verschieben"
1966
 
1967
- #: views/b2s/network.php:444 views/b2s/network.php:536
1968
  msgid "move"
1969
  msgstr "verschieben"
1970
 
1971
- #: views/b2s/network.php:452
1972
  msgid "You need at least one network collection"
1973
  msgstr "Du brauchst mindestens eine Netzwerkgruppierung."
1974
 
1975
- #: views/b2s/network.php:461 views/b2s/network.php:543
1976
  msgid "Team Management"
1977
  msgstr "Team-Management"
1978
 
1979
- #: views/b2s/network.php:464 views/b2s/network.php:546
1980
  msgid "Assign the connection to other blog users"
1981
  msgstr "Weise Deine Verbindung anderen Blog-Benutzern zu"
1982
 
1983
- #: views/b2s/network.php:478
1984
  msgid "You don't have a Business License"
1985
  msgstr "Du hast keine Business-Lizenz"
1986
 
1987
- #: views/b2s/network.php:481
1988
  msgid "This user don't have a Business License, or it is not the same"
1989
  msgstr ""
1990
  "Dieser Benutzer hat keine Business-Lizenz oder nutzt nicht dieselbe Lizenz"
1991
 
1992
- #: views/b2s/network.php:484
1993
  msgid "The connection has already been assigned to this user."
1994
  msgstr "Die Verbindung wurde diesem Benutzer bereits zugewiesen."
1995
 
1996
- #: views/b2s/network.php:487
1997
  msgid "The connection does not exist."
1998
  msgstr "Diese Verbindung existiert nicht."
1999
 
2000
- #: views/b2s/network.php:490
2001
  msgid "This connection has already been assigned to this user."
2002
  msgstr "Die Verbindung wurde diesem Benutzer bereits zugewiesen."
2003
 
2004
- #: views/b2s/network.php:493
2005
  msgid ""
2006
  "You can only share the connection with blog users who use the same license "
2007
  "as you."
@@ -2009,29 +2035,29 @@ msgstr ""
2009
  "Du kannst Deine Verbindung nur mit Blog-Benutzern teilen, die dieselbe "
2010
  "Lizenz verwenden wie Du."
2011
 
2012
- #: views/b2s/network.php:496
2013
  msgid "There are no other users to whom the connection can be assigned."
2014
  msgstr ""
2015
  "Es sind keine weiteren Benutzer vorhanden, denen die Verbindung zugewiesen "
2016
  "werden kann."
2017
 
2018
- #: views/b2s/network.php:499 views/b2s/network.php:549
2019
  msgid "assign"
2020
  msgstr "zuweisen"
2021
 
2022
- #: views/b2s/network.php:500
2023
  msgid "Apply best time settings"
2024
  msgstr "Beste Zeiten verwenden"
2025
 
2026
- #: views/b2s/network.php:501
2027
  msgid "Apply post template settings"
2028
  msgstr "Beitragsvorlagen verwenden"
2029
 
2030
- #: views/b2s/network.php:502
2031
  msgid "Apply URL Parameters"
2032
  msgstr "URL-Parameter verwenden"
2033
 
2034
- #: views/b2s/network.php:513
2035
  msgid ""
2036
  "Upgrade to Blog2Social Business to easily bundle your connections into "
2037
  "network collection and assign your social media connections to other blog "
@@ -2048,11 +2074,11 @@ msgstr ""
2048
  "auf Deinem Social-Media-Profil, Deiner Seite oder Gruppe zu veröffentlichen "
2049
  "oder vorzuplanen."
2050
 
2051
- #: views/b2s/network.php:514
2052
  msgid "Upgrade to Blog2Social Business"
2053
  msgstr "Upgrade auf Blog2Social Business"
2054
 
2055
- #: views/b2s/network.php:518 includes/B2S/Network/Item.php:516
2056
  #, php-format
2057
  msgid ""
2058
  "Define parameters that will be added to link posts on this network e.g. to "
@@ -2063,15 +2089,15 @@ msgstr ""
2063
  "hinzugefügt werden sollen z. B. um Tracking-Links mit UTM-Parametern zu "
2064
  "erstellen. <a target=\"_blank\" href=\"%s\">Weitere Informationen</a>"
2065
 
2066
- #: views/b2s/network.php:534 includes/B2S/Ship/Navbar.php:37
2067
  msgid "My Profile"
2068
  msgstr "Mein Profil"
2069
 
2070
- #: views/b2s/network.php:565
2071
  msgid "Add Page"
2072
  msgstr "Seite hinzufügen"
2073
 
2074
- #: views/b2s/network.php:570
2075
  #, php-format
2076
  msgid ""
2077
  "Please make sure to log in with your account which manages your pages and <a "
@@ -2081,15 +2107,17 @@ msgstr ""
2081
  "Deine Seiten verwaltet und <a href=\"%s\" target=\"_blank\">folge diesem "
2082
  "Guide, um alle Deine Seiten auswählen zu können</a>."
2083
 
2084
- #: views/b2s/network.php:571 views/b2s/network.php:590
 
 
2085
  msgid "Continue"
2086
  msgstr "Fortsetzen"
2087
 
2088
- #: views/b2s/network.php:584
2089
  msgid "Add Group"
2090
  msgstr "Gruppe hinzufügen"
2091
 
2092
- #: views/b2s/network.php:589
2093
  #, php-format
2094
  msgid ""
2095
  "Please make sure to log in with your account which manages your groups and "
@@ -2100,6 +2128,32 @@ msgstr ""
2100
  "verwaltet, und <a href=\"%s\" target=\"_blank\">folgen dieser Anleitung, um "
2101
  "alle Deine Gruppen auszuwählen</a>."
2102
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2103
  #: views/b2s/post.approve.php:89
2104
  msgid "Delete Social Media Posts"
2105
  msgstr "Social Media Posts löschen"
@@ -2108,7 +2162,7 @@ msgstr "Social Media Posts löschen"
2108
  msgid "Are you sure you want to delete these Social Media posts?"
2109
  msgstr "Bist Du sicher, dass Du diese Social Media Posts löschen möchtest?"
2110
 
2111
- #: views/b2s/post.approve.php:94 views/b2s/post.notice.php:85
2112
  #: views/b2s/post.publish.php:81 views/b2s/post.sched.php:95
2113
  #: views/b2s/repost.php:87 views/b2s/widgets/posts.php:63
2114
  msgid "Number of entries"
@@ -2129,15 +2183,15 @@ msgid "scheduled"
2129
  msgstr "geplant"
2130
 
2131
  #: views/b2s/post.calendar.php:70 views/b2s/post.sched.php:189
2132
- #: views/b2s/repost.php:73 includes/B2S/Network/Item.php:698
2133
- #: includes/B2S/Network/Item.php:701 includes/B2S/Settings/Item.php:239
2134
  #: views/b2s/html/footer.php:177
2135
  msgid "Image with frame"
2136
  msgstr "Bild mit Rahmen"
2137
 
2138
  #: views/b2s/post.calendar.php:70 views/b2s/post.sched.php:189
2139
- #: views/b2s/repost.php:73 includes/B2S/Network/Item.php:699
2140
- #: includes/B2S/Network/Item.php:702 includes/B2S/Settings/Item.php:253
2141
  #: views/b2s/html/footer.php:182
2142
  msgid "Image cut out"
2143
  msgstr "Bild zuschneiden"
@@ -2235,12 +2289,12 @@ msgstr "Bist Du Dir sicher, dass du Deinen Entwurf löschen möchtest? "
2235
  msgid "You have not saved any favorites."
2236
  msgstr "Du hast keine Favoriten gespeichert."
2237
 
2238
- #: views/b2s/post.notice.php:80 views/b2s/post.publish.php:76
2239
  #: views/b2s/widgets/posts.php:58
2240
  msgid "Delete entries from the reporting"
2241
  msgstr "Einträge aus dem Reporting löschen"
2242
 
2243
- #: views/b2s/post.notice.php:83 views/b2s/post.publish.php:79
2244
  #: views/b2s/widgets/posts.php:61
2245
  msgid "You are sure, you want to delete entries from the reporting?"
2246
  msgstr "Bist Du sicher, dass Du Einträge aus dem Reporting löschen möchtest?"
@@ -2474,7 +2528,7 @@ msgstr "Social-Media-Zeiteinstellungen"
2474
  msgid "Post Templates"
2475
  msgstr "Beitragsvorlagen"
2476
 
2477
- #: views/b2s/settings.php:68
2478
  msgid ""
2479
  "Connect Blog2Social with 16 different social media networks you like to "
2480
  "share your WordPress blog posts and pages as well as imported posts and "
@@ -2484,7 +2538,7 @@ msgstr ""
2484
  "Du Deine WordPress-Blogbeiträge und -Seiten sowie importierte Beiträge und "
2485
  "Social-Media-Posts teilen möchtest. Die folgenden Netzwerke sind verfügbar:"
2486
 
2487
- #: views/b2s/settings.php:87
2488
  #, php-format
2489
  msgid ""
2490
  "You will find more information on how to connect your social media networks "
@@ -2495,11 +2549,11 @@ msgstr ""
2495
  "Netzwerke”-Guide</a> erhältst Du mehr Informationen darüber, wie Du Deine "
2496
  "Social-Media-Netzwerke verbinden kannst."
2497
 
2498
- #: views/b2s/settings.php:89
2499
  msgid "Connect your social media networks"
2500
  msgstr "Verbinde Deine Social-Media-Netzwerke"
2501
 
2502
- #: views/b2s/settings.php:92
2503
  msgid ""
2504
  "Use the pre-defined best time settings or define your own best time settings "
2505
  "for sharing your posts . Posting at the right time can be essential to make "
@@ -2510,7 +2564,7 @@ msgstr ""
2510
  "geteilt werden sollen. Das Posten zur richtigen Zeit ist essentiell, um mehr "
2511
  "Aufmerksamkeit und Engagement mit Deinen Social Media Beiträgen zu erzielen."
2512
 
2513
- #: views/b2s/settings.php:94
2514
  #, php-format
2515
  msgid ""
2516
  "You will find more information about the pre-defined best time settings by "
@@ -2520,7 +2574,7 @@ msgstr ""
2520
  "Blog2Social findest Du in diesem <a href=\"%s\" target=\"_blank\">\"Beste "
2521
  "Zeiten\"-Guide</a>."
2522
 
2523
- #: views/b2s/settings.php:96
2524
  #, php-format
2525
  msgid ""
2526
  "An instruction on how to define your own best times is explained in the "
@@ -2531,13 +2585,13 @@ msgstr ""
2531
  "findest Du in dem Guide \"<a href=\"%s\" target=\"_blank\">Wie stelle ich "
2532
  "meine eigenen Zeiteinstellungen zum Posten in sozialen Medien ein?</a>\". "
2533
 
2534
- #: views/b2s/settings.php:98
2535
  msgid "Check, edit or define your social media time settings"
2536
  msgstr ""
2537
  "Prüfe, bearbeite oder definiere die Zeiteinstellungen für Deine Social-Media-"
2538
  "Netzwerke"
2539
 
2540
- #: views/b2s/settings.php:101
2541
  msgid ""
2542
  "Edit the post templates for each social media network to turn your social "
2543
  "media posts automatically into tailored posts for each network and community."
@@ -2548,15 +2602,15 @@ msgstr ""
2548
  "Netzwerk und jede Community zu verwandeln. Du kannst den Inhalt Deines "
2549
  "Beitrags mit den folgenden Variablen bearbeiten:"
2550
 
2551
- #: views/b2s/settings.php:103
2552
  msgid "Title: The title of your post."
2553
  msgstr "Titel: Der Titel Deines Beitrags."
2554
 
2555
- #: views/b2s/settings.php:104
2556
  msgid "Content: The content of your post."
2557
  msgstr "Content: Der Inhalt Deines Beitrags."
2558
 
2559
- #: views/b2s/settings.php:105
2560
  msgid ""
2561
  "Excerpt: The summary of your post (you define it in the side menu of your "
2562
  "post)."
@@ -2564,15 +2618,15 @@ msgstr ""
2564
  "Textauszug: Die Zusammenfassung Deines Beitrags (wird von dir im Seitenmenü "
2565
  "deines Beitrags festgelegt)."
2566
 
2567
- #: views/b2s/settings.php:106
2568
  msgid "Keywords: The tags you have set in your post."
2569
  msgstr "Keywords: Die Tags, die Du in Deinem Beitrag gesetzt hast."
2570
 
2571
- #: views/b2s/settings.php:107
2572
  msgid "Author: The author of the post."
2573
  msgstr "Author: Der Autor des Beitrags."
2574
 
2575
- #: views/b2s/settings.php:109
2576
  #, php-format
2577
  msgid ""
2578
  "You will find more information on how to use post templates for your social "
@@ -2582,17 +2636,17 @@ msgstr ""
2582
  "Media-Netzwerke nutzen kannst, findest Du in diesem <a href=\"%s\" "
2583
  "target=\"_blank\">\"Beitragsvorlagen\"-Guide</a>."
2584
 
2585
- #: views/b2s/settings.php:111
2586
  msgid "Define your post templates for each social media network"
2587
  msgstr "Definiere Deine Beitragsvorlagen für jedes Social-Media-Netzwerk. "
2588
 
2589
- #: views/b2s/settings.php:142
2590
  msgid "Allow shortcodes in my social media posts (e.g. Page Builder)"
2591
  msgstr ""
2592
  "Berücksichtige Shortcodes in meinen Social Media Beiträgen (z.B. Page-"
2593
  "Builder)"
2594
 
2595
- #: views/b2s/settings.php:145
2596
  #, php-format
2597
  msgid ""
2598
  "Some WordPress plugins use short codes, e.g. Page Builder plugins. When a "
@@ -2616,21 +2670,21 @@ msgstr ""
2616
  "Plugins Blog2Social unterstützt, findest Du in diesem <a href=\"%s\" "
2617
  "target=\"_blank\">Guide</a>."
2618
 
2619
- #: views/b2s/settings.php:156
2620
  msgid "Activate Legacy mode "
2621
  msgstr "Kompatibilitätsmodus aktivieren"
2622
 
2623
- #: views/b2s/settings.php:159
2624
  msgid "Plugin contents are loaded one at a time to minimize server load."
2625
  msgstr ""
2626
  "Plugininhalte werden nacheinander geladen, um den Server Deines Blogs zu "
2627
  "entlasten."
2628
 
2629
- #: views/b2s/settings.php:170
2630
  msgid "Instant Caching for Facebook Link Posts"
2631
  msgstr "Instant Caching für Facebook Link-Beiträge"
2632
 
2633
- #: views/b2s/settings.php:173
2634
  msgid ""
2635
  "Please enable this feature, if you are using varnish caching (HTTP "
2636
  "accelerator to relieve your website). Blog2Social will add a \"no-cache=1\" "
@@ -2860,11 +2914,11 @@ msgstr ""
2860
  "damit überschrieben. Bist Du sicher, dass Du Deinen Entwurf überschreiben "
2861
  "möchtest?"
2862
 
2863
- #: views/b2s/ship.php:650
2864
  msgid "add Schedule"
2865
  msgstr "Zeitplan hinzufügen"
2866
 
2867
- #: views/b2s/ship.php:666
2868
  msgid "Give me more information"
2869
  msgstr "Erhalte mehr Infomationen"
2870
 
@@ -3372,7 +3426,7 @@ msgstr "Minuten"
3372
  msgid "Save"
3373
  msgstr " Speichern"
3374
 
3375
- #: includes/B2S/AutoPost/Item.php:241 includes/B2S/Network/Item.php:177
3376
  msgid "Connections"
3377
  msgstr "Verbindungen"
3378
 
@@ -3430,7 +3484,7 @@ msgstr "Standard"
3430
  msgid "Show all"
3431
  msgstr "alle anzeigen"
3432
 
3433
- #: includes/B2S/Network/Item.php:64 includes/B2S/Network/Item.php:184
3434
  msgid "My profile"
3435
  msgstr "Mein Profil"
3436
 
@@ -3442,64 +3496,64 @@ msgstr "weitere Profile:"
3442
  msgid "Best times"
3443
  msgstr "Beste Zeiten"
3444
 
3445
- #: includes/B2S/Network/Item.php:149 includes/B2S/Network/Item.php:224
3446
- #: includes/B2S/Ship/Item.php:331 includes/B2S/Ship/Navbar.php:86
3447
  #: includes/B2S/Ship/Portale.php:38
3448
  msgid "Blog"
3449
  msgstr "Blog"
3450
 
3451
- #: includes/B2S/Network/Item.php:154 includes/B2S/Network/Item.php:156
3452
- #: includes/B2S/Ship/Portale.php:43 includes/B2S/Ship/Portale.php:45
3453
  msgid "You want to connect a network profile?"
3454
  msgstr "Du möchtest Dich mit einem Netzwerkprofil verbinden?"
3455
 
3456
- #: includes/B2S/Network/Item.php:154 includes/B2S/Ship/Portale.php:43
3457
  msgid "BUSINESS"
3458
  msgstr "BUSINESS"
3459
 
3460
- #: includes/B2S/Network/Item.php:161 includes/B2S/Ship/Portale.php:35
3461
  msgid "You want to connect a network page?"
3462
  msgstr "Du möchtest eine Netzwerk-Seite verbinden?"
3463
 
3464
- #: includes/B2S/Network/Item.php:164 includes/B2S/Network/Item.php:361
3465
  #: includes/B2S/Ship/Portale.php:31
3466
  msgid "Publication"
3467
  msgstr "Publication"
3468
 
3469
- #: includes/B2S/Network/Item.php:165 includes/B2S/Ship/Portale.php:32
3470
  msgid "You want to connect a social media group?"
3471
  msgstr "Du möchtest eine Social-Media-Gruppe verbinden?"
3472
 
3473
- #: includes/B2S/Network/Item.php:178 views/b2s/html/footer.php:241
3474
  msgid "Best Time Manager"
3475
  msgstr "Best Time Manager"
3476
 
3477
- #: includes/B2S/Network/Item.php:215 includes/B2S/Network/Item.php:281
3478
- #: includes/B2S/Network/Item.php:352
3479
  msgid "To reactivate this connection,"
3480
  msgstr "Um die Verbindung wieder zu aktivieren,"
3481
 
3482
- #: includes/B2S/Network/Item.php:215 includes/B2S/Network/Item.php:281
3483
- #: includes/B2S/Network/Item.php:352 includes/B2S/Ship/Image.php:31
3484
  msgid "please upgrade"
3485
  msgstr "Bitte upgraden"
3486
 
3487
- #: includes/B2S/Network/Item.php:218 includes/B2S/Network/Item.php:284
3488
- #: includes/B2S/Network/Item.php:355
3489
  msgid "Connection is interrupted since"
3490
  msgstr "Verbindung ist unterbrochen seit"
3491
 
3492
- #: includes/B2S/Network/Item.php:222 includes/B2S/Network/Item.php:288
3493
- #: includes/B2S/Network/Item.php:359
3494
  msgid "Assigned by"
3495
  msgstr "Zugewiesen von"
3496
 
3497
- #: includes/B2S/Network/Item.php:260 includes/B2S/Network/Item.php:330
3498
- #: includes/B2S/Network/Item.php:392 includes/B2S/Ship/Item.php:1211
3499
  msgid "Days"
3500
  msgstr "Tage"
3501
 
3502
- #: includes/B2S/Network/Item.php:291 includes/B2S/Network/Item.php:809
3503
  #, php-format
3504
  msgid ""
3505
  "Company-Page (Employer Branding Profile, <a href=\"%s\" target=\"_blank\">"
@@ -3508,50 +3562,50 @@ msgstr ""
3508
  "Unternehmensseite (Arbeitgeberprofil, <a href=\"%s\" target=\"_blank\">Altes "
3509
  "Design bis 30.11.2020</a>)"
3510
 
3511
- #: includes/B2S/Network/Item.php:292 includes/B2S/Network/Item.php:810
3512
  msgid "Company-Page (Employer Branding Profile, New Design)"
3513
  msgstr "Unternehmensseite (Arbeitgeberprofil, Neues Design)"
3514
 
3515
- #: includes/B2S/Network/Item.php:473
3516
  msgid "Connection currently assigned to"
3517
  msgstr "Diese Verbindung ist aktuell zugewiesen an"
3518
 
3519
- #: includes/B2S/Network/Item.php:518 views/prg/html/form.php:84
3520
  #: views/prg/html/form.php:86 views/prg/html/form.php:161
3521
  #: views/prg/html/form.php:163
3522
  msgid "Name"
3523
  msgstr "Name"
3524
 
3525
- #: includes/B2S/Network/Item.php:519
3526
  msgid "Value"
3527
  msgstr "Zugeordneter Wert"
3528
 
3529
- #: includes/B2S/Network/Item.php:543
3530
  msgid "+ add Parameter"
3531
  msgstr "+ Parameter hinzufügen"
3532
 
3533
- #: includes/B2S/Network/Item.php:544
3534
  #, php-format
3535
  msgid "Apply for all %s connections"
3536
  msgstr "Für alle %s Verbindungen übernehmen"
3537
 
3538
- #: includes/B2S/Network/Item.php:545
3539
  msgid "Apply for all connections"
3540
  msgstr "Für alle Verbindungen übernehmen"
3541
 
3542
- #: includes/B2S/Network/Item.php:566
3543
  msgid "Successfully saved"
3544
  msgstr "Erfolgreich gespeichert"
3545
 
3546
- #: includes/B2S/Network/Item.php:567
3547
  msgid "Failed to save"
3548
  msgstr "Speichern fehlgeschlagen"
3549
 
3550
- #: includes/B2S/Network/Item.php:568
3551
  msgid "Failed to load the default template"
3552
  msgstr "Fehler beim Laden der Standardeinstellungen"
3553
 
3554
- #: includes/B2S/Network/Item.php:608
3555
  msgid ""
3556
  "Upgrade to Blog2Social Smart or higher to customize your individual post "
3557
  "templates that will automatically pre-format the structure of your social "
@@ -3571,36 +3625,36 @@ msgstr ""
3571
  "auch statische Inhalte (z.B. individuelle Hashtags oder Slogans) zu Deinen "
3572
  "Beitragsvorlagen hinzu."
3573
 
3574
- #: includes/B2S/Network/Item.php:609
3575
  msgid "Upgrade to Blog2Social Smart"
3576
  msgstr "Upgrade auf Blog2Social Smart"
3577
 
3578
- #: includes/B2S/Network/Item.php:630
3579
  msgid "Activate Instant Caching"
3580
  msgstr "Instant Caching aktivieren"
3581
 
3582
- #: includes/B2S/Network/Item.php:691
3583
  msgid "Format"
3584
  msgstr "Format"
3585
 
3586
- #: includes/B2S/Network/Item.php:692 includes/B2S/Network/Item.php:713
3587
  msgid "Load default settings"
3588
  msgstr "Lade Standardeinstellungen"
3589
 
3590
- #: includes/B2S/Network/Item.php:698 includes/B2S/Network/Item.php:701
3591
  #: includes/B2S/Ship/Item.php:960 includes/B2S/Ship/Item.php:962
3592
  msgid "Link"
3593
  msgstr "Link"
3594
 
3595
- #: includes/B2S/Network/Item.php:699 includes/B2S/Network/Item.php:702
3596
  msgid "Image"
3597
  msgstr "Bild"
3598
 
3599
- #: includes/B2S/Network/Item.php:711 includes/B2S/Settings/Item.php:64
3600
  msgid "Content"
3601
  msgstr "Inhalt"
3602
 
3603
- #: includes/B2S/Network/Item.php:720 includes/B2S/Ship/Item.php:372
3604
  msgid ""
3605
  "Instagram supports up to 30 hashtags. Please reduce the number of hashtags "
3606
  "in your post."
@@ -3608,11 +3662,11 @@ msgstr ""
3608
  "Instagram unterstützt bis zu 30 Hashtags. Bitte reduziere die Anzahl der "
3609
  "Hashtags in Deinem Beitrag."
3610
 
3611
- #: includes/B2S/Network/Item.php:732
3612
  msgid "clear"
3613
  msgstr "löschen"
3614
 
3615
- #: includes/B2S/Network/Item.php:743
3616
  msgid ""
3617
  "The link will be transmitted as a canonical link, i.e. in the source code of "
3618
  "your page, in order to refer to the original source of the content and to "
@@ -3622,22 +3676,22 @@ msgstr ""
3622
  "um so auf die ursprüngliche Quelle des Inhalts zu verweisen und die "
3623
  "Reichweite über Suchmaschinen wie Google zu vergrößern."
3624
 
3625
- #: includes/B2S/Network/Item.php:745
3626
  msgid "The link will be added automatically at the end of the post."
3627
  msgstr "Der Link wird automatisch am Ende des Posts eingefügt."
3628
 
3629
- #: includes/B2S/Network/Item.php:750
3630
  msgid "The network does not support hashtags."
3631
  msgstr "Das Netzwerk unterstützt keine Hashtags."
3632
 
3633
- #: includes/B2S/Network/Item.php:755 includes/B2S/Network/Item.php:801
3634
- #: includes/B2S/Network/Item.php:840
3635
  msgid "Network limit"
3636
  msgstr "Netzwerkbegrenzung"
3637
 
3638
- #: includes/B2S/Network/Item.php:755 includes/B2S/Network/Item.php:801
3639
- #: includes/B2S/Network/Item.php:801 includes/B2S/Network/Item.php:840
3640
- #: includes/B2S/Network/Item.php:840 includes/B2S/Ship/Item.php:215
3641
  #: includes/B2S/Ship/Item.php:219 includes/B2S/Ship/Item.php:262
3642
  #: includes/B2S/Ship/Item.php:266 includes/B2S/Ship/Item.php:299
3643
  #: includes/B2S/Ship/Item.php:303 includes/B2S/Ship/Item.php:1290
@@ -3645,11 +3699,11 @@ msgstr "Netzwerkbegrenzung"
3645
  msgid "characters"
3646
  msgstr "Zeichen"
3647
 
3648
- #: includes/B2S/Network/Item.php:762
3649
  msgid "Add a link-URL to the end of my image post."
3650
  msgstr "Link automatisch am Ende meines Bildbeitrags einfügen."
3651
 
3652
- #: includes/B2S/Network/Item.php:769
3653
  msgid ""
3654
  "Add a link-URL to the end of my Instagram posts. (Please note, that "
3655
  "Instagram does not turn link-URLs into clickable links)"
@@ -3657,22 +3711,31 @@ msgstr ""
3657
  "Link automatisch am Ende meines Bildbeitrags einfügen. (Bitte beachte, dass "
3658
  "Instagram Links nicht als klickbare Links darstellt)"
3659
 
3660
- #: includes/B2S/Network/Item.php:774
3661
  msgid "Hashtag shuffle (Hashtags have to be defined in the text field above)"
3662
  msgstr "Hashtags mischen (Hashtags müssen im obigen Textfeld definiert sein)"
3663
 
3664
- #: includes/B2S/Network/Item.php:801 includes/B2S/Network/Item.php:840
 
 
 
 
 
 
 
 
 
3665
  msgid "recommended length"
3666
  msgstr "Empfohlene Länge"
3667
 
3668
- #: includes/B2S/Network/Item.php:866 includes/B2S/Network/Item.php:918
3669
- #: includes/B2S/Network/Item.php:987 includes/B2S/Network/Item.php:1039
3670
- #: includes/B2S/Network/Item.php:1073 includes/B2S/Network/Item.php:1124
3671
- #: includes/B2S/Network/Item.php:1154 includes/B2S/Network/Item.php:1208
3672
- #: includes/B2S/Network/Item.php:1227 includes/B2S/Network/Item.php:1261
3673
- #: includes/B2S/Network/Item.php:1277 includes/B2S/Network/Item.php:1293
3674
- #: includes/B2S/Network/Item.php:1309 includes/B2S/Network/Item.php:1325
3675
- #: includes/B2S/Network/Item.php:1344 includes/B2S/Network/Item.php:1360
3676
  msgid "Preview"
3677
  msgstr "Vorschau"
3678
 
@@ -6228,16 +6291,16 @@ msgstr "Registriere Dich hier, um ein PR-Gateway-Konto zu eröffnen."
6228
  msgid "Logout"
6229
  msgstr "Ausloggen"
6230
 
6231
- #: includes/B2S/Support/Check/System.php:45
6232
  msgid "or higher"
6233
  msgstr "oder höher"
6234
 
6235
- #: includes/B2S/Support/Check/System.php:66
6236
- #: includes/B2S/Support/Check/System.php:84
6237
  msgid "resolve conflict"
6238
  msgstr "Konflikt beheben"
6239
 
6240
- #: includes/B2S/Support/Check/System.php:91
6241
  msgid "Plugin Warnings:"
6242
  msgstr "Plugin Warnungen:"
6243
 
2
  # This file is distributed under the same license as the Plugins - Blog2Social: Social Media Auto Post &amp; Scheduler - Stable (latest release) package.
3
  msgid ""
4
  msgstr ""
5
+ "PO-Revision-Date: 2021-01-18 11:15+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
12
  "Project-Id-Version: Plugins - Blog2Social: Social Media Auto Post &amp; "
13
  "Scheduler - Stable (latest release)\n"
14
  "Report-Msgid-Bugs-To: \n"
15
+ "POT-Creation-Date: 2021-01-18 11:12+0000\n"
16
  "Last-Translator: marius Lol <wolf.12345@gmx.de>\n"
17
+ "Language-Team: German\n"
18
  "X-Loco-Version: 2.3.0; wp-5.6-RC4-49760"
19
 
20
  #: includes/Loader.php:45
33
  msgid "Modify forum"
34
  msgstr "Modify forum"
35
 
36
+ #: includes/Loader.php:93
37
  msgid "Bitly"
38
  msgstr "Bitly"
39
 
40
+ #: includes/Loader.php:93
41
  msgid "Rebrandly"
42
  msgstr "Rebrandly"
43
 
44
+ #: includes/Loader.php:93
45
  msgid "Sniply"
46
  msgstr "Sniply"
47
 
48
+ #: includes/Loader.php:404
49
  msgid "Blog2Social: Autoposter"
50
  msgstr "Blog2Social: Auto-Poster"
51
 
52
+ #: includes/Loader.php:405
53
  msgid "Blog2Social: Social Media Content Calendar"
54
  msgstr "Blog2Social: Social-Media-Content-Kalender"
55
 
56
+ #: includes/Loader.php:797
57
  msgid "This post will be shared into your social media from"
58
  msgstr ""
59
  "Dein Beitrag ist zur Veröffentlichung in den Social Media geplant ab dem"
60
 
61
+ #: includes/Loader.php:797 includes/Loader.php:799
62
  msgid "show details"
63
  msgstr "siehe Details"
64
 
65
+ #: includes/Loader.php:799
66
  msgid "This post will be shared on social media in 2-3 minutes!"
67
  msgstr "Dein Beitrag wird in ca. 2-3 Minuten in die Social Media eingestellt!"
68
 
69
+ #: includes/Loader.php:803
70
  msgid ""
71
  "Please make sure that your post, page or custom post type is published or "
72
  "scheduled to be published on this blog before you try to post it with "
79
  "Posts werden mit dem von Dir gewählten Permalink geteilt, geplante WP-Posts "
80
  "werden mit dem Posting-ID-Link geteilt."
81
 
82
+ #: includes/Loader.php:806 includes/B2S/PostBox.php:146
83
  #: includes/B2S/AutoPost/Item.php:59
84
  msgid ""
85
  "There are no social network accounts assigned to your selected network "
90
  "verbunden. Bitte füge mindestens ein Social Media Account hinzu oder wähle "
91
  "eine andere Netzwerkgruppierung aus. "
92
 
93
+ #: includes/Loader.php:819 views/b2s/html/sidebar.php:45
94
  #: views/b2s/html/sidebar.ship.php:44
95
  msgid "Upgrade to Premium"
96
  msgstr "Premium freischalten"
97
 
98
+ #: includes/Loader.php:822 includes/Loader.php:957 includes/Loader.php:957
99
+ #: includes/Loader.php:1031 includes/B2S/RePost/Item.php:25
100
  #: views/b2s/html/sidebar.php:137
101
  msgid "Settings"
102
  msgstr "Einstellungen"
103
 
104
+ #: includes/Loader.php:822
105
  msgid "Support"
106
  msgstr "Support"
107
 
108
+ #: includes/Loader.php:872 views/b2s/html/post.navbar.php:21
109
  msgid "Notifications"
110
  msgstr "Benachrichtigungen"
111
 
112
+ #: includes/Loader.php:872 views/b2s/html/post.navbar.php:19
113
  #: views/b2s/html/sidebar.php:125
114
  msgid "Shared Posts"
115
  msgstr "geteilte Beiträge"
116
 
117
+ #: includes/Loader.php:872 views/b2s/html/post.navbar.php:16
118
  #: views/b2s/html/sidebar.php:119
119
  msgid "Instant Sharing"
120
  msgstr "Instant Sharing"
121
 
122
+ #: includes/Loader.php:872 views/b2s/html/post.navbar.php:12
123
  #: views/b2s/html/post.navbar.php:14 views/b2s/html/sidebar.php:94
124
  #: views/b2s/html/sidebar.php:116
125
  msgid "Drafts"
126
  msgstr "Entwürfe"
127
 
128
+ #: includes/Loader.php:872 views/b2s/html/post.navbar.php:17
129
  #: views/b2s/html/sidebar.php:122 views/b2s/widgets/posts.php:18
130
  msgid "Scheduled Posts"
131
  msgstr "geplante Beiträge"
132
 
133
+ #: includes/Loader.php:872
134
  msgid "Social Media Post Drafts"
135
  msgstr "Social Media Posts Entwürfe"
136
 
137
+ #: includes/Loader.php:872 views/b2s/html/post.navbar.php:11
138
  #: views/b2s/html/sidebar.php:113
139
  msgid "Favorites"
140
  msgstr "Favoriten"
141
 
142
+ #: includes/Loader.php:872 views/b2s/settings.php:35
143
  #: views/b2s/html/sidebar.php:75
144
  msgid "Auto-Post"
145
  msgstr "Beiträge automatisch teilen"
146
 
147
+ #: includes/Loader.php:872 views/b2s/settings.php:41
148
  #: views/b2s/html/post.navbar.php:20 views/b2s/html/sidebar.php:72
149
  msgid "Re-Share Posts"
150
  msgstr "Beiträge wiederholt teilen"
151
 
152
+ #: includes/Loader.php:872 views/b2s/curation.php:49 views/b2s/support.php:19
153
  #: views/b2s/support.php:22
154
  msgid "NEW"
155
  msgstr "Neu"
156
 
157
+ #: includes/Loader.php:873 includes/B2S/AutoPost/Item.php:250
158
  #: includes/B2S/Network/Item.php:149 includes/B2S/Network/Item.php:151
159
+ #: includes/B2S/Network/Item.php:154 includes/B2S/Network/Item.php:158
160
+ #: includes/B2S/Network/Item.php:226 includes/B2S/Network/Item.php:621
161
  #: includes/B2S/Ship/Portale.php:38 includes/B2S/Ship/Portale.php:40
162
+ #: includes/B2S/Ship/Portale.php:42 includes/B2S/Ship/Portale.php:46
163
  msgid "Profile"
164
  msgstr "Profil"
165
 
166
+ #: includes/Loader.php:873 includes/B2S/AutoPost/Item.php:250
167
+ #: includes/B2S/Network/Item.php:163 includes/B2S/Network/Item.php:163
168
+ #: includes/B2S/Network/Item.php:163 includes/B2S/Network/Item.php:296
169
+ #: includes/B2S/Network/Item.php:623 includes/B2S/Ship/Portale.php:35
170
  #: includes/B2S/Ship/Portale.php:35
171
  msgid "Page"
172
  msgstr "Seite"
173
 
174
+ #: includes/Loader.php:873 includes/B2S/Network/Item.php:166
175
+ #: includes/B2S/Network/Item.php:363 includes/B2S/Network/Item.php:626
176
  #: includes/B2S/Ship/Portale.php:31 includes/B2S/Ship/Portale.php:32
177
  msgid "Group"
178
  msgstr "Gruppe"
179
 
180
+ #: includes/Loader.php:874
181
  msgid "Company-Page (Employer Branding Profile)"
182
  msgstr "Unternehmensseite (Arbeitgeberprofil)"
183
 
184
+ #: includes/Loader.php:874
185
  msgid "Business"
186
  msgstr "Business"
187
 
188
+ #: includes/Loader.php:875
189
  #, php-format
190
  msgid ""
191
  "The network could not publish your post. Please see the following <a "
194
  "Dein Post ist vom Netzwerk nicht veröffentlicht worden. Bitte beachte die "
195
  "folgende <a target=\"_blank\" href=\"%s\">Anleitung</a>."
196
 
197
+ #: includes/Loader.php:876
198
  msgid ""
199
  "Your authorization has expired. Please reconnect your account in the "
200
  "Blog2Social network settings."
202
  "Deine Authorisierung ist abgelaufen. Bitte verbinde Deinen Account in den "
203
  "Blog2Social Netzwerkeinstellungen erneut."
204
 
205
+ #: includes/Loader.php:877
206
  #, php-format
207
  msgid ""
208
  "The content of your post could not be approved by the network. Please see "
211
  "Der Inhalt Deines Beitrags konnte vom Netzwerk nicht genehmigt werden. Bitte "
212
  "beachte die folgende <a target=\"_blank\" href=\"%s\">Anleitung</a>."
213
 
214
+ #: includes/Loader.php:878
215
  msgid ""
216
  "We don't have the permission to publish your post. Please check your "
217
  "authorization."
219
  "Wir haben nicht Deine Erlaubnis, den Post zu veröffentlichen. Bitte "
220
  "überprüfe deine Autorisierung."
221
 
222
+ #: includes/Loader.php:879
223
  #, php-format
224
  msgid ""
225
  "The connection to your social media account is interrupted. Please check "
232
  "target=\"_blank\" href=\"%s\">Anleitung zur Fehlerbehebung</a> zeigt Dir, "
233
  "wie Du die Verbindung zu Deinem Social-Media-Account erneuern kannst."
234
 
235
+ #: includes/Loader.php:880
236
  msgid "Your daily limit has been reached."
237
  msgstr "Dein tägliches Beitragslimit wurde erreicht."
238
 
239
+ #: includes/Loader.php:881
240
  msgid ""
241
  "Your post could not be posted, because your image is not available or the "
242
  "image source does not allow to publish"
244
  "Dein Beitrag kann nicht veröffentlicht werden, da Dein Bild nicht verfügbar "
245
  "ist oder die Bildquelle es nicht erlaubt zu veröffentlichen"
246
 
247
+ #: includes/Loader.php:882
248
  #, php-format
249
  msgid ""
250
  "The network has blocked your account. Please see the following <a "
253
  "Das Netzwerk hat Dein Konto gesperrt. Bitte beachte die folgende <a "
254
  "target=\"_blank\" href=\"%s\">Anleitung</a>"
255
 
256
+ #: includes/Loader.php:883
257
  #, php-format
258
  msgid ""
259
  "The number of images is reached. Please see the following <a "
262
  "Die Anzahl der Bilder ist erreicht. Bitte beachte die folgende <a "
263
  "target=\"_blank\" href=\"%s\">Anleitung</a>"
264
 
265
+ #: includes/Loader.php:884
266
  msgid ""
267
  "Your daily limit for this network has been reached. Please try again later."
268
  msgstr ""
269
  "Dein tägliches Beitragslimit für dieses Netzwerk wurde erreicht. Bitte "
270
  "versuche es später noch einmal."
271
 
272
+ #: includes/Loader.php:885
273
  #, php-format
274
  msgid ""
275
  "The network can not publish special characters such as Emoji. Please see the "
278
  "Das Netzwerk kann keine Sonderzeichen wie Emoji veröffentlichen. Bitte "
279
  "beachte die folgende <a target=\"_blank\" href=\"%s\">Anleitung</a>"
280
 
281
+ #: includes/Loader.php:886
282
  msgid "Your post is a duplicate."
283
  msgstr "Du kannst auf dem Netzwerke keine Duplikate veröffentlichen."
284
 
285
+ #: includes/Loader.php:887
286
  msgid "The network requires a public url."
287
  msgstr "Das Netzwerk benötigt eine öffentlich zugängliche URL."
288
 
289
+ #: includes/Loader.php:888
290
  msgid ""
291
  "Your blog post was not available for the network at the time of publication."
292
  msgstr ""
293
  "Dein Blogbeitrag war zum Zeitpunkt der Veröffentlichung für das Netzwerk "
294
  "nicht verfügbar."
295
 
296
+ #: includes/Loader.php:889
297
  msgid "You have already retweeted this post."
298
  msgstr "Du hast diesen Post bereits retweetet."
299
 
300
+ #: includes/Loader.php:890
301
  msgid ""
302
  "This XING API is no longer supported by XING. Please connect your XING "
303
  "accounts with the new XING interface to reschedule your posts."
306
  "Deinen XING-Konten über die neue XING-Schnittstelle, um Deine Beiträge neu "
307
  "zu planen."
308
 
309
+ #: includes/Loader.php:891
310
  msgid "An image is required to post on this social network."
311
  msgstr ""
312
  "Für die Veröffentlichung in diesem sozialen Netzwerk ist ein Bild "
313
  "erforderlich."
314
 
315
+ #: includes/Loader.php:892
316
  msgid "To share social media posts on Reddit or Diigo, a link is required."
317
  msgstr ""
318
  "Um Social Media Posts auf Reddit oder Diigo zu teilen, ist ein Link "
319
  "erforderlich."
320
 
321
+ #: includes/Loader.php:893
322
  msgid ""
323
  "Your post could not be posted, because your image can not be processed by "
324
  "the network."
326
  "Dein Beitrag kann nicht veröffentlicht werden, da Dein Bild nicht vom "
327
  "Netzwerk verarbeitet werden kann"
328
 
329
+ #: includes/Loader.php:894
330
  #, php-format
331
  msgid ""
332
  "Instagram published your post without text. Please see the following <a "
335
  "Instagram hat Deinen Beitrag ohne Text veröffentlicht. Bitte beachte die "
336
  "folgende <a target=\"_blank\" href=\"%s\">Anleitung</a>"
337
 
338
+ #: includes/Loader.php:895
339
  msgid "Your group can not be found by the network."
340
  msgstr "Deine Gruppe kann vom Netzwerk nicht gefunden werden."
341
 
342
+ #: includes/Loader.php:952 includes/Loader.php:997
343
  msgid "Dashboard"
344
  msgstr "Dashboard"
345
 
346
+ #: includes/Loader.php:953
347
  msgid "Share Website & Blog Content"
348
  msgstr "Webseiten- & Blog Content teilen"
349
 
350
+ #: includes/Loader.php:953 includes/Loader.php:1004
351
  msgid "Site & Blog Content"
352
  msgstr "Seiten & Blog Content"
353
 
354
+ #: includes/Loader.php:954
355
  msgid "Create Social Media Posts"
356
  msgstr "Erstelle Social Media Posts"
357
 
358
+ #: includes/Loader.php:954 includes/Loader.php:1011
359
  msgid "Social Media Posts"
360
  msgstr "Social Media Posts"
361
 
362
+ #: includes/Loader.php:955 includes/Loader.php:1018 views/b2s/dashboard.php:30
363
  #: views/b2s/html/post.navbar.php:22 views/b2s/html/sidebar.php:128
364
  msgid "Calendar"
365
  msgstr "Kalender"
366
 
367
+ #: includes/Loader.php:956 includes/Loader.php:1025
368
  msgid "Networks"
369
  msgstr "Netzwerke"
370
 
371
+ #: includes/Loader.php:959 includes/Loader.php:1039
372
  msgid "PR-Service"
373
  msgstr "PR-Service"
374
 
375
+ #: includes/Loader.php:961 includes/Loader.php:1047
376
  #: views/b2s/html/header.php:40 views/b2s/html/sidebar.php:140
377
  #: views/b2s/html/sidebar.ship.php:66
378
  msgid "Help & Support"
379
  msgstr "Hilfe & Support"
380
 
381
+ #: includes/Loader.php:963
382
  msgid "Premium"
383
  msgstr "Premium"
384
 
385
+ #: includes/Loader.php:963 includes/Loader.php:1055
386
  msgid "PREMIUM"
387
  msgstr "PREMIUM"
388
 
389
+ #: includes/Loader.php:988 views/b2s/html/sidebar.php:25
390
  #: views/b2s/html/sidebar.ship.php:24
391
  msgid "Blog2Social"
392
  msgstr "Blog2Social"
393
 
394
+ #: includes/Loader.php:1554
395
  msgid "Blog2Social needs Wordpress Version 4.7.0 or higher."
396
  msgstr "Blog2Social benötigt WordPress Version 4.7.0 oder höher."
397
 
398
+ #: includes/Loader.php:1554 includes/System.php:32 includes/System.php:38
399
  #, php-format
400
  msgid ""
401
  "<a href=\"%s\" target=\"_blank\">Please find more Information and help in "
404
  "<a href=\"%s\" target=\"_blank\">Weitere Informationen und Hilfe findest Du "
405
  "in unserem FAQs.</a>"
406
 
407
+ #: includes/Loader.php:1554 includes/Loader.php:1575 includes/Loader.php:1825
408
  msgid "or"
409
  msgstr "oder"
410
 
411
+ #: includes/Loader.php:1554 includes/Loader.php:1575 includes/Loader.php:1825
412
  msgid "back to install plugins"
413
  msgstr "zurück zur Pluginübersicht"
414
 
459
  "oder höher läuft, oder bitten Sie Ihren Server-Administrator, dies für Sie "
460
  "zu tun."
461
 
462
+ #: includes/Tools.php:340 views/b2s/html/sidebar.php:30
463
  #: views/b2s/html/sidebar.ship.php:29
464
  msgid "License"
465
  msgstr "Lizenz"
466
 
467
+ #: includes/Tools.php:355
468
  msgid "Greece"
469
  msgstr "Griechenland"
470
 
471
+ #: includes/Tools.php:356
472
  msgid "India"
473
  msgstr "Indien"
474
 
475
+ #: includes/Tools.php:357
476
  msgid "United States of America"
477
  msgstr "Vereinigte Staaten von Amerika"
478
 
479
+ #: includes/Tools.php:358
480
  msgid "Ireland"
481
  msgstr "Irland"
482
 
483
+ #: includes/Tools.php:359
484
  msgid "Italy"
485
  msgstr "Italien"
486
 
487
+ #: includes/Tools.php:360
488
  msgid "Switzerland"
489
  msgstr "Schweiz"
490
 
491
+ #: includes/Tools.php:361
492
  msgid "Czechoslovakia"
493
  msgstr "Tschechoslowakei"
494
 
495
+ #: includes/Tools.php:362
496
  msgid "Indonesia"
497
  msgstr "Indonesien"
498
 
499
+ #: includes/Tools.php:363
500
  msgid "Spain"
501
  msgstr "Spanien"
502
 
503
+ #: includes/Tools.php:364
504
  msgid "Canada"
505
  msgstr "Kanada"
506
 
507
+ #: includes/Tools.php:365
508
  msgid "Great Britain"
509
  msgstr "Großbritannien"
510
 
511
+ #: includes/Tools.php:366
512
  msgid "Russia"
513
  msgstr "Russland"
514
 
515
+ #: includes/Tools.php:367
516
  msgid "Netherlands"
517
  msgstr "Niederlande"
518
 
519
+ #: includes/Tools.php:368 includes/Tools.php:382
520
  msgid "Portugal"
521
  msgstr "Portugal"
522
 
523
+ #: includes/Tools.php:369
524
  msgid "Norway"
525
  msgstr "Norwegen"
526
 
527
+ #: includes/Tools.php:370
528
  msgid "Turkey"
529
  msgstr "Türkei"
530
 
531
+ #: includes/Tools.php:371
532
  msgid "Australia"
533
  msgstr "Australien"
534
 
535
+ #: includes/Tools.php:372
536
  msgid "Austria"
537
  msgstr "Österreich"
538
 
539
+ #: includes/Tools.php:373
540
  msgid "Poland"
541
  msgstr "Polen"
542
 
543
+ #: includes/Tools.php:374
544
  msgid "France"
545
  msgstr "Frankreich"
546
 
547
+ #: includes/Tools.php:375
548
  msgid "Romania"
549
  msgstr "Rumänien"
550
 
551
+ #: includes/Tools.php:376
552
  msgid "Germany"
553
  msgstr "Deutschland"
554
 
555
+ #: includes/Tools.php:377
556
  msgid "Denmark"
557
  msgstr "Dänemark"
558
 
559
+ #: includes/Tools.php:378
560
  msgid "New Zealand"
561
  msgstr "Neuseeland"
562
 
563
+ #: includes/Tools.php:379
564
  msgid "Finland"
565
  msgstr "Finnland"
566
 
567
+ #: includes/Tools.php:380
568
  msgid "Hungary"
569
  msgstr "Ungarn"
570
 
571
+ #: includes/Tools.php:381
572
  msgid "Japan"
573
  msgstr "Japan"
574
 
575
+ #: includes/Tools.php:383
576
  msgid "Argentina"
577
  msgstr "Argentinien"
578
 
579
+ #: includes/Tools.php:384
580
  msgid "Korea"
581
  msgstr "Korea"
582
 
583
+ #: includes/Tools.php:385
584
  msgid "Sweden"
585
  msgstr "Schweden"
586
 
587
+ #: includes/Tools.php:386
588
  msgid "Mexico"
589
  msgstr "Mexiko"
590
 
591
+ #: includes/Tools.php:387
592
  msgid "Slovakia"
593
  msgstr "Slowakei"
594
 
595
+ #: includes/Tools.php:388
596
  msgid "Chile"
597
  msgstr "Chile"
598
 
599
+ #: includes/Tools.php:389
600
  msgid "Colombia"
601
  msgstr "Kolumbien"
602
 
603
+ #: includes/Tools.php:390
604
  msgid "South Africa"
605
  msgstr "Südafrika"
606
 
607
+ #: includes/Tools.php:391
608
  msgid "Philippines"
609
  msgstr "Philippinen"
610
 
611
+ #: includes/Tools.php:394
612
  msgid "is determined automatically"
613
  msgstr "wird automatisch ermittelt"
614
 
615
+ #: includes/Tools.php:401
616
  msgid "Search"
617
  msgstr "Suche"
618
 
619
+ #: includes/Tools.php:402
620
  msgid "Recently Used"
621
  msgstr "Zuletzt verwendet"
622
 
623
+ #: includes/Tools.php:403
624
  msgid "Smileys & People"
625
  msgstr "Smileys & Personen"
626
 
627
+ #: includes/Tools.php:404
628
  msgid "Animals & Nature"
629
  msgstr "Tiere & Natur"
630
 
631
+ #: includes/Tools.php:405
632
  msgid "Food & Drink"
633
  msgstr "Essen & Trinken"
634
 
635
+ #: includes/Tools.php:406
636
  msgid "Activities"
637
  msgstr "Aktivitäten"
638
 
639
+ #: includes/Tools.php:407
640
  msgid "Travel & Places"
641
  msgstr "Reisen & Orte"
642
 
643
+ #: includes/Tools.php:408
644
  msgid "Objects"
645
  msgstr "Objekte"
646
 
647
+ #: includes/Tools.php:409
648
  msgid "Symbols"
649
  msgstr "Symbole"
650
 
651
+ #: includes/Tools.php:410
652
  msgid "Flags"
653
  msgstr "Flaggen"
654
 
655
+ #: includes/Tools.php:411
656
  msgid "No emojis found"
657
  msgstr "Keine Ergebnisse"
658
 
704
  msgid "Please contact our support!"
705
  msgstr "Bitte kontaktiere unseren Support!"
706
 
707
+ #: includes/Ajax/Post.php:1897 views/b2s/network.php:7
708
+ #: includes/B2S/Network/Item.php:224 includes/B2S/Network/Item.php:290
709
+ #: includes/B2S/Network/Item.php:361 includes/B2S/Network/Item.php:487
710
  msgid "Unknown username"
711
  msgstr "unbekannter Blog-Nutzer"
712
 
713
+ #: includes/Ajax/Post.php:1898 includes/B2S/Network/Item.php:488
714
  #: includes/B2S/Post/Item.php:521 includes/B2S/Post/Item.php:541
715
  #: includes/B2S/Post/Item.php:833 includes/B2S/Post/Item.php:891
716
  #: includes/B2S/Settings/Item.php:90 includes/B2S/Ship/Item.php:1131
722
  msgid "Please see FAQ"
723
  msgstr "Siehe FAQ"
724
 
725
+ #: includes/B2S/PostBox.php:143 views/b2s/ship.php:754
726
  #: views/b2s/html/header.php:60
727
  msgid "The connection to the server failed. Try again!"
728
  msgstr ""
768
  #: includes/B2S/PostBox.php:253 views/b2s/network.php:42 views/b2s/ship.php:76
769
  #: views/b2s/ship.php:166 views/b2s/ship.php:258
770
  #: includes/B2S/AutoPost/Item.php:108 includes/B2S/AutoPost/Item.php:205
771
+ #: includes/B2S/Curation/View.php:73 includes/B2S/Network/Item.php:180
772
  #: includes/B2S/RePost/Item.php:145 includes/B2S/RePost/Item.php:166
773
  #: includes/B2S/Ship/Item.php:1095
774
  msgid "Info"
1080
  msgid "save..."
1081
  msgstr "speichere Daten..."
1082
 
1083
+ #: views/b2s/autopost.php:48 views/b2s/settings.php:137
1084
  #: includes/B2S/Ship/Image.php:96
1085
  msgid "Select or upload an image from media gallery"
1086
  msgstr "Bild aus Mediathek auswählen oder hochladen"
1087
 
1088
+ #: views/b2s/autopost.php:49 views/b2s/settings.php:138
1089
  #: includes/B2S/Ship/Image.php:97
1090
  msgid "Use image"
1091
  msgstr "Bild verwenden"
1092
 
1093
+ #: views/b2s/autopost.php:59 views/b2s/settings.php:190
1094
  #: includes/B2S/Settings/Item.php:53
1095
  msgid "Personal Time Zone"
1096
  msgstr "Persönliche Zeitzone"
1097
 
1098
+ #: views/b2s/autopost.php:62 views/b2s/settings.php:193
1099
  msgid ""
1100
  "Blog2Social applies the scheduled time settings based on the time zone "
1101
  "defined in the general settings of your WordPress. You can select a user-"
1172
 
1173
  #: views/b2s/curation.draft.php:47 views/b2s/network.php:61
1174
  #: views/b2s/network.php:149 views/b2s/network.php:236
1175
+ #: views/b2s/network.php:373 views/b2s/network.php:452
1176
  #: views/b2s/post.approve.php:51 views/b2s/post.calendar.php:60
1177
  #: views/b2s/post.calendar.php:244 views/b2s/post.draft.php:42
1178
+ #: views/b2s/post.favorites.php:41 views/b2s/post.notice.php:48
1179
  #: views/b2s/post.php:41 views/b2s/post.publish.php:45
1180
  #: views/b2s/post.sched.php:59 views/b2s/repost.php:28 views/b2s/ship.php:188
1181
+ #: views/b2s/ship.php:603 views/b2s/ship.php:752 views/b2s/support.php:144
1182
  #: views/b2s/support.php:182 views/prg/html/header.php:86
1183
  msgid "Loading..."
1184
  msgstr "Wird geladen..."
1194
  #: views/b2s/curation.draft.php:90 views/b2s/curation.php:161
1195
  #: views/b2s/network.php:109 views/b2s/post.approve.php:98
1196
  #: views/b2s/post.approve.php:115 views/b2s/post.draft.php:87
1197
+ #: views/b2s/post.notice.php:88 views/b2s/post.publish.php:85
1198
  #: views/b2s/post.sched.php:99 views/b2s/repost.php:91 views/b2s/ship.php:478
1199
  #: views/b2s/ship.php:557 views/prg/ship.php:94 views/b2s/widgets/posts.php:67
1200
  msgid "NO"
1202
 
1203
  #: views/b2s/curation.draft.php:91 views/b2s/network.php:110
1204
  #: views/b2s/network.php:173 views/b2s/post.approve.php:99
1205
+ #: views/b2s/post.draft.php:88 views/b2s/post.notice.php:89
1206
  #: views/b2s/post.publish.php:86 views/b2s/post.sched.php:100
1207
  #: views/b2s/repost.php:92 views/b2s/repost.php:93
1208
  #: views/b2s/widgets/posts.php:68
1254
  msgstr "Text-Beitrag"
1255
 
1256
  #: views/b2s/curation.php:51 views/b2s/curation.php:52 views/b2s/network.php:35
1257
+ #: includes/B2S/Network/Item.php:158 includes/B2S/Network/Item.php:163
1258
+ #: includes/B2S/Network/Item.php:167 includes/B2S/Ship/Image.php:92
1259
  #: includes/B2S/Ship/Item.php:500 includes/B2S/Ship/Item.php:561
1260
  #: includes/B2S/Ship/Item.php:748 includes/B2S/Ship/Item.php:802
1261
  #: includes/B2S/Ship/Portale.php:32 includes/B2S/Ship/Portale.php:35
1262
+ #: includes/B2S/Ship/Portale.php:46
1263
  msgid "PRO"
1264
  msgstr "PRO"
1265
 
1293
  msgid "Enter link"
1294
  msgstr "Link eingeben"
1295
 
1296
+ #: views/b2s/curation.php:75 views/b2s/network.php:431
1297
  msgid "continue"
1298
  msgstr "weiter"
1299
 
1329
  msgstr "Neuen Social Media Post erstellen"
1330
 
1331
  #: views/b2s/curation.php:139 views/b2s/post.calendar.php:38
1332
+ #: views/b2s/ship.php:18 views/b2s/ship.php:753 includes/B2S/Post/Filter.php:59
1333
  #: includes/B2S/Post/Item.php:368 includes/B2S/Ship/Save.php:438
1334
  #: includes/PRG/Post/Filter.php:37 includes/PRG/Post/Item.php:86
1335
  msgid "published"
1694
  msgid "modify"
1695
  msgstr "modify"
1696
 
1697
+ #: views/b2s/network.php:230 includes/B2S/Network/Item.php:170
1698
+ #: includes/B2S/Network/Item.php:170
1699
  msgid "Edit Post Template"
1700
  msgstr "Beitragsvorlage bearbeiten"
1701
 
1702
  #: views/b2s/network.php:230 views/b2s/ship.php:23
1703
  #: includes/B2S/AutoPost/Item.php:31 includes/B2S/Curation/View.php:56
1704
+ #: includes/B2S/Network/Item.php:170 includes/B2S/Network/Item.php:264
1705
+ #: includes/B2S/Network/Item.php:334 includes/B2S/Network/Item.php:396
1706
  #: includes/B2S/RePost/Item.php:23 includes/B2S/Settings/Item.php:159
1707
  #: includes/B2S/Ship/Image.php:85 includes/B2S/Ship/Item.php:1154
1708
  #: views/b2s/html/post.navbar.php:17 views/b2s/html/post.navbar.php:20
1711
  msgid "SMART"
1712
  msgstr "SMART"
1713
 
1714
+ #: views/b2s/network.php:242 views/b2s/settings.php:65
1715
+ #: includes/B2S/Network/Item.php:548 includes/B2S/Settings/Item.php:133
1716
  msgid "save"
1717
  msgstr "speichern"
1718
 
1791
  msgid "The name of the post author."
1792
  msgstr "Der Name des Autors Deines Beitrags."
1793
 
1794
+ #: views/b2s/network.php:318 includes/B2S/Network/Item.php:783
1795
  msgid "Character limit"
1796
  msgstr "Zeichenbegrenzung"
1797
 
1833
  msgid "Connect with Pinterest"
1834
  msgstr "Mit Pinterest verbinden"
1835
 
1836
+ #: views/b2s/network.php:339 views/b2s/network.php:352 views/b2s/ship.php:574
1837
+ #: views/b2s/ship.php:582
1838
+ msgid ""
1839
+ "The login failed. To connect your Pinterest account to Blog2Social, please "
1840
+ "sign in to Pinterest using the Blog2Social browser extension."
1841
+ msgstr ""
1842
+ "Die Anmeldung ist fehlgeschlagen. Um Dein Pinterest-Konto mit Blog2Social zu "
1843
+ "verbinden, melde Dich bitte über die Blog2Social Browser-Extension bei "
1844
+ "Pinterest an."
1845
+
1846
+ #: views/b2s/network.php:340
1847
+ msgid "Download and activate the Blog2Social extension"
1848
+ msgstr "Lade und aktiviere die Blog2Social Extension"
1849
+
1850
+ #: views/b2s/network.php:345
1851
+ msgid "Click on \"continue\""
1852
+ msgstr "Klicke auf “weiter”"
1853
+
1854
+ #: views/b2s/network.php:359 views/b2s/network.php:377 views/b2s/ship.php:589
1855
+ #: views/b2s/ship.php:607
1856
+ msgid "An error occurred! Please try again."
1857
+ msgstr "Es ist ein Fehler aufgetreten! Bitte versuche es erneut."
1858
+
1859
+ #: views/b2s/network.php:360 views/b2s/network.php:386 views/b2s/ship.php:590
1860
+ #: views/b2s/ship.php:616
1861
+ msgid ""
1862
+ "Login up successful. Please confirm that Blog2Social is allowed to publish "
1863
+ "on your profile."
1864
+ msgstr ""
1865
+ "Anmeldung erfolgreich. Bitte bestätige, dass Blog2Social auf Deinem Profil "
1866
+ "veröffentlichen darf."
1867
+
1868
+ #: views/b2s/network.php:364 views/b2s/network.php:419 views/b2s/ship.php:594
1869
+ #: views/b2s/ship.php:649
1870
+ msgid "Select Pinboard"
1871
+ msgstr "Pinnwand auswählen"
1872
+
1873
+ #: views/b2s/network.php:376 views/b2s/ship.php:606
1874
  msgid ""
1875
  "Please make sure to use your original Pinterest login data (email and "
1876
  "password). Social Login via Facebook or Google login data will not work here."
1882
  "dass die Zwei-Faktor-Authentifizierung in Pinterest deaktiviert ist, um eine "
1883
  "stabile Verbindung zu Blog2Social sicherzustellen."
1884
 
1885
+ #: views/b2s/network.php:378 views/b2s/network.php:379 views/b2s/ship.php:608
1886
+ #: views/b2s/ship.php:609
 
 
 
 
1887
  #, php-format
1888
  msgid ""
1889
  "You want to connect an additional account? <a target=\"_blank\" href=\"%s\">"
1892
  "Du möchtest ein zusätzliches Konto verbinden? <a target=\"_blank\" "
1893
  "href=\"%s\">Upgrade auf Blog2Social Premium</a>"
1894
 
1895
+ #: views/b2s/network.php:380 views/b2s/ship.php:610
1896
  msgid "Invalid Data! Please try again."
1897
  msgstr "Ungültige Daten! Bitte versuche es erneut."
1898
 
1899
+ #: views/b2s/network.php:381 views/b2s/ship.php:611
1900
  msgid ""
1901
  "You have not yet created any pinboards in your Pinterest account. Please set "
1902
  "up at least one pinboard to pin on your Pinterest account!"
1904
  "Du hast noch keine Pinnwände in Deinem Pinterest Konto angelegt. Bitte "
1905
  "richte mindestens eine Pinnwand auf Deinem Pinterest Konto ein!"
1906
 
1907
+ #: views/b2s/network.php:382 views/b2s/ship.php:612
1908
  #, php-format
1909
  msgid ""
1910
  "Login failed. Please check your login data for typos and please check your "
1916
  "Authentifizierung für dieses Konto deaktiviert ist: <a target=\"_blank\" "
1917
  "href=\"%s\">%s</a>"
1918
 
1919
+ #: views/b2s/network.php:383 views/b2s/ship.php:613
1920
  msgid "Pinterest has rejected the connection to your blog"
1921
  msgstr "Pinterest hat die Verbindung zu Deinem Blog abgelehnt"
1922
 
1923
+ #: views/b2s/network.php:384 views/b2s/ship.php:614
1924
  msgid "Please select your correct server location and connect again."
1925
  msgstr ""
1926
  "Bitte wähle Deinen richtigen Serverstandort aus und verbinde Dich erneut."
1927
 
1928
+ #: views/b2s/network.php:385 views/b2s/ship.php:615
1929
  msgid ""
1930
  "Access to this resource on your server is denied! Please check your "
1931
  "webserver configuration for caching."
1933
  "Der Zugriff auf diese Ressource auf Ihrem Server ist verweigert! Bitte "
1934
  "überprüfen Sie Ihre Webserver-Konfiguration auf Caching."
1935
 
1936
+ #: views/b2s/network.php:388 views/b2s/ship.php:618
 
 
 
 
 
 
 
 
1937
  #: views/b2s/html/header.php:348 views/prg/html/form.php:141
1938
  #: views/prg/html/form.php:143 views/prg/html/form.php:218
1939
  #: views/prg/html/form.php:220
1940
  msgid "E-Mail"
1941
  msgstr "E-Mail"
1942
 
1943
+ #: views/b2s/network.php:394 views/b2s/ship.php:624 views/prg/login.php:25
1944
  msgid "Password"
1945
  msgstr "Passwort"
1946
 
1947
+ #: views/b2s/network.php:405 views/b2s/ship.php:635
1948
  msgid "Server-Location"
1949
  msgstr "Serverstandort"
1950
 
1951
+ #: views/b2s/network.php:427 views/b2s/ship.php:657 views/b2s/ship.php:661
 
 
 
 
1952
  #: includes/B2S/Settings/Item.php:89
1953
  msgid "authorize"
1954
  msgstr "autorisieren"
1955
 
1956
+ #: views/b2s/network.php:428 views/b2s/network.php:430 views/b2s/ship.php:658
1957
+ #: views/b2s/ship.php:660
1958
  msgid "confirm"
1959
  msgstr "bestätigen"
1960
 
1961
+ #: views/b2s/network.php:429 views/b2s/ship.php:659
1962
+ msgid "Sign in to Pinterest"
1963
+ msgstr "Melde Dich bei Pinterest an"
1964
+
1965
+ #: views/b2s/network.php:446
1966
  msgid "Advanced Network Settings"
1967
  msgstr "Erweiterte Netzwerkeinstellungen"
1968
 
1969
+ #: views/b2s/network.php:458 views/b2s/network.php:555
1970
  msgid "URL Parameters"
1971
  msgstr "URL-Parameter"
1972
 
1973
+ #: views/b2s/network.php:459
1974
  msgid "The parameters could not be saved. Please try again."
1975
  msgstr ""
1976
  "Die Parameter konnten nicht gespeichert werden. Bitte versuchen Sie es noch "
1977
  "einmal."
1978
 
1979
+ #: views/b2s/network.php:460 views/b2s/network.php:475
1980
+ #: views/b2s/network.php:507 views/b2s/network.php:510
1981
+ #: views/b2s/network.php:513
1982
  msgid "An error occured. Please contact our support."
1983
  msgstr "Ein Fehler ist aufgetreten. Bitte kontaktiere unseren Support."
1984
 
1985
+ #: views/b2s/network.php:467 views/b2s/network.php:564
1986
  msgid "Network collection"
1987
  msgstr "Netzwerkgruppierung"
1988
 
1989
+ #: views/b2s/network.php:470 views/b2s/network.php:567
1990
  msgid "Move the connection to another network collection."
1991
  msgstr "Verbindung in eine andere Netzwerk-Gruppierung verschieben"
1992
 
1993
+ #: views/b2s/network.php:482 views/b2s/network.php:574
1994
  msgid "move"
1995
  msgstr "verschieben"
1996
 
1997
+ #: views/b2s/network.php:490
1998
  msgid "You need at least one network collection"
1999
  msgstr "Du brauchst mindestens eine Netzwerkgruppierung."
2000
 
2001
+ #: views/b2s/network.php:499 views/b2s/network.php:581
2002
  msgid "Team Management"
2003
  msgstr "Team-Management"
2004
 
2005
+ #: views/b2s/network.php:502 views/b2s/network.php:584
2006
  msgid "Assign the connection to other blog users"
2007
  msgstr "Weise Deine Verbindung anderen Blog-Benutzern zu"
2008
 
2009
+ #: views/b2s/network.php:516
2010
  msgid "You don't have a Business License"
2011
  msgstr "Du hast keine Business-Lizenz"
2012
 
2013
+ #: views/b2s/network.php:519
2014
  msgid "This user don't have a Business License, or it is not the same"
2015
  msgstr ""
2016
  "Dieser Benutzer hat keine Business-Lizenz oder nutzt nicht dieselbe Lizenz"
2017
 
2018
+ #: views/b2s/network.php:522
2019
  msgid "The connection has already been assigned to this user."
2020
  msgstr "Die Verbindung wurde diesem Benutzer bereits zugewiesen."
2021
 
2022
+ #: views/b2s/network.php:525
2023
  msgid "The connection does not exist."
2024
  msgstr "Diese Verbindung existiert nicht."
2025
 
2026
+ #: views/b2s/network.php:528
2027
  msgid "This connection has already been assigned to this user."
2028
  msgstr "Die Verbindung wurde diesem Benutzer bereits zugewiesen."
2029
 
2030
+ #: views/b2s/network.php:531
2031
  msgid ""
2032
  "You can only share the connection with blog users who use the same license "
2033
  "as you."
2035
  "Du kannst Deine Verbindung nur mit Blog-Benutzern teilen, die dieselbe "
2036
  "Lizenz verwenden wie Du."
2037
 
2038
+ #: views/b2s/network.php:534
2039
  msgid "There are no other users to whom the connection can be assigned."
2040
  msgstr ""
2041
  "Es sind keine weiteren Benutzer vorhanden, denen die Verbindung zugewiesen "
2042
  "werden kann."
2043
 
2044
+ #: views/b2s/network.php:537 views/b2s/network.php:587
2045
  msgid "assign"
2046
  msgstr "zuweisen"
2047
 
2048
+ #: views/b2s/network.php:538
2049
  msgid "Apply best time settings"
2050
  msgstr "Beste Zeiten verwenden"
2051
 
2052
+ #: views/b2s/network.php:539
2053
  msgid "Apply post template settings"
2054
  msgstr "Beitragsvorlagen verwenden"
2055
 
2056
+ #: views/b2s/network.php:540
2057
  msgid "Apply URL Parameters"
2058
  msgstr "URL-Parameter verwenden"
2059
 
2060
+ #: views/b2s/network.php:551
2061
  msgid ""
2062
  "Upgrade to Blog2Social Business to easily bundle your connections into "
2063
  "network collection and assign your social media connections to other blog "
2074
  "auf Deinem Social-Media-Profil, Deiner Seite oder Gruppe zu veröffentlichen "
2075
  "oder vorzuplanen."
2076
 
2077
+ #: views/b2s/network.php:552
2078
  msgid "Upgrade to Blog2Social Business"
2079
  msgstr "Upgrade auf Blog2Social Business"
2080
 
2081
+ #: views/b2s/network.php:556 includes/B2S/Network/Item.php:518
2082
  #, php-format
2083
  msgid ""
2084
  "Define parameters that will be added to link posts on this network e.g. to "
2089
  "hinzugefügt werden sollen z. B. um Tracking-Links mit UTM-Parametern zu "
2090
  "erstellen. <a target=\"_blank\" href=\"%s\">Weitere Informationen</a>"
2091
 
2092
+ #: views/b2s/network.php:572 includes/B2S/Ship/Navbar.php:37
2093
  msgid "My Profile"
2094
  msgstr "Mein Profil"
2095
 
2096
+ #: views/b2s/network.php:603 views/b2s/ship.php:695
2097
  msgid "Add Page"
2098
  msgstr "Seite hinzufügen"
2099
 
2100
+ #: views/b2s/network.php:608 views/b2s/ship.php:700
2101
  #, php-format
2102
  msgid ""
2103
  "Please make sure to log in with your account which manages your pages and <a "
2107
  "Deine Seiten verwaltet und <a href=\"%s\" target=\"_blank\">folge diesem "
2108
  "Guide, um alle Deine Seiten auswählen zu können</a>."
2109
 
2110
+ #: views/b2s/network.php:609 views/b2s/network.php:628
2111
+ #: views/b2s/network.php:647 views/b2s/ship.php:682 views/b2s/ship.php:701
2112
+ #: views/b2s/ship.php:720
2113
  msgid "Continue"
2114
  msgstr "Fortsetzen"
2115
 
2116
+ #: views/b2s/network.php:622 views/b2s/ship.php:714
2117
  msgid "Add Group"
2118
  msgstr "Gruppe hinzufügen"
2119
 
2120
+ #: views/b2s/network.php:627 views/b2s/ship.php:719
2121
  #, php-format
2122
  msgid ""
2123
  "Please make sure to log in with your account which manages your groups and "
2128
  "verwaltet, und <a href=\"%s\" target=\"_blank\">folgen dieser Anleitung, um "
2129
  "alle Deine Gruppen auszuwählen</a>."
2130
 
2131
+ #: views/b2s/network.php:641 views/b2s/ship.php:676
2132
+ msgid "Add Profile"
2133
+ msgstr "Profil hinzufügen"
2134
+
2135
+ #: views/b2s/network.php:646 views/b2s/ship.php:681
2136
+ #, php-format
2137
+ msgid ""
2138
+ "When you connect Blog2Social with your Instagram account, you might get a "
2139
+ "notification from Instagram that a server from Germany in the Cologne area "
2140
+ "is trying to access your account. This is a general security notification "
2141
+ "due to the fact that the Blog2Social server is located in this area. This is "
2142
+ "an automatic process that is necessary to establish a connection to "
2143
+ "Instagram. Rest assured, that this is a common and regular security notice "
2144
+ "to keep your account safe. <a href=\"%s\" target=\"_blank\">More information:"
2145
+ " How to connect with Instagram.</a>."
2146
+ msgstr ""
2147
+ "Wenn Du Blog2Social mit Deinem Instagram-Konto verbindest, erhältst Du "
2148
+ "möglicherweise eine Benachrichtigung von Instagram, dass ein Server aus "
2149
+ "Deutschland im Raum Köln versucht, auf Dein Konto zuzugreifen. Dies ist eine "
2150
+ "normale Sicherheitsmeldung aufgrund der Tatsache, dass sich der Blog2Social-"
2151
+ "Server in diesem Gebiet befindet. Dies ist ein automatischer Vorgang, der "
2152
+ "notwendig ist, um eine Verbindung zu Instagram herzustellen. Sei versichert, "
2153
+ "dass dies ein üblicher und genereller Sicherheitshinweis von Instagram ist, "
2154
+ "um Deinen Account zu sichern. <a href=\"%s\" target=\"_blank\">Mehr "
2155
+ "Informationen: So verbindest Du Deine Website mit Instagram.</a>"
2156
+
2157
  #: views/b2s/post.approve.php:89
2158
  msgid "Delete Social Media Posts"
2159
  msgstr "Social Media Posts löschen"
2162
  msgid "Are you sure you want to delete these Social Media posts?"
2163
  msgstr "Bist Du sicher, dass Du diese Social Media Posts löschen möchtest?"
2164
 
2165
+ #: views/b2s/post.approve.php:94 views/b2s/post.notice.php:84
2166
  #: views/b2s/post.publish.php:81 views/b2s/post.sched.php:95
2167
  #: views/b2s/repost.php:87 views/b2s/widgets/posts.php:63
2168
  msgid "Number of entries"
2183
  msgstr "geplant"
2184
 
2185
  #: views/b2s/post.calendar.php:70 views/b2s/post.sched.php:189
2186
+ #: views/b2s/repost.php:73 includes/B2S/Network/Item.php:700
2187
+ #: includes/B2S/Network/Item.php:703 includes/B2S/Settings/Item.php:239
2188
  #: views/b2s/html/footer.php:177
2189
  msgid "Image with frame"
2190
  msgstr "Bild mit Rahmen"
2191
 
2192
  #: views/b2s/post.calendar.php:70 views/b2s/post.sched.php:189
2193
+ #: views/b2s/repost.php:73 includes/B2S/Network/Item.php:701
2194
+ #: includes/B2S/Network/Item.php:704 includes/B2S/Settings/Item.php:253
2195
  #: views/b2s/html/footer.php:182
2196
  msgid "Image cut out"
2197
  msgstr "Bild zuschneiden"
2289
  msgid "You have not saved any favorites."
2290
  msgstr "Du hast keine Favoriten gespeichert."
2291
 
2292
+ #: views/b2s/post.notice.php:79 views/b2s/post.publish.php:76
2293
  #: views/b2s/widgets/posts.php:58
2294
  msgid "Delete entries from the reporting"
2295
  msgstr "Einträge aus dem Reporting löschen"
2296
 
2297
+ #: views/b2s/post.notice.php:82 views/b2s/post.publish.php:79
2298
  #: views/b2s/widgets/posts.php:61
2299
  msgid "You are sure, you want to delete entries from the reporting?"
2300
  msgstr "Bist Du sicher, dass Du Einträge aus dem Reporting löschen möchtest?"
2528
  msgid "Post Templates"
2529
  msgstr "Beitragsvorlagen"
2530
 
2531
+ #: views/b2s/settings.php:72
2532
  msgid ""
2533
  "Connect Blog2Social with 16 different social media networks you like to "
2534
  "share your WordPress blog posts and pages as well as imported posts and "
2538
  "Du Deine WordPress-Blogbeiträge und -Seiten sowie importierte Beiträge und "
2539
  "Social-Media-Posts teilen möchtest. Die folgenden Netzwerke sind verfügbar:"
2540
 
2541
+ #: views/b2s/settings.php:92
2542
  #, php-format
2543
  msgid ""
2544
  "You will find more information on how to connect your social media networks "
2549
  "Netzwerke”-Guide</a> erhältst Du mehr Informationen darüber, wie Du Deine "
2550
  "Social-Media-Netzwerke verbinden kannst."
2551
 
2552
+ #: views/b2s/settings.php:94
2553
  msgid "Connect your social media networks"
2554
  msgstr "Verbinde Deine Social-Media-Netzwerke"
2555
 
2556
+ #: views/b2s/settings.php:97
2557
  msgid ""
2558
  "Use the pre-defined best time settings or define your own best time settings "
2559
  "for sharing your posts . Posting at the right time can be essential to make "
2564
  "geteilt werden sollen. Das Posten zur richtigen Zeit ist essentiell, um mehr "
2565
  "Aufmerksamkeit und Engagement mit Deinen Social Media Beiträgen zu erzielen."
2566
 
2567
+ #: views/b2s/settings.php:99
2568
  #, php-format
2569
  msgid ""
2570
  "You will find more information about the pre-defined best time settings by "
2574
  "Blog2Social findest Du in diesem <a href=\"%s\" target=\"_blank\">\"Beste "
2575
  "Zeiten\"-Guide</a>."
2576
 
2577
+ #: views/b2s/settings.php:101
2578
  #, php-format
2579
  msgid ""
2580
  "An instruction on how to define your own best times is explained in the "
2585
  "findest Du in dem Guide \"<a href=\"%s\" target=\"_blank\">Wie stelle ich "
2586
  "meine eigenen Zeiteinstellungen zum Posten in sozialen Medien ein?</a>\". "
2587
 
2588
+ #: views/b2s/settings.php:103
2589
  msgid "Check, edit or define your social media time settings"
2590
  msgstr ""
2591
  "Prüfe, bearbeite oder definiere die Zeiteinstellungen für Deine Social-Media-"
2592
  "Netzwerke"
2593
 
2594
+ #: views/b2s/settings.php:106
2595
  msgid ""
2596
  "Edit the post templates for each social media network to turn your social "
2597
  "media posts automatically into tailored posts for each network and community."
2602
  "Netzwerk und jede Community zu verwandeln. Du kannst den Inhalt Deines "
2603
  "Beitrags mit den folgenden Variablen bearbeiten:"
2604
 
2605
+ #: views/b2s/settings.php:109
2606
  msgid "Title: The title of your post."
2607
  msgstr "Titel: Der Titel Deines Beitrags."
2608
 
2609
+ #: views/b2s/settings.php:110
2610
  msgid "Content: The content of your post."
2611
  msgstr "Content: Der Inhalt Deines Beitrags."
2612
 
2613
+ #: views/b2s/settings.php:111
2614
  msgid ""
2615
  "Excerpt: The summary of your post (you define it in the side menu of your "
2616
  "post)."
2618
  "Textauszug: Die Zusammenfassung Deines Beitrags (wird von dir im Seitenmenü "
2619
  "deines Beitrags festgelegt)."
2620
 
2621
+ #: views/b2s/settings.php:112
2622
  msgid "Keywords: The tags you have set in your post."
2623
  msgstr "Keywords: Die Tags, die Du in Deinem Beitrag gesetzt hast."
2624
 
2625
+ #: views/b2s/settings.php:113
2626
  msgid "Author: The author of the post."
2627
  msgstr "Author: Der Autor des Beitrags."
2628
 
2629
+ #: views/b2s/settings.php:115
2630
  #, php-format
2631
  msgid ""
2632
  "You will find more information on how to use post templates for your social "
2636
  "Media-Netzwerke nutzen kannst, findest Du in diesem <a href=\"%s\" "
2637
  "target=\"_blank\">\"Beitragsvorlagen\"-Guide</a>."
2638
 
2639
+ #: views/b2s/settings.php:117
2640
  msgid "Define your post templates for each social media network"
2641
  msgstr "Definiere Deine Beitragsvorlagen für jedes Social-Media-Netzwerk. "
2642
 
2643
+ #: views/b2s/settings.php:148
2644
  msgid "Allow shortcodes in my social media posts (e.g. Page Builder)"
2645
  msgstr ""
2646
  "Berücksichtige Shortcodes in meinen Social Media Beiträgen (z.B. Page-"
2647
  "Builder)"
2648
 
2649
+ #: views/b2s/settings.php:151
2650
  #, php-format
2651
  msgid ""
2652
  "Some WordPress plugins use short codes, e.g. Page Builder plugins. When a "
2670
  "Plugins Blog2Social unterstützt, findest Du in diesem <a href=\"%s\" "
2671
  "target=\"_blank\">Guide</a>."
2672
 
2673
+ #: views/b2s/settings.php:162
2674
  msgid "Activate Legacy mode "
2675
  msgstr "Kompatibilitätsmodus aktivieren"
2676
 
2677
+ #: views/b2s/settings.php:165
2678
  msgid "Plugin contents are loaded one at a time to minimize server load."
2679
  msgstr ""
2680
  "Plugininhalte werden nacheinander geladen, um den Server Deines Blogs zu "
2681
  "entlasten."
2682
 
2683
+ #: views/b2s/settings.php:176
2684
  msgid "Instant Caching for Facebook Link Posts"
2685
  msgstr "Instant Caching für Facebook Link-Beiträge"
2686
 
2687
+ #: views/b2s/settings.php:179
2688
  msgid ""
2689
  "Please enable this feature, if you are using varnish caching (HTTP "
2690
  "accelerator to relieve your website). Blog2Social will add a \"no-cache=1\" "
2914
  "damit überschrieben. Bist Du sicher, dass Du Deinen Entwurf überschreiben "
2915
  "möchtest?"
2916
 
2917
+ #: views/b2s/ship.php:740
2918
  msgid "add Schedule"
2919
  msgstr "Zeitplan hinzufügen"
2920
 
2921
+ #: views/b2s/ship.php:756
2922
  msgid "Give me more information"
2923
  msgstr "Erhalte mehr Infomationen"
2924
 
3426
  msgid "Save"
3427
  msgstr " Speichern"
3428
 
3429
+ #: includes/B2S/AutoPost/Item.php:241 includes/B2S/Network/Item.php:179
3430
  msgid "Connections"
3431
  msgstr "Verbindungen"
3432
 
3484
  msgid "Show all"
3485
  msgstr "alle anzeigen"
3486
 
3487
+ #: includes/B2S/Network/Item.php:64 includes/B2S/Network/Item.php:186
3488
  msgid "My profile"
3489
  msgstr "Mein Profil"
3490
 
3496
  msgid "Best times"
3497
  msgstr "Beste Zeiten"
3498
 
3499
+ #: includes/B2S/Network/Item.php:149 includes/B2S/Network/Item.php:226
3500
+ #: includes/B2S/Ship/Item.php:331 includes/B2S/Ship/Navbar.php:90
3501
  #: includes/B2S/Ship/Portale.php:38
3502
  msgid "Blog"
3503
  msgstr "Blog"
3504
 
3505
+ #: includes/B2S/Network/Item.php:154 includes/B2S/Network/Item.php:158
3506
+ #: includes/B2S/Ship/Portale.php:42 includes/B2S/Ship/Portale.php:46
3507
  msgid "You want to connect a network profile?"
3508
  msgstr "Du möchtest Dich mit einem Netzwerkprofil verbinden?"
3509
 
3510
+ #: includes/B2S/Network/Item.php:154 includes/B2S/Ship/Portale.php:42
3511
  msgid "BUSINESS"
3512
  msgstr "BUSINESS"
3513
 
3514
+ #: includes/B2S/Network/Item.php:163 includes/B2S/Ship/Portale.php:35
3515
  msgid "You want to connect a network page?"
3516
  msgstr "Du möchtest eine Netzwerk-Seite verbinden?"
3517
 
3518
+ #: includes/B2S/Network/Item.php:166 includes/B2S/Network/Item.php:363
3519
  #: includes/B2S/Ship/Portale.php:31
3520
  msgid "Publication"
3521
  msgstr "Publication"
3522
 
3523
+ #: includes/B2S/Network/Item.php:167 includes/B2S/Ship/Portale.php:32
3524
  msgid "You want to connect a social media group?"
3525
  msgstr "Du möchtest eine Social-Media-Gruppe verbinden?"
3526
 
3527
+ #: includes/B2S/Network/Item.php:180 views/b2s/html/footer.php:241
3528
  msgid "Best Time Manager"
3529
  msgstr "Best Time Manager"
3530
 
3531
+ #: includes/B2S/Network/Item.php:217 includes/B2S/Network/Item.php:283
3532
+ #: includes/B2S/Network/Item.php:354
3533
  msgid "To reactivate this connection,"
3534
  msgstr "Um die Verbindung wieder zu aktivieren,"
3535
 
3536
+ #: includes/B2S/Network/Item.php:217 includes/B2S/Network/Item.php:283
3537
+ #: includes/B2S/Network/Item.php:354 includes/B2S/Ship/Image.php:31
3538
  msgid "please upgrade"
3539
  msgstr "Bitte upgraden"
3540
 
3541
+ #: includes/B2S/Network/Item.php:220 includes/B2S/Network/Item.php:286
3542
+ #: includes/B2S/Network/Item.php:357
3543
  msgid "Connection is interrupted since"
3544
  msgstr "Verbindung ist unterbrochen seit"
3545
 
3546
+ #: includes/B2S/Network/Item.php:224 includes/B2S/Network/Item.php:290
3547
+ #: includes/B2S/Network/Item.php:361
3548
  msgid "Assigned by"
3549
  msgstr "Zugewiesen von"
3550
 
3551
+ #: includes/B2S/Network/Item.php:262 includes/B2S/Network/Item.php:332
3552
+ #: includes/B2S/Network/Item.php:394 includes/B2S/Ship/Item.php:1211
3553
  msgid "Days"
3554
  msgstr "Tage"
3555
 
3556
+ #: includes/B2S/Network/Item.php:293 includes/B2S/Network/Item.php:814
3557
  #, php-format
3558
  msgid ""
3559
  "Company-Page (Employer Branding Profile, <a href=\"%s\" target=\"_blank\">"
3562
  "Unternehmensseite (Arbeitgeberprofil, <a href=\"%s\" target=\"_blank\">Altes "
3563
  "Design bis 30.11.2020</a>)"
3564
 
3565
+ #: includes/B2S/Network/Item.php:294 includes/B2S/Network/Item.php:815
3566
  msgid "Company-Page (Employer Branding Profile, New Design)"
3567
  msgstr "Unternehmensseite (Arbeitgeberprofil, Neues Design)"
3568
 
3569
+ #: includes/B2S/Network/Item.php:475
3570
  msgid "Connection currently assigned to"
3571
  msgstr "Diese Verbindung ist aktuell zugewiesen an"
3572
 
3573
+ #: includes/B2S/Network/Item.php:520 views/prg/html/form.php:84
3574
  #: views/prg/html/form.php:86 views/prg/html/form.php:161
3575
  #: views/prg/html/form.php:163
3576
  msgid "Name"
3577
  msgstr "Name"
3578
 
3579
+ #: includes/B2S/Network/Item.php:521
3580
  msgid "Value"
3581
  msgstr "Zugeordneter Wert"
3582
 
3583
+ #: includes/B2S/Network/Item.php:545
3584
  msgid "+ add Parameter"
3585
  msgstr "+ Parameter hinzufügen"
3586
 
3587
+ #: includes/B2S/Network/Item.php:546
3588
  #, php-format
3589
  msgid "Apply for all %s connections"
3590
  msgstr "Für alle %s Verbindungen übernehmen"
3591
 
3592
+ #: includes/B2S/Network/Item.php:547
3593
  msgid "Apply for all connections"
3594
  msgstr "Für alle Verbindungen übernehmen"
3595
 
3596
+ #: includes/B2S/Network/Item.php:568
3597
  msgid "Successfully saved"
3598
  msgstr "Erfolgreich gespeichert"
3599
 
3600
+ #: includes/B2S/Network/Item.php:569
3601
  msgid "Failed to save"
3602
  msgstr "Speichern fehlgeschlagen"
3603
 
3604
+ #: includes/B2S/Network/Item.php:570
3605
  msgid "Failed to load the default template"
3606
  msgstr "Fehler beim Laden der Standardeinstellungen"
3607
 
3608
+ #: includes/B2S/Network/Item.php:610
3609
  msgid ""
3610
  "Upgrade to Blog2Social Smart or higher to customize your individual post "
3611
  "templates that will automatically pre-format the structure of your social "
3625
  "auch statische Inhalte (z.B. individuelle Hashtags oder Slogans) zu Deinen "
3626
  "Beitragsvorlagen hinzu."
3627
 
3628
+ #: includes/B2S/Network/Item.php:611
3629
  msgid "Upgrade to Blog2Social Smart"
3630
  msgstr "Upgrade auf Blog2Social Smart"
3631
 
3632
+ #: includes/B2S/Network/Item.php:632
3633
  msgid "Activate Instant Caching"
3634
  msgstr "Instant Caching aktivieren"
3635
 
3636
+ #: includes/B2S/Network/Item.php:693
3637
  msgid "Format"
3638
  msgstr "Format"
3639
 
3640
+ #: includes/B2S/Network/Item.php:694 includes/B2S/Network/Item.php:715
3641
  msgid "Load default settings"
3642
  msgstr "Lade Standardeinstellungen"
3643
 
3644
+ #: includes/B2S/Network/Item.php:700 includes/B2S/Network/Item.php:703
3645
  #: includes/B2S/Ship/Item.php:960 includes/B2S/Ship/Item.php:962
3646
  msgid "Link"
3647
  msgstr "Link"
3648
 
3649
+ #: includes/B2S/Network/Item.php:701 includes/B2S/Network/Item.php:704
3650
  msgid "Image"
3651
  msgstr "Bild"
3652
 
3653
+ #: includes/B2S/Network/Item.php:713 includes/B2S/Settings/Item.php:64
3654
  msgid "Content"
3655
  msgstr "Inhalt"
3656
 
3657
+ #: includes/B2S/Network/Item.php:722 includes/B2S/Ship/Item.php:372
3658
  msgid ""
3659
  "Instagram supports up to 30 hashtags. Please reduce the number of hashtags "
3660
  "in your post."
3662
  "Instagram unterstützt bis zu 30 Hashtags. Bitte reduziere die Anzahl der "
3663
  "Hashtags in Deinem Beitrag."
3664
 
3665
+ #: includes/B2S/Network/Item.php:734
3666
  msgid "clear"
3667
  msgstr "löschen"
3668
 
3669
+ #: includes/B2S/Network/Item.php:745
3670
  msgid ""
3671
  "The link will be transmitted as a canonical link, i.e. in the source code of "
3672
  "your page, in order to refer to the original source of the content and to "
3676
  "um so auf die ursprüngliche Quelle des Inhalts zu verweisen und die "
3677
  "Reichweite über Suchmaschinen wie Google zu vergrößern."
3678
 
3679
+ #: includes/B2S/Network/Item.php:747
3680
  msgid "The link will be added automatically at the end of the post."
3681
  msgstr "Der Link wird automatisch am Ende des Posts eingefügt."
3682
 
3683
+ #: includes/B2S/Network/Item.php:752
3684
  msgid "The network does not support hashtags."
3685
  msgstr "Das Netzwerk unterstützt keine Hashtags."
3686
 
3687
+ #: includes/B2S/Network/Item.php:757 includes/B2S/Network/Item.php:806
3688
+ #: includes/B2S/Network/Item.php:845
3689
  msgid "Network limit"
3690
  msgstr "Netzwerkbegrenzung"
3691
 
3692
+ #: includes/B2S/Network/Item.php:757 includes/B2S/Network/Item.php:806
3693
+ #: includes/B2S/Network/Item.php:806 includes/B2S/Network/Item.php:845
3694
+ #: includes/B2S/Network/Item.php:845 includes/B2S/Ship/Item.php:215
3695
  #: includes/B2S/Ship/Item.php:219 includes/B2S/Ship/Item.php:262
3696
  #: includes/B2S/Ship/Item.php:266 includes/B2S/Ship/Item.php:299
3697
  #: includes/B2S/Ship/Item.php:303 includes/B2S/Ship/Item.php:1290
3699
  msgid "characters"
3700
  msgstr "Zeichen"
3701
 
3702
+ #: includes/B2S/Network/Item.php:764
3703
  msgid "Add a link-URL to the end of my image post."
3704
  msgstr "Link automatisch am Ende meines Bildbeitrags einfügen."
3705
 
3706
+ #: includes/B2S/Network/Item.php:771
3707
  msgid ""
3708
  "Add a link-URL to the end of my Instagram posts. (Please note, that "
3709
  "Instagram does not turn link-URLs into clickable links)"
3711
  "Link automatisch am Ende meines Bildbeitrags einfügen. (Bitte beachte, dass "
3712
  "Instagram Links nicht als klickbare Links darstellt)"
3713
 
3714
+ #: includes/B2S/Network/Item.php:776
3715
  msgid "Hashtag shuffle (Hashtags have to be defined in the text field above)"
3716
  msgstr "Hashtags mischen (Hashtags müssen im obigen Textfeld definiert sein)"
3717
 
3718
+ #: includes/B2S/Network/Item.php:787
3719
+ msgid ""
3720
+ "Missing PHP \"mbstring\" extension to use the character limit function. "
3721
+ "Please activate server-side the PHP \"mbstring\" extension in your \"php."
3722
+ "ini\" file."
3723
+ msgstr ""
3724
+ "Bitte aktiviere serverseitig die PHP \"mbstring\" Erweiterung, um die "
3725
+ "Zeichenbegrenzungsfunktion zu nutzen."
3726
+
3727
+ #: includes/B2S/Network/Item.php:806 includes/B2S/Network/Item.php:845
3728
  msgid "recommended length"
3729
  msgstr "Empfohlene Länge"
3730
 
3731
+ #: includes/B2S/Network/Item.php:871 includes/B2S/Network/Item.php:923
3732
+ #: includes/B2S/Network/Item.php:992 includes/B2S/Network/Item.php:1044
3733
+ #: includes/B2S/Network/Item.php:1078 includes/B2S/Network/Item.php:1129
3734
+ #: includes/B2S/Network/Item.php:1159 includes/B2S/Network/Item.php:1213
3735
+ #: includes/B2S/Network/Item.php:1232 includes/B2S/Network/Item.php:1266
3736
+ #: includes/B2S/Network/Item.php:1282 includes/B2S/Network/Item.php:1298
3737
+ #: includes/B2S/Network/Item.php:1314 includes/B2S/Network/Item.php:1330
3738
+ #: includes/B2S/Network/Item.php:1349 includes/B2S/Network/Item.php:1365
3739
  msgid "Preview"
3740
  msgstr "Vorschau"
3741
 
6291
  msgid "Logout"
6292
  msgstr "Ausloggen"
6293
 
6294
+ #: includes/B2S/Support/Check/System.php:46
6295
  msgid "or higher"
6296
  msgstr "oder höher"
6297
 
6298
+ #: includes/B2S/Support/Check/System.php:67
6299
+ #: includes/B2S/Support/Check/System.php:85
6300
  msgid "resolve conflict"
6301
  msgstr "Konflikt beheben"
6302
 
6303
+ #: includes/B2S/Support/Check/System.php:92
6304
  msgid "Plugin Warnings:"
6305
  msgstr "Plugin Warnungen:"
6306
 
languages/blog2social.pot CHANGED
@@ -3,7 +3,7 @@ msgid ""
3
  msgstr ""
4
  "Project-Id-Version: Blog2Social: Social Media Auto Post & Scheduler\n"
5
  "Report-Msgid-Bugs-To: \n"
6
- "POT-Creation-Date: 2021-01-04 13:20+0000\n"
7
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
8
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
9
  "Language-Team: \n"
@@ -31,39 +31,39 @@ msgstr ""
31
  msgid "Modify forum"
32
  msgstr ""
33
 
34
- #: includes/Loader.php:92
35
  msgid "Bitly"
36
  msgstr ""
37
 
38
- #: includes/Loader.php:92
39
  msgid "Rebrandly"
40
  msgstr ""
41
 
42
- #: includes/Loader.php:92
43
  msgid "Sniply"
44
  msgstr ""
45
 
46
- #: includes/Loader.php:403
47
  msgid "Blog2Social: Autoposter"
48
  msgstr ""
49
 
50
- #: includes/Loader.php:404
51
  msgid "Blog2Social: Social Media Content Calendar"
52
  msgstr ""
53
 
54
- #: includes/Loader.php:796
55
  msgid "This post will be shared into your social media from"
56
  msgstr ""
57
 
58
- #: includes/Loader.php:796 includes/Loader.php:798
59
  msgid "show details"
60
  msgstr ""
61
 
62
- #: includes/Loader.php:798
63
  msgid "This post will be shared on social media in 2-3 minutes!"
64
  msgstr ""
65
 
66
- #: includes/Loader.php:802
67
  msgid ""
68
  "Please make sure that your post, page or custom post type is published or "
69
  "scheduled to be published on this blog before you try to post it with "
@@ -71,7 +71,7 @@ msgid ""
71
  "scheduled WP posts will be shared with the posting id link."
72
  msgstr ""
73
 
74
- #: includes/Loader.php:805 includes/B2S/PostBox.php:146
75
  #: includes/B2S/AutoPost/Item.php:59
76
  msgid ""
77
  "There are no social network accounts assigned to your selected network "
@@ -79,128 +79,128 @@ msgid ""
79
  "another network collection."
80
  msgstr ""
81
 
82
- #: includes/Loader.php:818 views/b2s/html/sidebar.php:45
83
  #: views/b2s/html/sidebar.ship.php:44
84
  msgid "Upgrade to Premium"
85
  msgstr ""
86
 
87
- #: includes/Loader.php:821 includes/Loader.php:956 includes/Loader.php:956
88
- #: includes/Loader.php:1030 includes/B2S/RePost/Item.php:25
89
  #: views/b2s/html/sidebar.php:137
90
  msgid "Settings"
91
  msgstr ""
92
 
93
- #: includes/Loader.php:821
94
  msgid "Support"
95
  msgstr ""
96
 
97
- #: includes/Loader.php:871 views/b2s/html/post.navbar.php:21
98
  msgid "Notifications"
99
  msgstr ""
100
 
101
- #: includes/Loader.php:871 views/b2s/html/post.navbar.php:19
102
  #: views/b2s/html/sidebar.php:125
103
  msgid "Shared Posts"
104
  msgstr ""
105
 
106
- #: includes/Loader.php:871 views/b2s/html/post.navbar.php:16
107
  #: views/b2s/html/sidebar.php:119
108
  msgid "Instant Sharing"
109
  msgstr ""
110
 
111
- #: includes/Loader.php:871 views/b2s/html/post.navbar.php:12
112
  #: views/b2s/html/post.navbar.php:14 views/b2s/html/sidebar.php:94
113
  #: views/b2s/html/sidebar.php:116
114
  msgid "Drafts"
115
  msgstr ""
116
 
117
- #: includes/Loader.php:871 views/b2s/html/post.navbar.php:17
118
  #: views/b2s/html/sidebar.php:122 views/b2s/widgets/posts.php:18
119
  msgid "Scheduled Posts"
120
  msgstr ""
121
 
122
- #: includes/Loader.php:871
123
  msgid "Social Media Post Drafts"
124
  msgstr ""
125
 
126
- #: includes/Loader.php:871 views/b2s/html/post.navbar.php:11
127
  #: views/b2s/html/sidebar.php:113
128
  msgid "Favorites"
129
  msgstr ""
130
 
131
- #: includes/Loader.php:871 views/b2s/settings.php:35
132
  #: views/b2s/html/sidebar.php:75
133
  msgid "Auto-Post"
134
  msgstr ""
135
 
136
- #: includes/Loader.php:871 views/b2s/settings.php:41
137
  #: views/b2s/html/post.navbar.php:20 views/b2s/html/sidebar.php:72
138
  msgid "Re-Share Posts"
139
  msgstr ""
140
 
141
- #: includes/Loader.php:871 views/b2s/curation.php:49 views/b2s/support.php:19
142
  #: views/b2s/support.php:22
143
  msgid "NEW"
144
  msgstr ""
145
 
146
- #: includes/Loader.php:872 includes/B2S/AutoPost/Item.php:250
147
  #: includes/B2S/Network/Item.php:149 includes/B2S/Network/Item.php:151
148
- #: includes/B2S/Network/Item.php:154 includes/B2S/Network/Item.php:156
149
- #: includes/B2S/Network/Item.php:224 includes/B2S/Network/Item.php:619
150
  #: includes/B2S/Ship/Portale.php:38 includes/B2S/Ship/Portale.php:40
151
- #: includes/B2S/Ship/Portale.php:43 includes/B2S/Ship/Portale.php:45
152
  msgid "Profile"
153
  msgstr ""
154
 
155
- #: includes/Loader.php:872 includes/B2S/AutoPost/Item.php:250
156
- #: includes/B2S/Network/Item.php:161 includes/B2S/Network/Item.php:161
157
- #: includes/B2S/Network/Item.php:161 includes/B2S/Network/Item.php:294
158
- #: includes/B2S/Network/Item.php:621 includes/B2S/Ship/Portale.php:35
159
  #: includes/B2S/Ship/Portale.php:35
160
  msgid "Page"
161
  msgstr ""
162
 
163
- #: includes/Loader.php:872 includes/B2S/Network/Item.php:164
164
- #: includes/B2S/Network/Item.php:361 includes/B2S/Network/Item.php:624
165
  #: includes/B2S/Ship/Portale.php:31 includes/B2S/Ship/Portale.php:32
166
  msgid "Group"
167
  msgstr ""
168
 
169
- #: includes/Loader.php:873
170
  msgid "Company-Page (Employer Branding Profile)"
171
  msgstr ""
172
 
173
- #: includes/Loader.php:873
174
  msgid "Business"
175
  msgstr ""
176
 
177
- #: includes/Loader.php:874
178
  #, php-format
179
  msgid ""
180
  "The network could not publish your post. Please see the following <a "
181
  "target=\"_blank\" href=\"%s\">guide</a>."
182
  msgstr ""
183
 
184
- #: includes/Loader.php:875
185
  msgid ""
186
  "Your authorization has expired. Please reconnect your account in the "
187
  "Blog2Social network settings."
188
  msgstr ""
189
 
190
- #: includes/Loader.php:876
191
  #, php-format
192
  msgid ""
193
  "The content of your post could not be approved by the network. Please see "
194
  "the following <a target=\"_blank\" href=\"%s\">guide</a>."
195
  msgstr ""
196
 
197
- #: includes/Loader.php:877
198
  msgid ""
199
  "We don't have the permission to publish your post. Please check your "
200
  "authorization."
201
  msgstr ""
202
 
203
- #: includes/Loader.php:878
204
  #, php-format
205
  msgid ""
206
  "The connection to your social media account is interrupted. Please check "
@@ -209,158 +209,158 @@ msgid ""
209
  "your social media account."
210
  msgstr ""
211
 
212
- #: includes/Loader.php:879
213
  msgid "Your daily limit has been reached."
214
  msgstr ""
215
 
216
- #: includes/Loader.php:880
217
  msgid ""
218
  "Your post could not be posted, because your image is not available or the "
219
  "image source does not allow to publish"
220
  msgstr ""
221
 
222
- #: includes/Loader.php:881
223
  #, php-format
224
  msgid ""
225
  "The network has blocked your account. Please see the following <a "
226
  "target=\"_blank\" href=\"%s\">guide</a>."
227
  msgstr ""
228
 
229
- #: includes/Loader.php:882
230
  #, php-format
231
  msgid ""
232
  "The number of images is reached. Please see the following <a "
233
  "target=\"_blank\" href=\"%s\">guide</a>."
234
  msgstr ""
235
 
236
- #: includes/Loader.php:883
237
  msgid ""
238
  "Your daily limit for this network has been reached. Please try again later."
239
  msgstr ""
240
 
241
- #: includes/Loader.php:884
242
  #, php-format
243
  msgid ""
244
  "The network can not publish special characters such as Emoji. Please see the "
245
  "following <a target=\"_blank\" href=\"%s\">guide</a>."
246
  msgstr ""
247
 
248
- #: includes/Loader.php:885
249
  msgid "Your post is a duplicate."
250
  msgstr ""
251
 
252
- #: includes/Loader.php:886
253
  msgid "The network requires a public url."
254
  msgstr ""
255
 
256
- #: includes/Loader.php:887
257
  msgid ""
258
  "Your blog post was not available for the network at the time of publication."
259
  msgstr ""
260
 
261
- #: includes/Loader.php:888
262
  msgid "You have already retweeted this post."
263
  msgstr ""
264
 
265
- #: includes/Loader.php:889
266
  msgid ""
267
  "This XING API is no longer supported by XING. Please connect your XING "
268
  "accounts with the new XING interface to reschedule your posts."
269
  msgstr ""
270
 
271
- #: includes/Loader.php:890
272
  msgid "An image is required to post on this social network."
273
  msgstr ""
274
 
275
- #: includes/Loader.php:891
276
  msgid "To share social media posts on Reddit or Diigo, a link is required."
277
  msgstr ""
278
 
279
- #: includes/Loader.php:892
280
  msgid ""
281
  "Your post could not be posted, because your image can not be processed by "
282
  "the network."
283
  msgstr ""
284
 
285
- #: includes/Loader.php:893
286
  #, php-format
287
  msgid ""
288
  "Instagram published your post without text. Please see the following <a "
289
  "target=\"_blank\" href=\"%s\">guide</a>."
290
  msgstr ""
291
 
292
- #: includes/Loader.php:894
293
  msgid "Your group can not be found by the network."
294
  msgstr ""
295
 
296
- #: includes/Loader.php:951 includes/Loader.php:996
297
  msgid "Dashboard"
298
  msgstr ""
299
 
300
- #: includes/Loader.php:952
301
  msgid "Share Website & Blog Content"
302
  msgstr ""
303
 
304
- #: includes/Loader.php:952 includes/Loader.php:1003
305
  msgid "Site & Blog Content"
306
  msgstr ""
307
 
308
- #: includes/Loader.php:953
309
  msgid "Create Social Media Posts"
310
  msgstr ""
311
 
312
- #: includes/Loader.php:953 includes/Loader.php:1010
313
  msgid "Social Media Posts"
314
  msgstr ""
315
 
316
- #: includes/Loader.php:954 includes/Loader.php:1017 views/b2s/dashboard.php:30
317
  #: views/b2s/html/post.navbar.php:22 views/b2s/html/sidebar.php:128
318
  msgid "Calendar"
319
  msgstr ""
320
 
321
- #: includes/Loader.php:955 includes/Loader.php:1024
322
  msgid "Networks"
323
  msgstr ""
324
 
325
- #: includes/Loader.php:958 includes/Loader.php:1038
326
  msgid "PR-Service"
327
  msgstr ""
328
 
329
- #: includes/Loader.php:960 includes/Loader.php:1046
330
  #: views/b2s/html/header.php:40 views/b2s/html/sidebar.php:140
331
  #: views/b2s/html/sidebar.ship.php:66
332
  msgid "Help & Support"
333
  msgstr ""
334
 
335
- #: includes/Loader.php:962
336
  msgid "Premium"
337
  msgstr ""
338
 
339
- #: includes/Loader.php:962 includes/Loader.php:1054
340
  msgid "PREMIUM"
341
  msgstr ""
342
 
343
- #: includes/Loader.php:987 views/b2s/html/sidebar.php:25
344
  #: views/b2s/html/sidebar.ship.php:24
345
  msgid "Blog2Social"
346
  msgstr ""
347
 
348
- #: includes/Loader.php:1553
349
  msgid "Blog2Social needs Wordpress Version 4.7.0 or higher."
350
  msgstr ""
351
 
352
- #: includes/Loader.php:1553 includes/System.php:32 includes/System.php:38
353
  #, php-format
354
  msgid ""
355
  "<a href=\"%s\" target=\"_blank\">Please find more Information and help in "
356
  "our FAQ</a>"
357
  msgstr ""
358
 
359
- #: includes/Loader.php:1553 includes/Loader.php:1574 includes/Loader.php:1824
360
  msgid "or"
361
  msgstr ""
362
 
363
- #: includes/Loader.php:1553 includes/Loader.php:1574 includes/Loader.php:1824
364
  msgid "back to install plugins"
365
  msgstr ""
366
 
@@ -400,200 +400,200 @@ msgid ""
400
  "higher, or ask your server administrator to do it for you."
401
  msgstr ""
402
 
403
- #: includes/Tools.php:337 views/b2s/html/sidebar.php:30
404
  #: views/b2s/html/sidebar.ship.php:29
405
  msgid "License"
406
  msgstr ""
407
 
408
- #: includes/Tools.php:352
409
  msgid "Greece"
410
  msgstr ""
411
 
412
- #: includes/Tools.php:353
413
  msgid "India"
414
  msgstr ""
415
 
416
- #: includes/Tools.php:354
417
  msgid "United States of America"
418
  msgstr ""
419
 
420
- #: includes/Tools.php:355
421
  msgid "Ireland"
422
  msgstr ""
423
 
424
- #: includes/Tools.php:356
425
  msgid "Italy"
426
  msgstr ""
427
 
428
- #: includes/Tools.php:357
429
  msgid "Switzerland"
430
  msgstr ""
431
 
432
- #: includes/Tools.php:358
433
  msgid "Czechoslovakia"
434
  msgstr ""
435
 
436
- #: includes/Tools.php:359
437
  msgid "Indonesia"
438
  msgstr ""
439
 
440
- #: includes/Tools.php:360
441
  msgid "Spain"
442
  msgstr ""
443
 
444
- #: includes/Tools.php:361
445
  msgid "Canada"
446
  msgstr ""
447
 
448
- #: includes/Tools.php:362
449
  msgid "Great Britain"
450
  msgstr ""
451
 
452
- #: includes/Tools.php:363
453
  msgid "Russia"
454
  msgstr ""
455
 
456
- #: includes/Tools.php:364
457
  msgid "Netherlands"
458
  msgstr ""
459
 
460
- #: includes/Tools.php:365 includes/Tools.php:379
461
  msgid "Portugal"
462
  msgstr ""
463
 
464
- #: includes/Tools.php:366
465
  msgid "Norway"
466
  msgstr ""
467
 
468
- #: includes/Tools.php:367
469
  msgid "Turkey"
470
  msgstr ""
471
 
472
- #: includes/Tools.php:368
473
  msgid "Australia"
474
  msgstr ""
475
 
476
- #: includes/Tools.php:369
477
  msgid "Austria"
478
  msgstr ""
479
 
480
- #: includes/Tools.php:370
481
  msgid "Poland"
482
  msgstr ""
483
 
484
- #: includes/Tools.php:371
485
  msgid "France"
486
  msgstr ""
487
 
488
- #: includes/Tools.php:372
489
  msgid "Romania"
490
  msgstr ""
491
 
492
- #: includes/Tools.php:373
493
  msgid "Germany"
494
  msgstr ""
495
 
496
- #: includes/Tools.php:374
497
  msgid "Denmark"
498
  msgstr ""
499
 
500
- #: includes/Tools.php:375
501
  msgid "New Zealand"
502
  msgstr ""
503
 
504
- #: includes/Tools.php:376
505
  msgid "Finland"
506
  msgstr ""
507
 
508
- #: includes/Tools.php:377
509
  msgid "Hungary"
510
  msgstr ""
511
 
512
- #: includes/Tools.php:378
513
  msgid "Japan"
514
  msgstr ""
515
 
516
- #: includes/Tools.php:380
517
  msgid "Argentina"
518
  msgstr ""
519
 
520
- #: includes/Tools.php:381
521
  msgid "Korea"
522
  msgstr ""
523
 
524
- #: includes/Tools.php:382
525
  msgid "Sweden"
526
  msgstr ""
527
 
528
- #: includes/Tools.php:383
529
  msgid "Mexico"
530
  msgstr ""
531
 
532
- #: includes/Tools.php:384
533
  msgid "Slovakia"
534
  msgstr ""
535
 
536
- #: includes/Tools.php:385
537
  msgid "Chile"
538
  msgstr ""
539
 
540
- #: includes/Tools.php:386
541
  msgid "Colombia"
542
  msgstr ""
543
 
544
- #: includes/Tools.php:387
545
  msgid "South Africa"
546
  msgstr ""
547
 
548
- #: includes/Tools.php:388
549
  msgid "Philippines"
550
  msgstr ""
551
 
552
- #: includes/Tools.php:391
553
  msgid "is determined automatically"
554
  msgstr ""
555
 
556
- #: includes/Tools.php:398
557
  msgid "Search"
558
  msgstr ""
559
 
560
- #: includes/Tools.php:399
561
  msgid "Recently Used"
562
  msgstr ""
563
 
564
- #: includes/Tools.php:400
565
  msgid "Smileys & People"
566
  msgstr ""
567
 
568
- #: includes/Tools.php:401
569
  msgid "Animals & Nature"
570
  msgstr ""
571
 
572
- #: includes/Tools.php:402
573
  msgid "Food & Drink"
574
  msgstr ""
575
 
576
- #: includes/Tools.php:403
577
  msgid "Activities"
578
  msgstr ""
579
 
580
- #: includes/Tools.php:404
581
  msgid "Travel & Places"
582
  msgstr ""
583
 
584
- #: includes/Tools.php:405
585
  msgid "Objects"
586
  msgstr ""
587
 
588
- #: includes/Tools.php:406
589
  msgid "Symbols"
590
  msgstr ""
591
 
592
- #: includes/Tools.php:407
593
  msgid "Flags"
594
  msgstr ""
595
 
596
- #: includes/Tools.php:408
597
  msgid "No emojis found"
598
  msgstr ""
599
 
@@ -640,13 +640,13 @@ msgstr ""
640
  msgid "Please contact our support!"
641
  msgstr ""
642
 
643
- #: includes/Ajax/Post.php:1882 views/b2s/network.php:7
644
- #: includes/B2S/Network/Item.php:222 includes/B2S/Network/Item.php:288
645
- #: includes/B2S/Network/Item.php:359 includes/B2S/Network/Item.php:485
646
  msgid "Unknown username"
647
  msgstr ""
648
 
649
- #: includes/Ajax/Post.php:1883 includes/B2S/Network/Item.php:486
650
  #: includes/B2S/Post/Item.php:521 includes/B2S/Post/Item.php:541
651
  #: includes/B2S/Post/Item.php:833 includes/B2S/Post/Item.php:891
652
  #: includes/B2S/Settings/Item.php:90 includes/B2S/Ship/Item.php:1131
@@ -658,7 +658,7 @@ msgstr ""
658
  msgid "Please see FAQ"
659
  msgstr ""
660
 
661
- #: includes/B2S/PostBox.php:143 views/b2s/ship.php:664
662
  #: views/b2s/html/header.php:60
663
  msgid "The connection to the server failed. Try again!"
664
  msgstr ""
@@ -695,7 +695,7 @@ msgstr ""
695
  #: includes/B2S/PostBox.php:253 views/b2s/network.php:42 views/b2s/ship.php:76
696
  #: views/b2s/ship.php:166 views/b2s/ship.php:258
697
  #: includes/B2S/AutoPost/Item.php:108 includes/B2S/AutoPost/Item.php:205
698
- #: includes/B2S/Curation/View.php:73 includes/B2S/Network/Item.php:178
699
  #: includes/B2S/RePost/Item.php:145 includes/B2S/RePost/Item.php:166
700
  #: includes/B2S/Ship/Item.php:1095
701
  msgid "Info"
@@ -976,22 +976,22 @@ msgstr ""
976
  msgid "save..."
977
  msgstr ""
978
 
979
- #: views/b2s/autopost.php:48 views/b2s/settings.php:131
980
  #: includes/B2S/Ship/Image.php:96
981
  msgid "Select or upload an image from media gallery"
982
  msgstr ""
983
 
984
- #: views/b2s/autopost.php:49 views/b2s/settings.php:132
985
  #: includes/B2S/Ship/Image.php:97
986
  msgid "Use image"
987
  msgstr ""
988
 
989
- #: views/b2s/autopost.php:59 views/b2s/settings.php:184
990
  #: includes/B2S/Settings/Item.php:53
991
  msgid "Personal Time Zone"
992
  msgstr ""
993
 
994
- #: views/b2s/autopost.php:62 views/b2s/settings.php:187
995
  msgid ""
996
  "Blog2Social applies the scheduled time settings based on the time zone "
997
  "defined in the general settings of your WordPress. You can select a user-"
@@ -1047,13 +1047,13 @@ msgstr ""
1047
 
1048
  #: views/b2s/curation.draft.php:47 views/b2s/network.php:61
1049
  #: views/b2s/network.php:149 views/b2s/network.php:236
1050
- #: views/b2s/network.php:339 views/b2s/network.php:414
1051
  #: views/b2s/post.approve.php:51 views/b2s/post.calendar.php:60
1052
  #: views/b2s/post.calendar.php:244 views/b2s/post.draft.php:42
1053
- #: views/b2s/post.favorites.php:41 views/b2s/post.notice.php:49
1054
  #: views/b2s/post.php:41 views/b2s/post.publish.php:45
1055
  #: views/b2s/post.sched.php:59 views/b2s/repost.php:28 views/b2s/ship.php:188
1056
- #: views/b2s/ship.php:574 views/b2s/ship.php:662 views/b2s/support.php:144
1057
  #: views/b2s/support.php:182 views/prg/html/header.php:86
1058
  msgid "Loading..."
1059
  msgstr ""
@@ -1069,7 +1069,7 @@ msgstr ""
1069
  #: views/b2s/curation.draft.php:90 views/b2s/curation.php:161
1070
  #: views/b2s/network.php:109 views/b2s/post.approve.php:98
1071
  #: views/b2s/post.approve.php:115 views/b2s/post.draft.php:87
1072
- #: views/b2s/post.notice.php:89 views/b2s/post.publish.php:85
1073
  #: views/b2s/post.sched.php:99 views/b2s/repost.php:91 views/b2s/ship.php:478
1074
  #: views/b2s/ship.php:557 views/prg/ship.php:94 views/b2s/widgets/posts.php:67
1075
  msgid "NO"
@@ -1077,7 +1077,7 @@ msgstr ""
1077
 
1078
  #: views/b2s/curation.draft.php:91 views/b2s/network.php:110
1079
  #: views/b2s/network.php:173 views/b2s/post.approve.php:99
1080
- #: views/b2s/post.draft.php:88 views/b2s/post.notice.php:90
1081
  #: views/b2s/post.publish.php:86 views/b2s/post.sched.php:100
1082
  #: views/b2s/repost.php:92 views/b2s/repost.php:93
1083
  #: views/b2s/widgets/posts.php:68
@@ -1126,12 +1126,12 @@ msgid "Text Post"
1126
  msgstr ""
1127
 
1128
  #: views/b2s/curation.php:51 views/b2s/curation.php:52 views/b2s/network.php:35
1129
- #: includes/B2S/Network/Item.php:156 includes/B2S/Network/Item.php:161
1130
- #: includes/B2S/Network/Item.php:165 includes/B2S/Ship/Image.php:92
1131
  #: includes/B2S/Ship/Item.php:500 includes/B2S/Ship/Item.php:561
1132
  #: includes/B2S/Ship/Item.php:748 includes/B2S/Ship/Item.php:802
1133
  #: includes/B2S/Ship/Portale.php:32 includes/B2S/Ship/Portale.php:35
1134
- #: includes/B2S/Ship/Portale.php:45
1135
  msgid "PRO"
1136
  msgstr ""
1137
 
@@ -1160,7 +1160,7 @@ msgstr ""
1160
  msgid "Enter link"
1161
  msgstr ""
1162
 
1163
- #: views/b2s/curation.php:75
1164
  msgid "continue"
1165
  msgstr ""
1166
 
@@ -1196,7 +1196,7 @@ msgid "Create a new post"
1196
  msgstr ""
1197
 
1198
  #: views/b2s/curation.php:139 views/b2s/post.calendar.php:38
1199
- #: views/b2s/ship.php:18 views/b2s/ship.php:663 includes/B2S/Post/Filter.php:59
1200
  #: includes/B2S/Post/Item.php:368 includes/B2S/Ship/Save.php:438
1201
  #: includes/PRG/Post/Filter.php:37 includes/PRG/Post/Item.php:86
1202
  msgid "published"
@@ -1501,15 +1501,15 @@ msgstr ""
1501
  msgid "modify"
1502
  msgstr ""
1503
 
1504
- #: views/b2s/network.php:230 includes/B2S/Network/Item.php:168
1505
- #: includes/B2S/Network/Item.php:168
1506
  msgid "Edit Post Template"
1507
  msgstr ""
1508
 
1509
  #: views/b2s/network.php:230 views/b2s/ship.php:23
1510
  #: includes/B2S/AutoPost/Item.php:31 includes/B2S/Curation/View.php:56
1511
- #: includes/B2S/Network/Item.php:168 includes/B2S/Network/Item.php:262
1512
- #: includes/B2S/Network/Item.php:332 includes/B2S/Network/Item.php:394
1513
  #: includes/B2S/RePost/Item.php:23 includes/B2S/Settings/Item.php:159
1514
  #: includes/B2S/Ship/Image.php:85 includes/B2S/Ship/Item.php:1154
1515
  #: views/b2s/html/post.navbar.php:17 views/b2s/html/post.navbar.php:20
@@ -1518,8 +1518,8 @@ msgstr ""
1518
  msgid "SMART"
1519
  msgstr ""
1520
 
1521
- #: views/b2s/network.php:242 views/b2s/settings.php:61
1522
- #: includes/B2S/Network/Item.php:546 includes/B2S/Settings/Item.php:133
1523
  msgid "save"
1524
  msgstr ""
1525
 
@@ -1586,7 +1586,7 @@ msgstr ""
1586
  msgid "The name of the post author."
1587
  msgstr ""
1588
 
1589
- #: views/b2s/network.php:318 includes/B2S/Network/Item.php:781
1590
  msgid "Character limit"
1591
  msgstr ""
1592
 
@@ -1617,7 +1617,39 @@ msgstr ""
1617
  msgid "Connect with Pinterest"
1618
  msgstr ""
1619
 
1620
- #: views/b2s/network.php:342 views/b2s/ship.php:577
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1621
  msgid ""
1622
  "Please make sure to use your original Pinterest login data (email and "
1623
  "password). Social Login via Facebook or Google login data will not work here."
@@ -1625,29 +1657,25 @@ msgid ""
1625
  "deactivated to ensure a stable connection to Blog2Social."
1626
  msgstr ""
1627
 
1628
- #: views/b2s/network.php:343 views/b2s/ship.php:578
1629
- msgid "An error occurred! Please try again."
1630
- msgstr ""
1631
-
1632
- #: views/b2s/network.php:344 views/b2s/network.php:345 views/b2s/ship.php:579
1633
- #: views/b2s/ship.php:580
1634
  #, php-format
1635
  msgid ""
1636
  "You want to connect an additional account? <a target=\"_blank\" href=\"%s\">"
1637
  "Upgrade to Blog2Social Premium</a>"
1638
  msgstr ""
1639
 
1640
- #: views/b2s/network.php:346 views/b2s/ship.php:581
1641
  msgid "Invalid Data! Please try again."
1642
  msgstr ""
1643
 
1644
- #: views/b2s/network.php:347 views/b2s/ship.php:582
1645
  msgid ""
1646
  "You have not yet created any pinboards in your Pinterest account. Please set "
1647
  "up at least one pinboard to pin on your Pinterest account!"
1648
  msgstr ""
1649
 
1650
- #: views/b2s/network.php:348 views/b2s/ship.php:583
1651
  #, php-format
1652
  msgid ""
1653
  "Login failed. Please check your login data for typos and please check your "
@@ -1655,143 +1683,138 @@ msgid ""
1655
  "account: <a target=\"_blank\" href=\"%s\">%s</a>"
1656
  msgstr ""
1657
 
1658
- #: views/b2s/network.php:349 views/b2s/ship.php:584
1659
  msgid "Pinterest has rejected the connection to your blog"
1660
  msgstr ""
1661
 
1662
- #: views/b2s/network.php:350 views/b2s/ship.php:585
1663
  msgid "Please select your correct server location and connect again."
1664
  msgstr ""
1665
 
1666
- #: views/b2s/network.php:351 views/b2s/ship.php:586
1667
  msgid ""
1668
  "Access to this resource on your server is denied! Please check your "
1669
  "webserver configuration for caching."
1670
  msgstr ""
1671
 
1672
- #: views/b2s/network.php:352 views/b2s/ship.php:587
1673
- msgid ""
1674
- "Login up successful. Please confirm that Blog2Social is allowed to publish "
1675
- "on your profile."
1676
- msgstr ""
1677
-
1678
- #: views/b2s/network.php:354 views/b2s/ship.php:589
1679
  #: views/b2s/html/header.php:348 views/prg/html/form.php:141
1680
  #: views/prg/html/form.php:143 views/prg/html/form.php:218
1681
  #: views/prg/html/form.php:220
1682
  msgid "E-Mail"
1683
  msgstr ""
1684
 
1685
- #: views/b2s/network.php:360 views/b2s/ship.php:595 views/prg/login.php:25
1686
  msgid "Password"
1687
  msgstr ""
1688
 
1689
- #: views/b2s/network.php:371 views/b2s/ship.php:606
1690
  msgid "Server-Location"
1691
  msgstr ""
1692
 
1693
- #: views/b2s/network.php:385 views/b2s/ship.php:620
1694
- msgid "Select Pinboard"
1695
- msgstr ""
1696
-
1697
- #: views/b2s/network.php:393 views/b2s/ship.php:628
1698
  #: includes/B2S/Settings/Item.php:89
1699
  msgid "authorize"
1700
  msgstr ""
1701
 
1702
- #: views/b2s/network.php:394 views/b2s/ship.php:629
 
1703
  msgid "confirm"
1704
  msgstr ""
1705
 
1706
- #: views/b2s/network.php:408
 
 
 
 
1707
  msgid "Advanced Network Settings"
1708
  msgstr ""
1709
 
1710
- #: views/b2s/network.php:420 views/b2s/network.php:517
1711
  msgid "URL Parameters"
1712
  msgstr ""
1713
 
1714
- #: views/b2s/network.php:421
1715
  msgid "The parameters could not be saved. Please try again."
1716
  msgstr ""
1717
 
1718
- #: views/b2s/network.php:422 views/b2s/network.php:437
1719
- #: views/b2s/network.php:469 views/b2s/network.php:472
1720
- #: views/b2s/network.php:475
1721
  msgid "An error occured. Please contact our support."
1722
  msgstr ""
1723
 
1724
- #: views/b2s/network.php:429 views/b2s/network.php:526
1725
  msgid "Network collection"
1726
  msgstr ""
1727
 
1728
- #: views/b2s/network.php:432 views/b2s/network.php:529
1729
  msgid "Move the connection to another network collection."
1730
  msgstr ""
1731
 
1732
- #: views/b2s/network.php:444 views/b2s/network.php:536
1733
  msgid "move"
1734
  msgstr ""
1735
 
1736
- #: views/b2s/network.php:452
1737
  msgid "You need at least one network collection"
1738
  msgstr ""
1739
 
1740
- #: views/b2s/network.php:461 views/b2s/network.php:543
1741
  msgid "Team Management"
1742
  msgstr ""
1743
 
1744
- #: views/b2s/network.php:464 views/b2s/network.php:546
1745
  msgid "Assign the connection to other blog users"
1746
  msgstr ""
1747
 
1748
- #: views/b2s/network.php:478
1749
  msgid "You don't have a Business License"
1750
  msgstr ""
1751
 
1752
- #: views/b2s/network.php:481
1753
  msgid "This user don't have a Business License, or it is not the same"
1754
  msgstr ""
1755
 
1756
- #: views/b2s/network.php:484
1757
  msgid "The connection has already been assigned to this user."
1758
  msgstr ""
1759
 
1760
- #: views/b2s/network.php:487
1761
  msgid "The connection does not exist."
1762
  msgstr ""
1763
 
1764
- #: views/b2s/network.php:490
1765
  msgid "This connection has already been assigned to this user."
1766
  msgstr ""
1767
 
1768
- #: views/b2s/network.php:493
1769
  msgid ""
1770
  "You can only share the connection with blog users who use the same license "
1771
  "as you."
1772
  msgstr ""
1773
 
1774
- #: views/b2s/network.php:496
1775
  msgid "There are no other users to whom the connection can be assigned."
1776
  msgstr ""
1777
 
1778
- #: views/b2s/network.php:499 views/b2s/network.php:549
1779
  msgid "assign"
1780
  msgstr ""
1781
 
1782
- #: views/b2s/network.php:500
1783
  msgid "Apply best time settings"
1784
  msgstr ""
1785
 
1786
- #: views/b2s/network.php:501
1787
  msgid "Apply post template settings"
1788
  msgstr ""
1789
 
1790
- #: views/b2s/network.php:502
1791
  msgid "Apply URL Parameters"
1792
  msgstr ""
1793
 
1794
- #: views/b2s/network.php:513
1795
  msgid ""
1796
  "Upgrade to Blog2Social Business to easily bundle your connections into "
1797
  "network collection and assign your social media connections to other blog "
@@ -1801,11 +1824,11 @@ msgid ""
1801
  "group."
1802
  msgstr ""
1803
 
1804
- #: views/b2s/network.php:514
1805
  msgid "Upgrade to Blog2Social Business"
1806
  msgstr ""
1807
 
1808
- #: views/b2s/network.php:518 includes/B2S/Network/Item.php:516
1809
  #, php-format
1810
  msgid ""
1811
  "Define parameters that will be added to link posts on this network e.g. to "
@@ -1813,30 +1836,32 @@ msgid ""
1813
  "More information</a>"
1814
  msgstr ""
1815
 
1816
- #: views/b2s/network.php:534 includes/B2S/Ship/Navbar.php:37
1817
  msgid "My Profile"
1818
  msgstr ""
1819
 
1820
- #: views/b2s/network.php:565
1821
  msgid "Add Page"
1822
  msgstr ""
1823
 
1824
- #: views/b2s/network.php:570
1825
  #, php-format
1826
  msgid ""
1827
  "Please make sure to log in with your account which manages your pages and <a "
1828
  "href=\"%s\" target=\"_blank\">follow this guide to select all your pages</a>."
1829
  msgstr ""
1830
 
1831
- #: views/b2s/network.php:571 views/b2s/network.php:590
 
 
1832
  msgid "Continue"
1833
  msgstr ""
1834
 
1835
- #: views/b2s/network.php:584
1836
  msgid "Add Group"
1837
  msgstr ""
1838
 
1839
- #: views/b2s/network.php:589
1840
  #, php-format
1841
  msgid ""
1842
  "Please make sure to log in with your account which manages your groups and "
@@ -1844,6 +1869,23 @@ msgid ""
1844
  "groups</a>."
1845
  msgstr ""
1846
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1847
  #: views/b2s/post.approve.php:89
1848
  msgid "Delete Social Media Posts"
1849
  msgstr ""
@@ -1852,7 +1894,7 @@ msgstr ""
1852
  msgid "Are you sure you want to delete these Social Media posts?"
1853
  msgstr ""
1854
 
1855
- #: views/b2s/post.approve.php:94 views/b2s/post.notice.php:85
1856
  #: views/b2s/post.publish.php:81 views/b2s/post.sched.php:95
1857
  #: views/b2s/repost.php:87 views/b2s/widgets/posts.php:63
1858
  msgid "Number of entries"
@@ -1873,15 +1915,15 @@ msgid "scheduled"
1873
  msgstr ""
1874
 
1875
  #: views/b2s/post.calendar.php:70 views/b2s/post.sched.php:189
1876
- #: views/b2s/repost.php:73 includes/B2S/Network/Item.php:698
1877
- #: includes/B2S/Network/Item.php:701 includes/B2S/Settings/Item.php:239
1878
  #: views/b2s/html/footer.php:177
1879
  msgid "Image with frame"
1880
  msgstr ""
1881
 
1882
  #: views/b2s/post.calendar.php:70 views/b2s/post.sched.php:189
1883
- #: views/b2s/repost.php:73 includes/B2S/Network/Item.php:699
1884
- #: includes/B2S/Network/Item.php:702 includes/B2S/Settings/Item.php:253
1885
  #: views/b2s/html/footer.php:182
1886
  msgid "Image cut out"
1887
  msgstr ""
@@ -1971,12 +2013,12 @@ msgstr ""
1971
  msgid "You have not saved any favorites."
1972
  msgstr ""
1973
 
1974
- #: views/b2s/post.notice.php:80 views/b2s/post.publish.php:76
1975
  #: views/b2s/widgets/posts.php:58
1976
  msgid "Delete entries from the reporting"
1977
  msgstr ""
1978
 
1979
- #: views/b2s/post.notice.php:83 views/b2s/post.publish.php:79
1980
  #: views/b2s/widgets/posts.php:61
1981
  msgid "You are sure, you want to delete entries from the reporting?"
1982
  msgstr ""
@@ -2178,14 +2220,14 @@ msgstr ""
2178
  msgid "Post Templates"
2179
  msgstr ""
2180
 
2181
- #: views/b2s/settings.php:68
2182
  msgid ""
2183
  "Connect Blog2Social with 16 different social media networks you like to "
2184
  "share your WordPress blog posts and pages as well as imported posts and "
2185
  "social media posts on. The following networks are available:"
2186
  msgstr ""
2187
 
2188
- #: views/b2s/settings.php:87
2189
  #, php-format
2190
  msgid ""
2191
  "You will find more information on how to connect your social media networks "
@@ -2193,25 +2235,25 @@ msgid ""
2193
  "guide</a>."
2194
  msgstr ""
2195
 
2196
- #: views/b2s/settings.php:89
2197
  msgid "Connect your social media networks"
2198
  msgstr ""
2199
 
2200
- #: views/b2s/settings.php:92
2201
  msgid ""
2202
  "Use the pre-defined best time settings or define your own best time settings "
2203
  "for sharing your posts . Posting at the right time can be essential to make "
2204
  "sure your content is most likely be seen."
2205
  msgstr ""
2206
 
2207
- #: views/b2s/settings.php:94
2208
  #, php-format
2209
  msgid ""
2210
  "You will find more information about the pre-defined best time settings by "
2211
  "Blog2Social in this <a href=\"%s\" target=\"_blank\">best time guide</a>."
2212
  msgstr ""
2213
 
2214
- #: views/b2s/settings.php:96
2215
  #, php-format
2216
  msgid ""
2217
  "An instruction on how to define your own best times is explained in the "
@@ -2219,55 +2261,55 @@ msgid ""
2219
  "post on social media?</a>\"."
2220
  msgstr ""
2221
 
2222
- #: views/b2s/settings.php:98
2223
  msgid "Check, edit or define your social media time settings"
2224
  msgstr ""
2225
 
2226
- #: views/b2s/settings.php:101
2227
  msgid ""
2228
  "Edit the post templates for each social media network to turn your social "
2229
  "media posts automatically into tailored posts for each network and community."
2230
  " You can edit the structure of your post with the following variables:"
2231
  msgstr ""
2232
 
2233
- #: views/b2s/settings.php:103
2234
  msgid "Title: The title of your post."
2235
  msgstr ""
2236
 
2237
- #: views/b2s/settings.php:104
2238
  msgid "Content: The content of your post."
2239
  msgstr ""
2240
 
2241
- #: views/b2s/settings.php:105
2242
  msgid ""
2243
  "Excerpt: The summary of your post (you define it in the side menu of your "
2244
  "post)."
2245
  msgstr ""
2246
 
2247
- #: views/b2s/settings.php:106
2248
  msgid "Keywords: The tags you have set in your post."
2249
  msgstr ""
2250
 
2251
- #: views/b2s/settings.php:107
2252
  msgid "Author: The author of the post."
2253
  msgstr ""
2254
 
2255
- #: views/b2s/settings.php:109
2256
  #, php-format
2257
  msgid ""
2258
  "You will find more information on how to use post templates for your social "
2259
  "media posts in this <a href=\"%s\" target=\"_blank\">post template guide</a>."
2260
  msgstr ""
2261
 
2262
- #: views/b2s/settings.php:111
2263
  msgid "Define your post templates for each social media network"
2264
  msgstr ""
2265
 
2266
- #: views/b2s/settings.php:142
2267
  msgid "Allow shortcodes in my social media posts (e.g. Page Builder)"
2268
  msgstr ""
2269
 
2270
- #: views/b2s/settings.php:145
2271
  #, php-format
2272
  msgid ""
2273
  "Some WordPress plugins use short codes, e.g. Page Builder plugins. When a "
@@ -2281,19 +2323,19 @@ msgid ""
2281
  "following <a href=\"%s\" target=\"_blank\">shortcode guide</a>."
2282
  msgstr ""
2283
 
2284
- #: views/b2s/settings.php:156
2285
  msgid "Activate Legacy mode "
2286
  msgstr ""
2287
 
2288
- #: views/b2s/settings.php:159
2289
  msgid "Plugin contents are loaded one at a time to minimize server load."
2290
  msgstr ""
2291
 
2292
- #: views/b2s/settings.php:170
2293
  msgid "Instant Caching for Facebook Link Posts"
2294
  msgstr ""
2295
 
2296
- #: views/b2s/settings.php:173
2297
  msgid ""
2298
  "Please enable this feature, if you are using varnish caching (HTTP "
2299
  "accelerator to relieve your website). Blog2Social will add a \"no-cache=1\" "
@@ -2482,11 +2524,11 @@ msgid ""
2482
  "overwrite your draft?"
2483
  msgstr ""
2484
 
2485
- #: views/b2s/ship.php:650
2486
  msgid "add Schedule"
2487
  msgstr ""
2488
 
2489
- #: views/b2s/ship.php:666
2490
  msgid "Give me more information"
2491
  msgstr ""
2492
 
@@ -2939,7 +2981,7 @@ msgstr ""
2939
  msgid "Save"
2940
  msgstr ""
2941
 
2942
- #: includes/B2S/AutoPost/Item.php:241 includes/B2S/Network/Item.php:177
2943
  msgid "Connections"
2944
  msgstr ""
2945
 
@@ -2995,7 +3037,7 @@ msgstr ""
2995
  msgid "Show all"
2996
  msgstr ""
2997
 
2998
- #: includes/B2S/Network/Item.php:64 includes/B2S/Network/Item.php:184
2999
  msgid "My profile"
3000
  msgstr ""
3001
 
@@ -3007,114 +3049,114 @@ msgstr ""
3007
  msgid "Best times"
3008
  msgstr ""
3009
 
3010
- #: includes/B2S/Network/Item.php:149 includes/B2S/Network/Item.php:224
3011
- #: includes/B2S/Ship/Item.php:331 includes/B2S/Ship/Navbar.php:86
3012
  #: includes/B2S/Ship/Portale.php:38
3013
  msgid "Blog"
3014
  msgstr ""
3015
 
3016
- #: includes/B2S/Network/Item.php:154 includes/B2S/Network/Item.php:156
3017
- #: includes/B2S/Ship/Portale.php:43 includes/B2S/Ship/Portale.php:45
3018
  msgid "You want to connect a network profile?"
3019
  msgstr ""
3020
 
3021
- #: includes/B2S/Network/Item.php:154 includes/B2S/Ship/Portale.php:43
3022
  msgid "BUSINESS"
3023
  msgstr ""
3024
 
3025
- #: includes/B2S/Network/Item.php:161 includes/B2S/Ship/Portale.php:35
3026
  msgid "You want to connect a network page?"
3027
  msgstr ""
3028
 
3029
- #: includes/B2S/Network/Item.php:164 includes/B2S/Network/Item.php:361
3030
  #: includes/B2S/Ship/Portale.php:31
3031
  msgid "Publication"
3032
  msgstr ""
3033
 
3034
- #: includes/B2S/Network/Item.php:165 includes/B2S/Ship/Portale.php:32
3035
  msgid "You want to connect a social media group?"
3036
  msgstr ""
3037
 
3038
- #: includes/B2S/Network/Item.php:178 views/b2s/html/footer.php:241
3039
  msgid "Best Time Manager"
3040
  msgstr ""
3041
 
3042
- #: includes/B2S/Network/Item.php:215 includes/B2S/Network/Item.php:281
3043
- #: includes/B2S/Network/Item.php:352
3044
  msgid "To reactivate this connection,"
3045
  msgstr ""
3046
 
3047
- #: includes/B2S/Network/Item.php:215 includes/B2S/Network/Item.php:281
3048
- #: includes/B2S/Network/Item.php:352 includes/B2S/Ship/Image.php:31
3049
  msgid "please upgrade"
3050
  msgstr ""
3051
 
3052
- #: includes/B2S/Network/Item.php:218 includes/B2S/Network/Item.php:284
3053
- #: includes/B2S/Network/Item.php:355
3054
  msgid "Connection is interrupted since"
3055
  msgstr ""
3056
 
3057
- #: includes/B2S/Network/Item.php:222 includes/B2S/Network/Item.php:288
3058
- #: includes/B2S/Network/Item.php:359
3059
  msgid "Assigned by"
3060
  msgstr ""
3061
 
3062
- #: includes/B2S/Network/Item.php:260 includes/B2S/Network/Item.php:330
3063
- #: includes/B2S/Network/Item.php:392 includes/B2S/Ship/Item.php:1211
3064
  msgid "Days"
3065
  msgstr ""
3066
 
3067
- #: includes/B2S/Network/Item.php:291 includes/B2S/Network/Item.php:809
3068
  #, php-format
3069
  msgid ""
3070
  "Company-Page (Employer Branding Profile, <a href=\"%s\" target=\"_blank\">"
3071
  "Old Design until 2020/11/30</a>)"
3072
  msgstr ""
3073
 
3074
- #: includes/B2S/Network/Item.php:292 includes/B2S/Network/Item.php:810
3075
  msgid "Company-Page (Employer Branding Profile, New Design)"
3076
  msgstr ""
3077
 
3078
- #: includes/B2S/Network/Item.php:473
3079
  msgid "Connection currently assigned to"
3080
  msgstr ""
3081
 
3082
- #: includes/B2S/Network/Item.php:518 views/prg/html/form.php:84
3083
  #: views/prg/html/form.php:86 views/prg/html/form.php:161
3084
  #: views/prg/html/form.php:163
3085
  msgid "Name"
3086
  msgstr ""
3087
 
3088
- #: includes/B2S/Network/Item.php:519
3089
  msgid "Value"
3090
  msgstr ""
3091
 
3092
- #: includes/B2S/Network/Item.php:543
3093
  msgid "+ add Parameter"
3094
  msgstr ""
3095
 
3096
- #: includes/B2S/Network/Item.php:544
3097
  #, php-format
3098
  msgid "Apply for all %s connections"
3099
  msgstr ""
3100
 
3101
- #: includes/B2S/Network/Item.php:545
3102
  msgid "Apply for all connections"
3103
  msgstr ""
3104
 
3105
- #: includes/B2S/Network/Item.php:566
3106
  msgid "Successfully saved"
3107
  msgstr ""
3108
 
3109
- #: includes/B2S/Network/Item.php:567
3110
  msgid "Failed to save"
3111
  msgstr ""
3112
 
3113
- #: includes/B2S/Network/Item.php:568
3114
  msgid "Failed to load the default template"
3115
  msgstr ""
3116
 
3117
- #: includes/B2S/Network/Item.php:608
3118
  msgid ""
3119
  "Upgrade to Blog2Social Smart or higher to customize your individual post "
3120
  "templates that will automatically pre-format the structure of your social "
@@ -3125,68 +3167,68 @@ msgid ""
3125
  "or slogans) to your post templates."
3126
  msgstr ""
3127
 
3128
- #: includes/B2S/Network/Item.php:609
3129
  msgid "Upgrade to Blog2Social Smart"
3130
  msgstr ""
3131
 
3132
- #: includes/B2S/Network/Item.php:630
3133
  msgid "Activate Instant Caching"
3134
  msgstr ""
3135
 
3136
- #: includes/B2S/Network/Item.php:691
3137
  msgid "Format"
3138
  msgstr ""
3139
 
3140
- #: includes/B2S/Network/Item.php:692 includes/B2S/Network/Item.php:713
3141
  msgid "Load default settings"
3142
  msgstr ""
3143
 
3144
- #: includes/B2S/Network/Item.php:698 includes/B2S/Network/Item.php:701
3145
  #: includes/B2S/Ship/Item.php:960 includes/B2S/Ship/Item.php:962
3146
  msgid "Link"
3147
  msgstr ""
3148
 
3149
- #: includes/B2S/Network/Item.php:699 includes/B2S/Network/Item.php:702
3150
  msgid "Image"
3151
  msgstr ""
3152
 
3153
- #: includes/B2S/Network/Item.php:711 includes/B2S/Settings/Item.php:64
3154
  msgid "Content"
3155
  msgstr ""
3156
 
3157
- #: includes/B2S/Network/Item.php:720 includes/B2S/Ship/Item.php:372
3158
  msgid ""
3159
  "Instagram supports up to 30 hashtags. Please reduce the number of hashtags "
3160
  "in your post."
3161
  msgstr ""
3162
 
3163
- #: includes/B2S/Network/Item.php:732
3164
  msgid "clear"
3165
  msgstr ""
3166
 
3167
- #: includes/B2S/Network/Item.php:743
3168
  msgid ""
3169
  "The link will be transmitted as a canonical link, i.e. in the source code of "
3170
  "your page, in order to refer to the original source of the content and to "
3171
  "increase the reach from search engines like Google."
3172
  msgstr ""
3173
 
3174
- #: includes/B2S/Network/Item.php:745
3175
  msgid "The link will be added automatically at the end of the post."
3176
  msgstr ""
3177
 
3178
- #: includes/B2S/Network/Item.php:750
3179
  msgid "The network does not support hashtags."
3180
  msgstr ""
3181
 
3182
- #: includes/B2S/Network/Item.php:755 includes/B2S/Network/Item.php:801
3183
- #: includes/B2S/Network/Item.php:840
3184
  msgid "Network limit"
3185
  msgstr ""
3186
 
3187
- #: includes/B2S/Network/Item.php:755 includes/B2S/Network/Item.php:801
3188
- #: includes/B2S/Network/Item.php:801 includes/B2S/Network/Item.php:840
3189
- #: includes/B2S/Network/Item.php:840 includes/B2S/Ship/Item.php:215
3190
  #: includes/B2S/Ship/Item.php:219 includes/B2S/Ship/Item.php:262
3191
  #: includes/B2S/Ship/Item.php:266 includes/B2S/Ship/Item.php:299
3192
  #: includes/B2S/Ship/Item.php:303 includes/B2S/Ship/Item.php:1290
@@ -3194,32 +3236,39 @@ msgstr ""
3194
  msgid "characters"
3195
  msgstr ""
3196
 
3197
- #: includes/B2S/Network/Item.php:762
3198
  msgid "Add a link-URL to the end of my image post."
3199
  msgstr ""
3200
 
3201
- #: includes/B2S/Network/Item.php:769
3202
  msgid ""
3203
  "Add a link-URL to the end of my Instagram posts. (Please note, that "
3204
  "Instagram does not turn link-URLs into clickable links)"
3205
  msgstr ""
3206
 
3207
- #: includes/B2S/Network/Item.php:774
3208
  msgid "Hashtag shuffle (Hashtags have to be defined in the text field above)"
3209
  msgstr ""
3210
 
3211
- #: includes/B2S/Network/Item.php:801 includes/B2S/Network/Item.php:840
 
 
 
 
 
 
 
3212
  msgid "recommended length"
3213
  msgstr ""
3214
 
3215
- #: includes/B2S/Network/Item.php:866 includes/B2S/Network/Item.php:918
3216
- #: includes/B2S/Network/Item.php:987 includes/B2S/Network/Item.php:1039
3217
- #: includes/B2S/Network/Item.php:1073 includes/B2S/Network/Item.php:1124
3218
- #: includes/B2S/Network/Item.php:1154 includes/B2S/Network/Item.php:1208
3219
- #: includes/B2S/Network/Item.php:1227 includes/B2S/Network/Item.php:1261
3220
- #: includes/B2S/Network/Item.php:1277 includes/B2S/Network/Item.php:1293
3221
- #: includes/B2S/Network/Item.php:1309 includes/B2S/Network/Item.php:1325
3222
- #: includes/B2S/Network/Item.php:1344 includes/B2S/Network/Item.php:1360
3223
  msgid "Preview"
3224
  msgstr ""
3225
 
@@ -5390,16 +5439,16 @@ msgstr ""
5390
  msgid "Logout"
5391
  msgstr ""
5392
 
5393
- #: includes/B2S/Support/Check/System.php:45
5394
  msgid "or higher"
5395
  msgstr ""
5396
 
5397
- #: includes/B2S/Support/Check/System.php:66
5398
- #: includes/B2S/Support/Check/System.php:84
5399
  msgid "resolve conflict"
5400
  msgstr ""
5401
 
5402
- #: includes/B2S/Support/Check/System.php:91
5403
  msgid "Plugin Warnings:"
5404
  msgstr ""
5405
 
3
  msgstr ""
4
  "Project-Id-Version: Blog2Social: Social Media Auto Post & Scheduler\n"
5
  "Report-Msgid-Bugs-To: \n"
6
+ "POT-Creation-Date: 2021-01-18 11:12+0000\n"
7
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
8
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
9
  "Language-Team: \n"
31
  msgid "Modify forum"
32
  msgstr ""
33
 
34
+ #: includes/Loader.php:93
35
  msgid "Bitly"
36
  msgstr ""
37
 
38
+ #: includes/Loader.php:93
39
  msgid "Rebrandly"
40
  msgstr ""
41
 
42
+ #: includes/Loader.php:93
43
  msgid "Sniply"
44
  msgstr ""
45
 
46
+ #: includes/Loader.php:404
47
  msgid "Blog2Social: Autoposter"
48
  msgstr ""
49
 
50
+ #: includes/Loader.php:405
51
  msgid "Blog2Social: Social Media Content Calendar"
52
  msgstr ""
53
 
54
+ #: includes/Loader.php:797
55
  msgid "This post will be shared into your social media from"
56
  msgstr ""
57
 
58
+ #: includes/Loader.php:797 includes/Loader.php:799
59
  msgid "show details"
60
  msgstr ""
61
 
62
+ #: includes/Loader.php:799
63
  msgid "This post will be shared on social media in 2-3 minutes!"
64
  msgstr ""
65
 
66
+ #: includes/Loader.php:803
67
  msgid ""
68
  "Please make sure that your post, page or custom post type is published or "
69
  "scheduled to be published on this blog before you try to post it with "
71
  "scheduled WP posts will be shared with the posting id link."
72
  msgstr ""
73
 
74
+ #: includes/Loader.php:806 includes/B2S/PostBox.php:146
75
  #: includes/B2S/AutoPost/Item.php:59
76
  msgid ""
77
  "There are no social network accounts assigned to your selected network "
79
  "another network collection."
80
  msgstr ""
81
 
82
+ #: includes/Loader.php:819 views/b2s/html/sidebar.php:45
83
  #: views/b2s/html/sidebar.ship.php:44
84
  msgid "Upgrade to Premium"
85
  msgstr ""
86
 
87
+ #: includes/Loader.php:822 includes/Loader.php:957 includes/Loader.php:957
88
+ #: includes/Loader.php:1031 includes/B2S/RePost/Item.php:25
89
  #: views/b2s/html/sidebar.php:137
90
  msgid "Settings"
91
  msgstr ""
92
 
93
+ #: includes/Loader.php:822
94
  msgid "Support"
95
  msgstr ""
96
 
97
+ #: includes/Loader.php:872 views/b2s/html/post.navbar.php:21
98
  msgid "Notifications"
99
  msgstr ""
100
 
101
+ #: includes/Loader.php:872 views/b2s/html/post.navbar.php:19
102
  #: views/b2s/html/sidebar.php:125
103
  msgid "Shared Posts"
104
  msgstr ""
105
 
106
+ #: includes/Loader.php:872 views/b2s/html/post.navbar.php:16
107
  #: views/b2s/html/sidebar.php:119
108
  msgid "Instant Sharing"
109
  msgstr ""
110
 
111
+ #: includes/Loader.php:872 views/b2s/html/post.navbar.php:12
112
  #: views/b2s/html/post.navbar.php:14 views/b2s/html/sidebar.php:94
113
  #: views/b2s/html/sidebar.php:116
114
  msgid "Drafts"
115
  msgstr ""
116
 
117
+ #: includes/Loader.php:872 views/b2s/html/post.navbar.php:17
118
  #: views/b2s/html/sidebar.php:122 views/b2s/widgets/posts.php:18
119
  msgid "Scheduled Posts"
120
  msgstr ""
121
 
122
+ #: includes/Loader.php:872
123
  msgid "Social Media Post Drafts"
124
  msgstr ""
125
 
126
+ #: includes/Loader.php:872 views/b2s/html/post.navbar.php:11
127
  #: views/b2s/html/sidebar.php:113
128
  msgid "Favorites"
129
  msgstr ""
130
 
131
+ #: includes/Loader.php:872 views/b2s/settings.php:35
132
  #: views/b2s/html/sidebar.php:75
133
  msgid "Auto-Post"
134
  msgstr ""
135
 
136
+ #: includes/Loader.php:872 views/b2s/settings.php:41
137
  #: views/b2s/html/post.navbar.php:20 views/b2s/html/sidebar.php:72
138
  msgid "Re-Share Posts"
139
  msgstr ""
140
 
141
+ #: includes/Loader.php:872 views/b2s/curation.php:49 views/b2s/support.php:19
142
  #: views/b2s/support.php:22
143
  msgid "NEW"
144
  msgstr ""
145
 
146
+ #: includes/Loader.php:873 includes/B2S/AutoPost/Item.php:250
147
  #: includes/B2S/Network/Item.php:149 includes/B2S/Network/Item.php:151
148
+ #: includes/B2S/Network/Item.php:154 includes/B2S/Network/Item.php:158
149
+ #: includes/B2S/Network/Item.php:226 includes/B2S/Network/Item.php:621
150
  #: includes/B2S/Ship/Portale.php:38 includes/B2S/Ship/Portale.php:40
151
+ #: includes/B2S/Ship/Portale.php:42 includes/B2S/Ship/Portale.php:46
152
  msgid "Profile"
153
  msgstr ""
154
 
155
+ #: includes/Loader.php:873 includes/B2S/AutoPost/Item.php:250
156
+ #: includes/B2S/Network/Item.php:163 includes/B2S/Network/Item.php:163
157
+ #: includes/B2S/Network/Item.php:163 includes/B2S/Network/Item.php:296
158
+ #: includes/B2S/Network/Item.php:623 includes/B2S/Ship/Portale.php:35
159
  #: includes/B2S/Ship/Portale.php:35
160
  msgid "Page"
161
  msgstr ""
162
 
163
+ #: includes/Loader.php:873 includes/B2S/Network/Item.php:166
164
+ #: includes/B2S/Network/Item.php:363 includes/B2S/Network/Item.php:626
165
  #: includes/B2S/Ship/Portale.php:31 includes/B2S/Ship/Portale.php:32
166
  msgid "Group"
167
  msgstr ""
168
 
169
+ #: includes/Loader.php:874
170
  msgid "Company-Page (Employer Branding Profile)"
171
  msgstr ""
172
 
173
+ #: includes/Loader.php:874
174
  msgid "Business"
175
  msgstr ""
176
 
177
+ #: includes/Loader.php:875
178
  #, php-format
179
  msgid ""
180
  "The network could not publish your post. Please see the following <a "
181
  "target=\"_blank\" href=\"%s\">guide</a>."
182
  msgstr ""
183
 
184
+ #: includes/Loader.php:876
185
  msgid ""
186
  "Your authorization has expired. Please reconnect your account in the "
187
  "Blog2Social network settings."
188
  msgstr ""
189
 
190
+ #: includes/Loader.php:877
191
  #, php-format
192
  msgid ""
193
  "The content of your post could not be approved by the network. Please see "
194
  "the following <a target=\"_blank\" href=\"%s\">guide</a>."
195
  msgstr ""
196
 
197
+ #: includes/Loader.php:878
198
  msgid ""
199
  "We don't have the permission to publish your post. Please check your "
200
  "authorization."
201
  msgstr ""
202
 
203
+ #: includes/Loader.php:879
204
  #, php-format
205
  msgid ""
206
  "The connection to your social media account is interrupted. Please check "
209
  "your social media account."
210
  msgstr ""
211
 
212
+ #: includes/Loader.php:880
213
  msgid "Your daily limit has been reached."
214
  msgstr ""
215
 
216
+ #: includes/Loader.php:881
217
  msgid ""
218
  "Your post could not be posted, because your image is not available or the "
219
  "image source does not allow to publish"
220
  msgstr ""
221
 
222
+ #: includes/Loader.php:882
223
  #, php-format
224
  msgid ""
225
  "The network has blocked your account. Please see the following <a "
226
  "target=\"_blank\" href=\"%s\">guide</a>."
227
  msgstr ""
228
 
229
+ #: includes/Loader.php:883
230
  #, php-format
231
  msgid ""
232
  "The number of images is reached. Please see the following <a "
233
  "target=\"_blank\" href=\"%s\">guide</a>."
234
  msgstr ""
235
 
236
+ #: includes/Loader.php:884
237
  msgid ""
238
  "Your daily limit for this network has been reached. Please try again later."
239
  msgstr ""
240
 
241
+ #: includes/Loader.php:885
242
  #, php-format
243
  msgid ""
244
  "The network can not publish special characters such as Emoji. Please see the "
245
  "following <a target=\"_blank\" href=\"%s\">guide</a>."
246
  msgstr ""
247
 
248
+ #: includes/Loader.php:886
249
  msgid "Your post is a duplicate."
250
  msgstr ""
251
 
252
+ #: includes/Loader.php:887
253
  msgid "The network requires a public url."
254
  msgstr ""
255
 
256
+ #: includes/Loader.php:888
257
  msgid ""
258
  "Your blog post was not available for the network at the time of publication."
259
  msgstr ""
260
 
261
+ #: includes/Loader.php:889
262
  msgid "You have already retweeted this post."
263
  msgstr ""
264
 
265
+ #: includes/Loader.php:890
266
  msgid ""
267
  "This XING API is no longer supported by XING. Please connect your XING "
268
  "accounts with the new XING interface to reschedule your posts."
269
  msgstr ""
270
 
271
+ #: includes/Loader.php:891
272
  msgid "An image is required to post on this social network."
273
  msgstr ""
274
 
275
+ #: includes/Loader.php:892
276
  msgid "To share social media posts on Reddit or Diigo, a link is required."
277
  msgstr ""
278
 
279
+ #: includes/Loader.php:893
280
  msgid ""
281
  "Your post could not be posted, because your image can not be processed by "
282
  "the network."
283
  msgstr ""
284
 
285
+ #: includes/Loader.php:894
286
  #, php-format
287
  msgid ""
288
  "Instagram published your post without text. Please see the following <a "
289
  "target=\"_blank\" href=\"%s\">guide</a>."
290
  msgstr ""
291
 
292
+ #: includes/Loader.php:895
293
  msgid "Your group can not be found by the network."
294
  msgstr ""
295
 
296
+ #: includes/Loader.php:952 includes/Loader.php:997
297
  msgid "Dashboard"
298
  msgstr ""
299
 
300
+ #: includes/Loader.php:953
301
  msgid "Share Website & Blog Content"
302
  msgstr ""
303
 
304
+ #: includes/Loader.php:953 includes/Loader.php:1004
305
  msgid "Site & Blog Content"
306
  msgstr ""
307
 
308
+ #: includes/Loader.php:954
309
  msgid "Create Social Media Posts"
310
  msgstr ""
311
 
312
+ #: includes/Loader.php:954 includes/Loader.php:1011
313
  msgid "Social Media Posts"
314
  msgstr ""
315
 
316
+ #: includes/Loader.php:955 includes/Loader.php:1018 views/b2s/dashboard.php:30
317
  #: views/b2s/html/post.navbar.php:22 views/b2s/html/sidebar.php:128
318
  msgid "Calendar"
319
  msgstr ""
320
 
321
+ #: includes/Loader.php:956 includes/Loader.php:1025
322
  msgid "Networks"
323
  msgstr ""
324
 
325
+ #: includes/Loader.php:959 includes/Loader.php:1039
326
  msgid "PR-Service"
327
  msgstr ""
328
 
329
+ #: includes/Loader.php:961 includes/Loader.php:1047
330
  #: views/b2s/html/header.php:40 views/b2s/html/sidebar.php:140
331
  #: views/b2s/html/sidebar.ship.php:66
332
  msgid "Help & Support"
333
  msgstr ""
334
 
335
+ #: includes/Loader.php:963
336
  msgid "Premium"
337
  msgstr ""
338
 
339
+ #: includes/Loader.php:963 includes/Loader.php:1055
340
  msgid "PREMIUM"
341
  msgstr ""
342
 
343
+ #: includes/Loader.php:988 views/b2s/html/sidebar.php:25
344
  #: views/b2s/html/sidebar.ship.php:24
345
  msgid "Blog2Social"
346
  msgstr ""
347
 
348
+ #: includes/Loader.php:1554
349
  msgid "Blog2Social needs Wordpress Version 4.7.0 or higher."
350
  msgstr ""
351
 
352
+ #: includes/Loader.php:1554 includes/System.php:32 includes/System.php:38
353
  #, php-format
354
  msgid ""
355
  "<a href=\"%s\" target=\"_blank\">Please find more Information and help in "
356
  "our FAQ</a>"
357
  msgstr ""
358
 
359
+ #: includes/Loader.php:1554 includes/Loader.php:1575 includes/Loader.php:1825
360
  msgid "or"
361
  msgstr ""
362
 
363
+ #: includes/Loader.php:1554 includes/Loader.php:1575 includes/Loader.php:1825
364
  msgid "back to install plugins"
365
  msgstr ""
366
 
400
  "higher, or ask your server administrator to do it for you."
401
  msgstr ""
402
 
403
+ #: includes/Tools.php:340 views/b2s/html/sidebar.php:30
404
  #: views/b2s/html/sidebar.ship.php:29
405
  msgid "License"
406
  msgstr ""
407
 
408
+ #: includes/Tools.php:355
409
  msgid "Greece"
410
  msgstr ""
411
 
412
+ #: includes/Tools.php:356
413
  msgid "India"
414
  msgstr ""
415
 
416
+ #: includes/Tools.php:357
417
  msgid "United States of America"
418
  msgstr ""
419
 
420
+ #: includes/Tools.php:358
421
  msgid "Ireland"
422
  msgstr ""
423
 
424
+ #: includes/Tools.php:359
425
  msgid "Italy"
426
  msgstr ""
427
 
428
+ #: includes/Tools.php:360
429
  msgid "Switzerland"
430
  msgstr ""
431
 
432
+ #: includes/Tools.php:361
433
  msgid "Czechoslovakia"
434
  msgstr ""
435
 
436
+ #: includes/Tools.php:362
437
  msgid "Indonesia"
438
  msgstr ""
439
 
440
+ #: includes/Tools.php:363
441
  msgid "Spain"
442
  msgstr ""
443
 
444
+ #: includes/Tools.php:364
445
  msgid "Canada"
446
  msgstr ""
447
 
448
+ #: includes/Tools.php:365
449
  msgid "Great Britain"
450
  msgstr ""
451
 
452
+ #: includes/Tools.php:366
453
  msgid "Russia"
454
  msgstr ""
455
 
456
+ #: includes/Tools.php:367
457
  msgid "Netherlands"
458
  msgstr ""
459
 
460
+ #: includes/Tools.php:368 includes/Tools.php:382
461
  msgid "Portugal"
462
  msgstr ""
463
 
464
+ #: includes/Tools.php:369
465
  msgid "Norway"
466
  msgstr ""
467
 
468
+ #: includes/Tools.php:370
469
  msgid "Turkey"
470
  msgstr ""
471
 
472
+ #: includes/Tools.php:371
473
  msgid "Australia"
474
  msgstr ""
475
 
476
+ #: includes/Tools.php:372
477
  msgid "Austria"
478
  msgstr ""
479
 
480
+ #: includes/Tools.php:373
481
  msgid "Poland"
482
  msgstr ""
483
 
484
+ #: includes/Tools.php:374
485
  msgid "France"
486
  msgstr ""
487
 
488
+ #: includes/Tools.php:375
489
  msgid "Romania"
490
  msgstr ""
491
 
492
+ #: includes/Tools.php:376
493
  msgid "Germany"
494
  msgstr ""
495
 
496
+ #: includes/Tools.php:377
497
  msgid "Denmark"
498
  msgstr ""
499
 
500
+ #: includes/Tools.php:378
501
  msgid "New Zealand"
502
  msgstr ""
503
 
504
+ #: includes/Tools.php:379
505
  msgid "Finland"
506
  msgstr ""
507
 
508
+ #: includes/Tools.php:380
509
  msgid "Hungary"
510
  msgstr ""
511
 
512
+ #: includes/Tools.php:381
513
  msgid "Japan"
514
  msgstr ""
515
 
516
+ #: includes/Tools.php:383
517
  msgid "Argentina"
518
  msgstr ""
519
 
520
+ #: includes/Tools.php:384
521
  msgid "Korea"
522
  msgstr ""
523
 
524
+ #: includes/Tools.php:385
525
  msgid "Sweden"
526
  msgstr ""
527
 
528
+ #: includes/Tools.php:386
529
  msgid "Mexico"
530
  msgstr ""
531
 
532
+ #: includes/Tools.php:387
533
  msgid "Slovakia"
534
  msgstr ""
535
 
536
+ #: includes/Tools.php:388
537
  msgid "Chile"
538
  msgstr ""
539
 
540
+ #: includes/Tools.php:389
541
  msgid "Colombia"
542
  msgstr ""
543
 
544
+ #: includes/Tools.php:390
545
  msgid "South Africa"
546
  msgstr ""
547
 
548
+ #: includes/Tools.php:391
549
  msgid "Philippines"
550
  msgstr ""
551
 
552
+ #: includes/Tools.php:394
553
  msgid "is determined automatically"
554
  msgstr ""
555
 
556
+ #: includes/Tools.php:401
557
  msgid "Search"
558
  msgstr ""
559
 
560
+ #: includes/Tools.php:402
561
  msgid "Recently Used"
562
  msgstr ""
563
 
564
+ #: includes/Tools.php:403
565
  msgid "Smileys & People"
566
  msgstr ""
567
 
568
+ #: includes/Tools.php:404
569
  msgid "Animals & Nature"
570
  msgstr ""
571
 
572
+ #: includes/Tools.php:405
573
  msgid "Food & Drink"
574
  msgstr ""
575
 
576
+ #: includes/Tools.php:406
577
  msgid "Activities"
578
  msgstr ""
579
 
580
+ #: includes/Tools.php:407
581
  msgid "Travel & Places"
582
  msgstr ""
583
 
584
+ #: includes/Tools.php:408
585
  msgid "Objects"
586
  msgstr ""
587
 
588
+ #: includes/Tools.php:409
589
  msgid "Symbols"
590
  msgstr ""
591
 
592
+ #: includes/Tools.php:410
593
  msgid "Flags"
594
  msgstr ""
595
 
596
+ #: includes/Tools.php:411
597
  msgid "No emojis found"
598
  msgstr ""
599
 
640
  msgid "Please contact our support!"
641
  msgstr ""
642
 
643
+ #: includes/Ajax/Post.php:1897 views/b2s/network.php:7
644
+ #: includes/B2S/Network/Item.php:224 includes/B2S/Network/Item.php:290
645
+ #: includes/B2S/Network/Item.php:361 includes/B2S/Network/Item.php:487
646
  msgid "Unknown username"
647
  msgstr ""
648
 
649
+ #: includes/Ajax/Post.php:1898 includes/B2S/Network/Item.php:488
650
  #: includes/B2S/Post/Item.php:521 includes/B2S/Post/Item.php:541
651
  #: includes/B2S/Post/Item.php:833 includes/B2S/Post/Item.php:891
652
  #: includes/B2S/Settings/Item.php:90 includes/B2S/Ship/Item.php:1131
658
  msgid "Please see FAQ"
659
  msgstr ""
660
 
661
+ #: includes/B2S/PostBox.php:143 views/b2s/ship.php:754
662
  #: views/b2s/html/header.php:60
663
  msgid "The connection to the server failed. Try again!"
664
  msgstr ""
695
  #: includes/B2S/PostBox.php:253 views/b2s/network.php:42 views/b2s/ship.php:76
696
  #: views/b2s/ship.php:166 views/b2s/ship.php:258
697
  #: includes/B2S/AutoPost/Item.php:108 includes/B2S/AutoPost/Item.php:205
698
+ #: includes/B2S/Curation/View.php:73 includes/B2S/Network/Item.php:180
699
  #: includes/B2S/RePost/Item.php:145 includes/B2S/RePost/Item.php:166
700
  #: includes/B2S/Ship/Item.php:1095
701
  msgid "Info"
976
  msgid "save..."
977
  msgstr ""
978
 
979
+ #: views/b2s/autopost.php:48 views/b2s/settings.php:137
980
  #: includes/B2S/Ship/Image.php:96
981
  msgid "Select or upload an image from media gallery"
982
  msgstr ""
983
 
984
+ #: views/b2s/autopost.php:49 views/b2s/settings.php:138
985
  #: includes/B2S/Ship/Image.php:97
986
  msgid "Use image"
987
  msgstr ""
988
 
989
+ #: views/b2s/autopost.php:59 views/b2s/settings.php:190
990
  #: includes/B2S/Settings/Item.php:53
991
  msgid "Personal Time Zone"
992
  msgstr ""
993
 
994
+ #: views/b2s/autopost.php:62 views/b2s/settings.php:193
995
  msgid ""
996
  "Blog2Social applies the scheduled time settings based on the time zone "
997
  "defined in the general settings of your WordPress. You can select a user-"
1047
 
1048
  #: views/b2s/curation.draft.php:47 views/b2s/network.php:61
1049
  #: views/b2s/network.php:149 views/b2s/network.php:236
1050
+ #: views/b2s/network.php:373 views/b2s/network.php:452
1051
  #: views/b2s/post.approve.php:51 views/b2s/post.calendar.php:60
1052
  #: views/b2s/post.calendar.php:244 views/b2s/post.draft.php:42
1053
+ #: views/b2s/post.favorites.php:41 views/b2s/post.notice.php:48
1054
  #: views/b2s/post.php:41 views/b2s/post.publish.php:45
1055
  #: views/b2s/post.sched.php:59 views/b2s/repost.php:28 views/b2s/ship.php:188
1056
+ #: views/b2s/ship.php:603 views/b2s/ship.php:752 views/b2s/support.php:144
1057
  #: views/b2s/support.php:182 views/prg/html/header.php:86
1058
  msgid "Loading..."
1059
  msgstr ""
1069
  #: views/b2s/curation.draft.php:90 views/b2s/curation.php:161
1070
  #: views/b2s/network.php:109 views/b2s/post.approve.php:98
1071
  #: views/b2s/post.approve.php:115 views/b2s/post.draft.php:87
1072
+ #: views/b2s/post.notice.php:88 views/b2s/post.publish.php:85
1073
  #: views/b2s/post.sched.php:99 views/b2s/repost.php:91 views/b2s/ship.php:478
1074
  #: views/b2s/ship.php:557 views/prg/ship.php:94 views/b2s/widgets/posts.php:67
1075
  msgid "NO"
1077
 
1078
  #: views/b2s/curation.draft.php:91 views/b2s/network.php:110
1079
  #: views/b2s/network.php:173 views/b2s/post.approve.php:99
1080
+ #: views/b2s/post.draft.php:88 views/b2s/post.notice.php:89
1081
  #: views/b2s/post.publish.php:86 views/b2s/post.sched.php:100
1082
  #: views/b2s/repost.php:92 views/b2s/repost.php:93
1083
  #: views/b2s/widgets/posts.php:68
1126
  msgstr ""
1127
 
1128
  #: views/b2s/curation.php:51 views/b2s/curation.php:52 views/b2s/network.php:35
1129
+ #: includes/B2S/Network/Item.php:158 includes/B2S/Network/Item.php:163
1130
+ #: includes/B2S/Network/Item.php:167 includes/B2S/Ship/Image.php:92
1131
  #: includes/B2S/Ship/Item.php:500 includes/B2S/Ship/Item.php:561
1132
  #: includes/B2S/Ship/Item.php:748 includes/B2S/Ship/Item.php:802
1133
  #: includes/B2S/Ship/Portale.php:32 includes/B2S/Ship/Portale.php:35
1134
+ #: includes/B2S/Ship/Portale.php:46
1135
  msgid "PRO"
1136
  msgstr ""
1137
 
1160
  msgid "Enter link"
1161
  msgstr ""
1162
 
1163
+ #: views/b2s/curation.php:75 views/b2s/network.php:431
1164
  msgid "continue"
1165
  msgstr ""
1166
 
1196
  msgstr ""
1197
 
1198
  #: views/b2s/curation.php:139 views/b2s/post.calendar.php:38
1199
+ #: views/b2s/ship.php:18 views/b2s/ship.php:753 includes/B2S/Post/Filter.php:59
1200
  #: includes/B2S/Post/Item.php:368 includes/B2S/Ship/Save.php:438
1201
  #: includes/PRG/Post/Filter.php:37 includes/PRG/Post/Item.php:86
1202
  msgid "published"
1501
  msgid "modify"
1502
  msgstr ""
1503
 
1504
+ #: views/b2s/network.php:230 includes/B2S/Network/Item.php:170
1505
+ #: includes/B2S/Network/Item.php:170
1506
  msgid "Edit Post Template"
1507
  msgstr ""
1508
 
1509
  #: views/b2s/network.php:230 views/b2s/ship.php:23
1510
  #: includes/B2S/AutoPost/Item.php:31 includes/B2S/Curation/View.php:56
1511
+ #: includes/B2S/Network/Item.php:170 includes/B2S/Network/Item.php:264
1512
+ #: includes/B2S/Network/Item.php:334 includes/B2S/Network/Item.php:396
1513
  #: includes/B2S/RePost/Item.php:23 includes/B2S/Settings/Item.php:159
1514
  #: includes/B2S/Ship/Image.php:85 includes/B2S/Ship/Item.php:1154
1515
  #: views/b2s/html/post.navbar.php:17 views/b2s/html/post.navbar.php:20
1518
  msgid "SMART"
1519
  msgstr ""
1520
 
1521
+ #: views/b2s/network.php:242 views/b2s/settings.php:65
1522
+ #: includes/B2S/Network/Item.php:548 includes/B2S/Settings/Item.php:133
1523
  msgid "save"
1524
  msgstr ""
1525
 
1586
  msgid "The name of the post author."
1587
  msgstr ""
1588
 
1589
+ #: views/b2s/network.php:318 includes/B2S/Network/Item.php:783
1590
  msgid "Character limit"
1591
  msgstr ""
1592
 
1617
  msgid "Connect with Pinterest"
1618
  msgstr ""
1619
 
1620
+ #: views/b2s/network.php:339 views/b2s/network.php:352 views/b2s/ship.php:574
1621
+ #: views/b2s/ship.php:582
1622
+ msgid ""
1623
+ "The login failed. To connect your Pinterest account to Blog2Social, please "
1624
+ "sign in to Pinterest using the Blog2Social browser extension."
1625
+ msgstr ""
1626
+
1627
+ #: views/b2s/network.php:340
1628
+ msgid "Download and activate the Blog2Social extension"
1629
+ msgstr ""
1630
+
1631
+ #: views/b2s/network.php:345
1632
+ msgid "Click on \"continue\""
1633
+ msgstr ""
1634
+
1635
+ #: views/b2s/network.php:359 views/b2s/network.php:377 views/b2s/ship.php:589
1636
+ #: views/b2s/ship.php:607
1637
+ msgid "An error occurred! Please try again."
1638
+ msgstr ""
1639
+
1640
+ #: views/b2s/network.php:360 views/b2s/network.php:386 views/b2s/ship.php:590
1641
+ #: views/b2s/ship.php:616
1642
+ msgid ""
1643
+ "Login up successful. Please confirm that Blog2Social is allowed to publish "
1644
+ "on your profile."
1645
+ msgstr ""
1646
+
1647
+ #: views/b2s/network.php:364 views/b2s/network.php:419 views/b2s/ship.php:594
1648
+ #: views/b2s/ship.php:649
1649
+ msgid "Select Pinboard"
1650
+ msgstr ""
1651
+
1652
+ #: views/b2s/network.php:376 views/b2s/ship.php:606
1653
  msgid ""
1654
  "Please make sure to use your original Pinterest login data (email and "
1655
  "password). Social Login via Facebook or Google login data will not work here."
1657
  "deactivated to ensure a stable connection to Blog2Social."
1658
  msgstr ""
1659
 
1660
+ #: views/b2s/network.php:378 views/b2s/network.php:379 views/b2s/ship.php:608
1661
+ #: views/b2s/ship.php:609
 
 
 
 
1662
  #, php-format
1663
  msgid ""
1664
  "You want to connect an additional account? <a target=\"_blank\" href=\"%s\">"
1665
  "Upgrade to Blog2Social Premium</a>"
1666
  msgstr ""
1667
 
1668
+ #: views/b2s/network.php:380 views/b2s/ship.php:610
1669
  msgid "Invalid Data! Please try again."
1670
  msgstr ""
1671
 
1672
+ #: views/b2s/network.php:381 views/b2s/ship.php:611
1673
  msgid ""
1674
  "You have not yet created any pinboards in your Pinterest account. Please set "
1675
  "up at least one pinboard to pin on your Pinterest account!"
1676
  msgstr ""
1677
 
1678
+ #: views/b2s/network.php:382 views/b2s/ship.php:612
1679
  #, php-format
1680
  msgid ""
1681
  "Login failed. Please check your login data for typos and please check your "
1683
  "account: <a target=\"_blank\" href=\"%s\">%s</a>"
1684
  msgstr ""
1685
 
1686
+ #: views/b2s/network.php:383 views/b2s/ship.php:613
1687
  msgid "Pinterest has rejected the connection to your blog"
1688
  msgstr ""
1689
 
1690
+ #: views/b2s/network.php:384 views/b2s/ship.php:614
1691
  msgid "Please select your correct server location and connect again."
1692
  msgstr ""
1693
 
1694
+ #: views/b2s/network.php:385 views/b2s/ship.php:615
1695
  msgid ""
1696
  "Access to this resource on your server is denied! Please check your "
1697
  "webserver configuration for caching."
1698
  msgstr ""
1699
 
1700
+ #: views/b2s/network.php:388 views/b2s/ship.php:618
 
 
 
 
 
 
1701
  #: views/b2s/html/header.php:348 views/prg/html/form.php:141
1702
  #: views/prg/html/form.php:143 views/prg/html/form.php:218
1703
  #: views/prg/html/form.php:220
1704
  msgid "E-Mail"
1705
  msgstr ""
1706
 
1707
+ #: views/b2s/network.php:394 views/b2s/ship.php:624 views/prg/login.php:25
1708
  msgid "Password"
1709
  msgstr ""
1710
 
1711
+ #: views/b2s/network.php:405 views/b2s/ship.php:635
1712
  msgid "Server-Location"
1713
  msgstr ""
1714
 
1715
+ #: views/b2s/network.php:427 views/b2s/ship.php:657 views/b2s/ship.php:661
 
 
 
 
1716
  #: includes/B2S/Settings/Item.php:89
1717
  msgid "authorize"
1718
  msgstr ""
1719
 
1720
+ #: views/b2s/network.php:428 views/b2s/network.php:430 views/b2s/ship.php:658
1721
+ #: views/b2s/ship.php:660
1722
  msgid "confirm"
1723
  msgstr ""
1724
 
1725
+ #: views/b2s/network.php:429 views/b2s/ship.php:659
1726
+ msgid "Sign in to Pinterest"
1727
+ msgstr ""
1728
+
1729
+ #: views/b2s/network.php:446
1730
  msgid "Advanced Network Settings"
1731
  msgstr ""
1732
 
1733
+ #: views/b2s/network.php:458 views/b2s/network.php:555
1734
  msgid "URL Parameters"
1735
  msgstr ""
1736
 
1737
+ #: views/b2s/network.php:459
1738
  msgid "The parameters could not be saved. Please try again."
1739
  msgstr ""
1740
 
1741
+ #: views/b2s/network.php:460 views/b2s/network.php:475
1742
+ #: views/b2s/network.php:507 views/b2s/network.php:510
1743
+ #: views/b2s/network.php:513
1744
  msgid "An error occured. Please contact our support."
1745
  msgstr ""
1746
 
1747
+ #: views/b2s/network.php:467 views/b2s/network.php:564
1748
  msgid "Network collection"
1749
  msgstr ""
1750
 
1751
+ #: views/b2s/network.php:470 views/b2s/network.php:567
1752
  msgid "Move the connection to another network collection."
1753
  msgstr ""
1754
 
1755
+ #: views/b2s/network.php:482 views/b2s/network.php:574
1756
  msgid "move"
1757
  msgstr ""
1758
 
1759
+ #: views/b2s/network.php:490
1760
  msgid "You need at least one network collection"
1761
  msgstr ""
1762
 
1763
+ #: views/b2s/network.php:499 views/b2s/network.php:581
1764
  msgid "Team Management"
1765
  msgstr ""
1766
 
1767
+ #: views/b2s/network.php:502 views/b2s/network.php:584
1768
  msgid "Assign the connection to other blog users"
1769
  msgstr ""
1770
 
1771
+ #: views/b2s/network.php:516
1772
  msgid "You don't have a Business License"
1773
  msgstr ""
1774
 
1775
+ #: views/b2s/network.php:519
1776
  msgid "This user don't have a Business License, or it is not the same"
1777
  msgstr ""
1778
 
1779
+ #: views/b2s/network.php:522
1780
  msgid "The connection has already been assigned to this user."
1781
  msgstr ""
1782
 
1783
+ #: views/b2s/network.php:525
1784
  msgid "The connection does not exist."
1785
  msgstr ""
1786
 
1787
+ #: views/b2s/network.php:528
1788
  msgid "This connection has already been assigned to this user."
1789
  msgstr ""
1790
 
1791
+ #: views/b2s/network.php:531
1792
  msgid ""
1793
  "You can only share the connection with blog users who use the same license "
1794
  "as you."
1795
  msgstr ""
1796
 
1797
+ #: views/b2s/network.php:534
1798
  msgid "There are no other users to whom the connection can be assigned."
1799
  msgstr ""
1800
 
1801
+ #: views/b2s/network.php:537 views/b2s/network.php:587
1802
  msgid "assign"
1803
  msgstr ""
1804
 
1805
+ #: views/b2s/network.php:538
1806
  msgid "Apply best time settings"
1807
  msgstr ""
1808
 
1809
+ #: views/b2s/network.php:539
1810
  msgid "Apply post template settings"
1811
  msgstr ""
1812
 
1813
+ #: views/b2s/network.php:540
1814
  msgid "Apply URL Parameters"
1815
  msgstr ""
1816
 
1817
+ #: views/b2s/network.php:551
1818
  msgid ""
1819
  "Upgrade to Blog2Social Business to easily bundle your connections into "
1820
  "network collection and assign your social media connections to other blog "
1824
  "group."
1825
  msgstr ""
1826
 
1827
+ #: views/b2s/network.php:552
1828
  msgid "Upgrade to Blog2Social Business"
1829
  msgstr ""
1830
 
1831
+ #: views/b2s/network.php:556 includes/B2S/Network/Item.php:518
1832
  #, php-format
1833
  msgid ""
1834
  "Define parameters that will be added to link posts on this network e.g. to "
1836
  "More information</a>"
1837
  msgstr ""
1838
 
1839
+ #: views/b2s/network.php:572 includes/B2S/Ship/Navbar.php:37
1840
  msgid "My Profile"
1841
  msgstr ""
1842
 
1843
+ #: views/b2s/network.php:603 views/b2s/ship.php:695
1844
  msgid "Add Page"
1845
  msgstr ""
1846
 
1847
+ #: views/b2s/network.php:608 views/b2s/ship.php:700
1848
  #, php-format
1849
  msgid ""
1850
  "Please make sure to log in with your account which manages your pages and <a "
1851
  "href=\"%s\" target=\"_blank\">follow this guide to select all your pages</a>."
1852
  msgstr ""
1853
 
1854
+ #: views/b2s/network.php:609 views/b2s/network.php:628
1855
+ #: views/b2s/network.php:647 views/b2s/ship.php:682 views/b2s/ship.php:701
1856
+ #: views/b2s/ship.php:720
1857
  msgid "Continue"
1858
  msgstr ""
1859
 
1860
+ #: views/b2s/network.php:622 views/b2s/ship.php:714
1861
  msgid "Add Group"
1862
  msgstr ""
1863
 
1864
+ #: views/b2s/network.php:627 views/b2s/ship.php:719
1865
  #, php-format
1866
  msgid ""
1867
  "Please make sure to log in with your account which manages your groups and "
1869
  "groups</a>."
1870
  msgstr ""
1871
 
1872
+ #: views/b2s/network.php:641 views/b2s/ship.php:676
1873
+ msgid "Add Profile"
1874
+ msgstr ""
1875
+
1876
+ #: views/b2s/network.php:646 views/b2s/ship.php:681
1877
+ #, php-format
1878
+ msgid ""
1879
+ "When you connect Blog2Social with your Instagram account, you might get a "
1880
+ "notification from Instagram that a server from Germany in the Cologne area "
1881
+ "is trying to access your account. This is a general security notification "
1882
+ "due to the fact that the Blog2Social server is located in this area. This is "
1883
+ "an automatic process that is necessary to establish a connection to "
1884
+ "Instagram. Rest assured, that this is a common and regular security notice "
1885
+ "to keep your account safe. <a href=\"%s\" target=\"_blank\">More information:"
1886
+ " How to connect with Instagram.</a>."
1887
+ msgstr ""
1888
+
1889
  #: views/b2s/post.approve.php:89
1890
  msgid "Delete Social Media Posts"
1891
  msgstr ""
1894
  msgid "Are you sure you want to delete these Social Media posts?"
1895
  msgstr ""
1896
 
1897
+ #: views/b2s/post.approve.php:94 views/b2s/post.notice.php:84
1898
  #: views/b2s/post.publish.php:81 views/b2s/post.sched.php:95
1899
  #: views/b2s/repost.php:87 views/b2s/widgets/posts.php:63
1900
  msgid "Number of entries"
1915
  msgstr ""
1916
 
1917
  #: views/b2s/post.calendar.php:70 views/b2s/post.sched.php:189
1918
+ #: views/b2s/repost.php:73 includes/B2S/Network/Item.php:700
1919
+ #: includes/B2S/Network/Item.php:703 includes/B2S/Settings/Item.php:239
1920
  #: views/b2s/html/footer.php:177
1921
  msgid "Image with frame"
1922
  msgstr ""
1923
 
1924
  #: views/b2s/post.calendar.php:70 views/b2s/post.sched.php:189
1925
+ #: views/b2s/repost.php:73 includes/B2S/Network/Item.php:701
1926
+ #: includes/B2S/Network/Item.php:704 includes/B2S/Settings/Item.php:253
1927
  #: views/b2s/html/footer.php:182
1928
  msgid "Image cut out"
1929
  msgstr ""
2013
  msgid "You have not saved any favorites."
2014
  msgstr ""
2015
 
2016
+ #: views/b2s/post.notice.php:79 views/b2s/post.publish.php:76
2017
  #: views/b2s/widgets/posts.php:58
2018
  msgid "Delete entries from the reporting"
2019
  msgstr ""
2020
 
2021
+ #: views/b2s/post.notice.php:82 views/b2s/post.publish.php:79
2022
  #: views/b2s/widgets/posts.php:61
2023
  msgid "You are sure, you want to delete entries from the reporting?"
2024
  msgstr ""
2220
  msgid "Post Templates"
2221
  msgstr ""
2222
 
2223
+ #: views/b2s/settings.php:72
2224
  msgid ""
2225
  "Connect Blog2Social with 16 different social media networks you like to "
2226
  "share your WordPress blog posts and pages as well as imported posts and "
2227
  "social media posts on. The following networks are available:"
2228
  msgstr ""
2229
 
2230
+ #: views/b2s/settings.php:92
2231
  #, php-format
2232
  msgid ""
2233
  "You will find more information on how to connect your social media networks "
2235
  "guide</a>."
2236
  msgstr ""
2237
 
2238
+ #: views/b2s/settings.php:94
2239
  msgid "Connect your social media networks"
2240
  msgstr ""
2241
 
2242
+ #: views/b2s/settings.php:97
2243
  msgid ""
2244
  "Use the pre-defined best time settings or define your own best time settings "
2245
  "for sharing your posts . Posting at the right time can be essential to make "
2246
  "sure your content is most likely be seen."
2247
  msgstr ""
2248
 
2249
+ #: views/b2s/settings.php:99
2250
  #, php-format
2251
  msgid ""
2252
  "You will find more information about the pre-defined best time settings by "
2253
  "Blog2Social in this <a href=\"%s\" target=\"_blank\">best time guide</a>."
2254
  msgstr ""
2255
 
2256
+ #: views/b2s/settings.php:101
2257
  #, php-format
2258
  msgid ""
2259
  "An instruction on how to define your own best times is explained in the "
2261
  "post on social media?</a>\"."
2262
  msgstr ""
2263
 
2264
+ #: views/b2s/settings.php:103
2265
  msgid "Check, edit or define your social media time settings"
2266
  msgstr ""
2267
 
2268
+ #: views/b2s/settings.php:106
2269
  msgid ""
2270
  "Edit the post templates for each social media network to turn your social "
2271
  "media posts automatically into tailored posts for each network and community."
2272
  " You can edit the structure of your post with the following variables:"
2273
  msgstr ""
2274
 
2275
+ #: views/b2s/settings.php:109
2276
  msgid "Title: The title of your post."
2277
  msgstr ""
2278
 
2279
+ #: views/b2s/settings.php:110
2280
  msgid "Content: The content of your post."
2281
  msgstr ""
2282
 
2283
+ #: views/b2s/settings.php:111
2284
  msgid ""
2285
  "Excerpt: The summary of your post (you define it in the side menu of your "
2286
  "post)."
2287
  msgstr ""
2288
 
2289
+ #: views/b2s/settings.php:112
2290
  msgid "Keywords: The tags you have set in your post."
2291
  msgstr ""
2292
 
2293
+ #: views/b2s/settings.php:113
2294
  msgid "Author: The author of the post."
2295
  msgstr ""
2296
 
2297
+ #: views/b2s/settings.php:115
2298
  #, php-format
2299
  msgid ""
2300
  "You will find more information on how to use post templates for your social "
2301
  "media posts in this <a href=\"%s\" target=\"_blank\">post template guide</a>."
2302
  msgstr ""
2303
 
2304
+ #: views/b2s/settings.php:117
2305
  msgid "Define your post templates for each social media network"
2306
  msgstr ""
2307
 
2308
+ #: views/b2s/settings.php:148
2309
  msgid "Allow shortcodes in my social media posts (e.g. Page Builder)"
2310
  msgstr ""
2311
 
2312
+ #: views/b2s/settings.php:151
2313
  #, php-format
2314
  msgid ""
2315
  "Some WordPress plugins use short codes, e.g. Page Builder plugins. When a "
2323
  "following <a href=\"%s\" target=\"_blank\">shortcode guide</a>."
2324
  msgstr ""
2325
 
2326
+ #: views/b2s/settings.php:162
2327
  msgid "Activate Legacy mode "
2328
  msgstr ""
2329
 
2330
+ #: views/b2s/settings.php:165
2331
  msgid "Plugin contents are loaded one at a time to minimize server load."
2332
  msgstr ""
2333
 
2334
+ #: views/b2s/settings.php:176
2335
  msgid "Instant Caching for Facebook Link Posts"
2336
  msgstr ""
2337
 
2338
+ #: views/b2s/settings.php:179
2339
  msgid ""
2340
  "Please enable this feature, if you are using varnish caching (HTTP "
2341
  "accelerator to relieve your website). Blog2Social will add a \"no-cache=1\" "
2524
  "overwrite your draft?"
2525
  msgstr ""
2526
 
2527
+ #: views/b2s/ship.php:740
2528
  msgid "add Schedule"
2529
  msgstr ""
2530
 
2531
+ #: views/b2s/ship.php:756
2532
  msgid "Give me more information"
2533
  msgstr ""
2534
 
2981
  msgid "Save"
2982
  msgstr ""
2983
 
2984
+ #: includes/B2S/AutoPost/Item.php:241 includes/B2S/Network/Item.php:179
2985
  msgid "Connections"
2986
  msgstr ""
2987
 
3037
  msgid "Show all"
3038
  msgstr ""
3039
 
3040
+ #: includes/B2S/Network/Item.php:64 includes/B2S/Network/Item.php:186
3041
  msgid "My profile"
3042
  msgstr ""
3043
 
3049
  msgid "Best times"
3050
  msgstr ""
3051
 
3052
+ #: includes/B2S/Network/Item.php:149 includes/B2S/Network/Item.php:226
3053
+ #: includes/B2S/Ship/Item.php:331 includes/B2S/Ship/Navbar.php:90
3054
  #: includes/B2S/Ship/Portale.php:38
3055
  msgid "Blog"
3056
  msgstr ""
3057
 
3058
+ #: includes/B2S/Network/Item.php:154 includes/B2S/Network/Item.php:158
3059
+ #: includes/B2S/Ship/Portale.php:42 includes/B2S/Ship/Portale.php:46
3060
  msgid "You want to connect a network profile?"
3061
  msgstr ""
3062
 
3063
+ #: includes/B2S/Network/Item.php:154 includes/B2S/Ship/Portale.php:42
3064
  msgid "BUSINESS"
3065
  msgstr ""
3066
 
3067
+ #: includes/B2S/Network/Item.php:163 includes/B2S/Ship/Portale.php:35
3068
  msgid "You want to connect a network page?"
3069
  msgstr ""
3070
 
3071
+ #: includes/B2S/Network/Item.php:166 includes/B2S/Network/Item.php:363
3072
  #: includes/B2S/Ship/Portale.php:31
3073
  msgid "Publication"
3074
  msgstr ""
3075
 
3076
+ #: includes/B2S/Network/Item.php:167 includes/B2S/Ship/Portale.php:32
3077
  msgid "You want to connect a social media group?"
3078
  msgstr ""
3079
 
3080
+ #: includes/B2S/Network/Item.php:180 views/b2s/html/footer.php:241
3081
  msgid "Best Time Manager"
3082
  msgstr ""
3083
 
3084
+ #: includes/B2S/Network/Item.php:217 includes/B2S/Network/Item.php:283
3085
+ #: includes/B2S/Network/Item.php:354
3086
  msgid "To reactivate this connection,"
3087
  msgstr ""
3088
 
3089
+ #: includes/B2S/Network/Item.php:217 includes/B2S/Network/Item.php:283
3090
+ #: includes/B2S/Network/Item.php:354 includes/B2S/Ship/Image.php:31
3091
  msgid "please upgrade"
3092
  msgstr ""
3093
 
3094
+ #: includes/B2S/Network/Item.php:220 includes/B2S/Network/Item.php:286
3095
+ #: includes/B2S/Network/Item.php:357
3096
  msgid "Connection is interrupted since"
3097
  msgstr ""
3098
 
3099
+ #: includes/B2S/Network/Item.php:224 includes/B2S/Network/Item.php:290
3100
+ #: includes/B2S/Network/Item.php:361
3101
  msgid "Assigned by"
3102
  msgstr ""
3103
 
3104
+ #: includes/B2S/Network/Item.php:262 includes/B2S/Network/Item.php:332
3105
+ #: includes/B2S/Network/Item.php:394 includes/B2S/Ship/Item.php:1211
3106
  msgid "Days"
3107
  msgstr ""
3108
 
3109
+ #: includes/B2S/Network/Item.php:293 includes/B2S/Network/Item.php:814
3110
  #, php-format
3111
  msgid ""
3112
  "Company-Page (Employer Branding Profile, <a href=\"%s\" target=\"_blank\">"
3113
  "Old Design until 2020/11/30</a>)"
3114
  msgstr ""
3115
 
3116
+ #: includes/B2S/Network/Item.php:294 includes/B2S/Network/Item.php:815
3117
  msgid "Company-Page (Employer Branding Profile, New Design)"
3118
  msgstr ""
3119
 
3120
+ #: includes/B2S/Network/Item.php:475
3121
  msgid "Connection currently assigned to"
3122
  msgstr ""
3123
 
3124
+ #: includes/B2S/Network/Item.php:520 views/prg/html/form.php:84
3125
  #: views/prg/html/form.php:86 views/prg/html/form.php:161
3126
  #: views/prg/html/form.php:163
3127
  msgid "Name"
3128
  msgstr ""
3129
 
3130
+ #: includes/B2S/Network/Item.php:521
3131
  msgid "Value"
3132
  msgstr ""
3133
 
3134
+ #: includes/B2S/Network/Item.php:545
3135
  msgid "+ add Parameter"
3136
  msgstr ""
3137
 
3138
+ #: includes/B2S/Network/Item.php:546
3139
  #, php-format
3140
  msgid "Apply for all %s connections"
3141
  msgstr ""
3142
 
3143
+ #: includes/B2S/Network/Item.php:547
3144
  msgid "Apply for all connections"
3145
  msgstr ""
3146
 
3147
+ #: includes/B2S/Network/Item.php:568
3148
  msgid "Successfully saved"
3149
  msgstr ""
3150
 
3151
+ #: includes/B2S/Network/Item.php:569
3152
  msgid "Failed to save"
3153
  msgstr ""
3154
 
3155
+ #: includes/B2S/Network/Item.php:570
3156
  msgid "Failed to load the default template"
3157
  msgstr ""
3158
 
3159
+ #: includes/B2S/Network/Item.php:610
3160
  msgid ""
3161
  "Upgrade to Blog2Social Smart or higher to customize your individual post "
3162
  "templates that will automatically pre-format the structure of your social "
3167
  "or slogans) to your post templates."
3168
  msgstr ""
3169
 
3170
+ #: includes/B2S/Network/Item.php:611
3171
  msgid "Upgrade to Blog2Social Smart"
3172
  msgstr ""
3173
 
3174
+ #: includes/B2S/Network/Item.php:632
3175
  msgid "Activate Instant Caching"
3176
  msgstr ""
3177
 
3178
+ #: includes/B2S/Network/Item.php:693
3179
  msgid "Format"
3180
  msgstr ""
3181
 
3182
+ #: includes/B2S/Network/Item.php:694 includes/B2S/Network/Item.php:715
3183
  msgid "Load default settings"
3184
  msgstr ""
3185
 
3186
+ #: includes/B2S/Network/Item.php:700 includes/B2S/Network/Item.php:703
3187
  #: includes/B2S/Ship/Item.php:960 includes/B2S/Ship/Item.php:962
3188
  msgid "Link"
3189
  msgstr ""
3190
 
3191
+ #: includes/B2S/Network/Item.php:701 includes/B2S/Network/Item.php:704
3192
  msgid "Image"
3193
  msgstr ""
3194
 
3195
+ #: includes/B2S/Network/Item.php:713 includes/B2S/Settings/Item.php:64
3196
  msgid "Content"
3197
  msgstr ""
3198
 
3199
+ #: includes/B2S/Network/Item.php:722 includes/B2S/Ship/Item.php:372
3200
  msgid ""
3201
  "Instagram supports up to 30 hashtags. Please reduce the number of hashtags "
3202
  "in your post."
3203
  msgstr ""
3204
 
3205
+ #: includes/B2S/Network/Item.php:734
3206
  msgid "clear"
3207
  msgstr ""
3208
 
3209
+ #: includes/B2S/Network/Item.php:745
3210
  msgid ""
3211
  "The link will be transmitted as a canonical link, i.e. in the source code of "
3212
  "your page, in order to refer to the original source of the content and to "
3213
  "increase the reach from search engines like Google."
3214
  msgstr ""
3215
 
3216
+ #: includes/B2S/Network/Item.php:747
3217
  msgid "The link will be added automatically at the end of the post."
3218
  msgstr ""
3219
 
3220
+ #: includes/B2S/Network/Item.php:752
3221
  msgid "The network does not support hashtags."
3222
  msgstr ""
3223
 
3224
+ #: includes/B2S/Network/Item.php:757 includes/B2S/Network/Item.php:806
3225
+ #: includes/B2S/Network/Item.php:845
3226
  msgid "Network limit"
3227
  msgstr ""
3228
 
3229
+ #: includes/B2S/Network/Item.php:757 includes/B2S/Network/Item.php:806
3230
+ #: includes/B2S/Network/Item.php:806 includes/B2S/Network/Item.php:845
3231
+ #: includes/B2S/Network/Item.php:845 includes/B2S/Ship/Item.php:215
3232
  #: includes/B2S/Ship/Item.php:219 includes/B2S/Ship/Item.php:262
3233
  #: includes/B2S/Ship/Item.php:266 includes/B2S/Ship/Item.php:299
3234
  #: includes/B2S/Ship/Item.php:303 includes/B2S/Ship/Item.php:1290
3236
  msgid "characters"
3237
  msgstr ""
3238
 
3239
+ #: includes/B2S/Network/Item.php:764
3240
  msgid "Add a link-URL to the end of my image post."
3241
  msgstr ""
3242
 
3243
+ #: includes/B2S/Network/Item.php:771
3244
  msgid ""
3245
  "Add a link-URL to the end of my Instagram posts. (Please note, that "
3246
  "Instagram does not turn link-URLs into clickable links)"
3247
  msgstr ""
3248
 
3249
+ #: includes/B2S/Network/Item.php:776
3250
  msgid "Hashtag shuffle (Hashtags have to be defined in the text field above)"
3251
  msgstr ""
3252
 
3253
+ #: includes/B2S/Network/Item.php:787
3254
+ msgid ""
3255
+ "Missing PHP \"mbstring\" extension to use the character limit function. "
3256
+ "Please activate server-side the PHP \"mbstring\" extension in your \"php."
3257
+ "ini\" file."
3258
+ msgstr ""
3259
+
3260
+ #: includes/B2S/Network/Item.php:806 includes/B2S/Network/Item.php:845
3261
  msgid "recommended length"
3262
  msgstr ""
3263
 
3264
+ #: includes/B2S/Network/Item.php:871 includes/B2S/Network/Item.php:923
3265
+ #: includes/B2S/Network/Item.php:992 includes/B2S/Network/Item.php:1044
3266
+ #: includes/B2S/Network/Item.php:1078 includes/B2S/Network/Item.php:1129
3267
+ #: includes/B2S/Network/Item.php:1159 includes/B2S/Network/Item.php:1213
3268
+ #: includes/B2S/Network/Item.php:1232 includes/B2S/Network/Item.php:1266
3269
+ #: includes/B2S/Network/Item.php:1282 includes/B2S/Network/Item.php:1298
3270
+ #: includes/B2S/Network/Item.php:1314 includes/B2S/Network/Item.php:1330
3271
+ #: includes/B2S/Network/Item.php:1349 includes/B2S/Network/Item.php:1365
3272
  msgid "Preview"
3273
  msgstr ""
3274
 
5439
  msgid "Logout"
5440
  msgstr ""
5441
 
5442
+ #: includes/B2S/Support/Check/System.php:46
5443
  msgid "or higher"
5444
  msgstr ""
5445
 
5446
+ #: includes/B2S/Support/Check/System.php:67
5447
+ #: includes/B2S/Support/Check/System.php:85
5448
  msgid "resolve conflict"
5449
  msgstr ""
5450
 
5451
+ #: includes/B2S/Support/Check/System.php:92
5452
  msgid "Plugin Warnings:"
5453
  msgstr ""
5454
 
readme.txt CHANGED
@@ -5,7 +5,7 @@ Tags: auto post, auto publish, social media scheduling, social media calendar, s
5
  Donate link: https://paypal.me/adenion
6
  Requires at least: 4.7.0
7
  Tested up to: 5.6
8
- Stable tag: 6.6.2
9
  License: GPLv3
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -221,6 +221,8 @@ To get started with the basics of Blog2Social and maybe find some useful tips an
221
  7. Keep track of your shared posts and scheduling plan with the Social Media Calendar.
222
 
223
  == Changelog ==
 
 
224
  = 6.6.2 =
225
  Usability Optimization
226
  = 6.6.1 =
@@ -313,6 +315,8 @@ Usability Optimization
313
  Content Curation with links, WooCommerce compatibility, gutenberg editor compatibility
314
 
315
  == Upgrade Notice ==
 
 
316
  = 6.6.2 =
317
  Usability Optimization
318
  = 6.6.1 =
5
  Donate link: https://paypal.me/adenion
6
  Requires at least: 4.7.0
7
  Tested up to: 5.6
8
+ Stable tag: 6.6.3
9
  License: GPLv3
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
221
  7. Keep track of your shared posts and scheduling plan with the Social Media Calendar.
222
 
223
  == Changelog ==
224
+ = 6.6.3 =
225
+ Usability Optimization
226
  = 6.6.2 =
227
  Usability Optimization
228
  = 6.6.1 =
315
  Content Curation with links, WooCommerce compatibility, gutenberg editor compatibility
316
 
317
  == Upgrade Notice ==
318
+ = 6.6.3 =
319
+ Usability Optimization
320
  = 6.6.2 =
321
  Usability Optimization
322
  = 6.6.1 =
views/b2s/network.php CHANGED
@@ -333,6 +333,40 @@ $networkData = $networkItem->getData();
333
  <button type="button" class="b2s-modal-close close" data-modal-name="#b2sAuthNetwork6Modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
334
  <h4 class="modal-title"><?php esc_html_e('Connect with Pinterest', 'blog2social') ?></h4>
335
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
336
  <div class="row b2s-loading-area width-100" style="display: none">
337
  <div class="b2s-loader-impulse b2s-loader-impulse-md"></div>
338
  <div class="clearfix"></div>
@@ -392,7 +426,11 @@ $networkData = $networkItem->getData();
392
  <div class="modal-footer b2s-edit-template-footer">
393
  <button class="btn btn-success b2s-auth-network-6-login-btn" type="button"><?php esc_html_e('authorize', 'blog2social'); ?></button>
394
  <button class="btn btn-success b2s-auth-network-6-confirm-btn" type="button" style="display: none;"><?php esc_html_e('confirm', 'blog2social'); ?></button>
 
 
 
395
  <input type="hidden" id="b2s-auth-network-6-ident-data">
 
396
  <input type="hidden" id="b2s-auth-network-6-auth-id">
397
  <input type="hidden" id="b2s-auth-network-6-mandant-id">
398
  </div>
@@ -595,6 +633,25 @@ $networkData = $networkItem->getData();
595
  </div>
596
  </div>
597
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
598
  <input type="hidden" id="b2sUserLang" value="<?php echo substr(B2S_LANGUAGE, 0, 2); ?>">
599
  <input type="hidden" id="b2sServerUrl" value="<?php echo B2S_PLUGIN_SERVER_URL; ?>">
600
  <input type="hidden" id="b2sUserVersion" value="<?php echo B2S_PLUGIN_USER_VERSION; ?>">
333
  <button type="button" class="b2s-modal-close close" data-modal-name="#b2sAuthNetwork6Modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
334
  <h4 class="modal-title"><?php esc_html_e('Connect with Pinterest', 'blog2social') ?></h4>
335
  </div>
336
+ <div class="modal-body b2s-auth-network-6-extension-info-area" style="display: none;">
337
+ <div class="row width-100">
338
+ <div class="col-md-12">
339
+ <div class="alert alert-danger b2s-auth-network-6-extension-error" data-info="default"><?php esc_html_e('The login failed. To connect your Pinterest account to Blog2Social, please sign in to Pinterest using the Blog2Social browser extension.', 'blog2social'); ?></div>
340
+ <h3>1. <?php esc_html_e('Download and activate the Blog2Social extension', 'blog2social'); ?></h3>
341
+ <div class="b2s-auth-network-6-extension-download-area">
342
+ <a class="b2s-auth-network-6-extension-download-link" href="https://addons.mozilla.org/en-US/firefox/addon/blog2social/" target="_blank"><img src="<?php echo plugins_url('/assets/images/firefox-extension.png', B2S_PLUGIN_FILE); ?>"></a>
343
+ <a class="b2s-auth-network-6-extension-download-link" href="https://chrome.google.com/webstore/detail/blog2social-social-media/hobhidjecjjgknjpnclnmfgkajdjlaml" target="_blank"><img src="<?php echo plugins_url('/assets/images/chrome-extension.png', B2S_PLUGIN_FILE); ?>"></a>
344
+ </div>
345
+ <h3>2. <?php esc_html_e('Click on "continue"', 'blog2social'); ?></h3>
346
+ </div>
347
+ </div>
348
+ </div>
349
+ <div class="modal-body b2s-auth-network-6-extension-start-area" style="display: none;">
350
+ <div class="row width-100">
351
+ <div class="col-md-12">
352
+ <div class="alert alert-danger b2s-auth-network-6-extension-error" data-info="default"><?php esc_html_e('The login failed. To connect your Pinterest account to Blog2Social, please sign in to Pinterest using the Blog2Social browser extension.', 'blog2social'); ?></div>
353
+ </div>
354
+ </div>
355
+ </div>
356
+ <div class="modal-body b2s-auth-network-6-extension-success-area width-100" style="display: none;">
357
+ <div class="row">
358
+ <div class="col-md-12">
359
+ <div class="alert alert-danger b2s-auth-network-6-extension-error" data-info="default" style="display:none;"><?php esc_html_e('An error occurred! Please try again.', 'blog2social'); ?></div>
360
+ <div class="alert alert-success b2s-auth-network-6-info-extension" data-info="success"><?php esc_html_e('Login up successful. Please confirm that Blog2Social is allowed to publish on your profile.', 'blog2social'); ?></div>
361
+ </div>
362
+ </div>
363
+ <div class="form-group row">
364
+ <label class="col-md-3 b2s-login-form-label"><?php esc_html_e('Select Pinboard', 'blog2social'); ?></label>
365
+ <div class="col-md-9">
366
+ <select id="b2s-auth-network-6-board-extension" class="form-control valid" aria-invalid="false"></select>
367
+ </div>
368
+ </div>
369
+ </div>
370
  <div class="row b2s-loading-area width-100" style="display: none">
371
  <div class="b2s-loader-impulse b2s-loader-impulse-md"></div>
372
  <div class="clearfix"></div>
426
  <div class="modal-footer b2s-edit-template-footer">
427
  <button class="btn btn-success b2s-auth-network-6-login-btn" type="button"><?php esc_html_e('authorize', 'blog2social'); ?></button>
428
  <button class="btn btn-success b2s-auth-network-6-confirm-btn" type="button" style="display: none;"><?php esc_html_e('confirm', 'blog2social'); ?></button>
429
+ <button class="btn btn-success b2s-auth-network-6-extension-auth-btn" type="button" style="display: none;"><?php esc_html_e('Sign in to Pinterest', 'blog2social'); ?></button>
430
+ <button class="btn btn-success b2s-auth-network-6-confirm-extension-btn" type="button" style="display: none;"><?php esc_html_e('confirm', 'blog2social'); ?></button>
431
+ <button class="btn btn-success b2s-auth-network-6-extension-continue-btn" type="button" disabled="disabled" style="display: none;"><?php esc_html_e('continue', 'blog2social'); ?></button>
432
  <input type="hidden" id="b2s-auth-network-6-ident-data">
433
+ <input type="hidden" id="b2s-auth-network-6-username-extension">
434
  <input type="hidden" id="b2s-auth-network-6-auth-id">
435
  <input type="hidden" id="b2s-auth-network-6-mandant-id">
436
  </div>
633
  </div>
634
  </div>
635
 
636
+ <div class="modal fade" id="b2sNetworkAddInstagramInfoModal" tabindex="-1" role="dialog" aria-labelledby="b2sNetworkAddInstagramInfoModal" aria-hidden="true" data-backdrop="false" style="display:none;">
637
+ <div class="modal-dialog">
638
+ <div class="modal-content">
639
+ <div class="modal-header">
640
+ <button type="button" class="b2s-modal-close close" data-modal-name="#b2sNetworkAddInstagramInfoModal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
641
+ <h4 class="modal-title"><?php esc_html_e('Add Profile', 'blog2social') ?></h4>
642
+ </div>
643
+ <div class="modal-body">
644
+ <div class="row">
645
+ <div class="col-md-12">
646
+ <?php echo sprintf(__('When you connect Blog2Social with your Instagram account, you might get a notification from Instagram that a server from Germany in the Cologne area is trying to access your account. This is a general security notification due to the fact that the Blog2Social server is located in this area. This is an automatic process that is necessary to establish a connection to Instagram. Rest assured, that this is a common and regular security notice to keep your account safe. <a href="%s" target="_blank">More information: How to connect with Instagram.</a>.', 'blog2social'), esc_url(B2S_Tools::getSupportLink('instagram_auth_faq'))); ?>
647
+ <button class="btn btn-primary pull-right b2s-add-network-continue-btn"><?php esc_html_e('Continue', 'blog2social'); ?></button>
648
+ </div>
649
+ </div>
650
+ </div>
651
+ </div>
652
+ </div>
653
+ </div>
654
+
655
  <input type="hidden" id="b2sUserLang" value="<?php echo substr(B2S_LANGUAGE, 0, 2); ?>">
656
  <input type="hidden" id="b2sServerUrl" value="<?php echo B2S_PLUGIN_SERVER_URL; ?>">
657
  <input type="hidden" id="b2sUserVersion" value="<?php echo B2S_PLUGIN_USER_VERSION; ?>">
views/b2s/partials/post-edit-modal.php CHANGED
@@ -38,13 +38,9 @@
38
 
39
  <?= $item->getEditHtml(); ?>
40
  <div class="pull-right">
41
- <a href="#" class="btn btn-primary btn-xs b2s-get-settings-sched-time-user">
42
- Meine Zeit-Einstellungen laden </a>
43
-
44
- <a href="#" class="btn btn-primary btn-xs b2s-get-settings-sched-time-default">
45
- Lade beste Zeiten </a>
46
- <a href="#" class="btn btn-link btn-xs hidden-sm b2s-load-settings-sched-time-default-info b2sInfoSchedTimesModalBtn">Info</a>
47
- </div>
48
  <div class="clearfix"></div>
49
  <div class="panel panel-group">
50
  <div class="b2s-post-item-details-release-area-details">
38
 
39
  <?= $item->getEditHtml(); ?>
40
  <div class="pull-right">
41
+ <a href="#" class="btn btn-primary btn-xs b2s-get-settings-sched-time-user"><?php esc_html_e('Load My Times Settings', 'blog2social') ?></a>
42
+ <a href="#" class="btn btn-primary btn-xs b2s-get-settings-sched-time-default"><?php esc_html_e('Load Best Times', 'blog2social') ?></a>
43
+ </div>
 
 
 
 
44
  <div class="clearfix"></div>
45
  <div class="panel panel-group">
46
  <div class="b2s-post-item-details-release-area-details">
views/b2s/ship.php CHANGED
@@ -499,7 +499,7 @@ if (isset($_GET['type']) && $_GET['type'] == 'draft' && isset($_GET['postId']) &
499
 
500
 
501
 
502
- <div id="b2s-post-ship-item-post-format-modal" class="modal fade" role="dialog" aria-labelledby="b2s-post-ship-item-post-format-modal" aria-hidden="true" data-backdrop="false" style="display:none;">
503
  <div class="modal-dialog modal-lg">
504
  <div class="modal-content">
505
  <div class="modal-header">
@@ -568,6 +568,35 @@ if (isset($_GET['type']) && $_GET['type'] == 'draft' && isset($_GET['postId']) &
568
  <button type="button" class="b2s-modal-close close" data-modal-name="#b2sAuthNetwork6Modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
569
  <h4 class="modal-title"><?php esc_html_e('Connect with Pinterest', 'blog2social') ?></h4>
570
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
571
  <div class="row b2s-loading-area width-100" style="display: none">
572
  <div class="b2s-loader-impulse b2s-loader-impulse-md"></div>
573
  <div class="clearfix"></div>
@@ -608,8 +637,8 @@ if (isset($_GET['type']) && $_GET['type'] == 'draft' && isset($_GET['postId']) &
608
  <select class="form-control" id="b2s-auth-network-6-location">
609
  <?php
610
  $pinterestCountryList = B2S_Tools::getCountryListByNetwork(6);
611
- foreach ($pinterestCountryList as $key => $name){
612
- echo '<option value="'.$key.'"'.(($key == '') ? ' selected="selected"' : '').'>'.$name['name'].'</option>';
613
  }
614
  ?>
615
  </select>
@@ -627,13 +656,74 @@ if (isset($_GET['type']) && $_GET['type'] == 'draft' && isset($_GET['postId']) &
627
  <div class="modal-footer b2s-edit-template-footer">
628
  <button class="btn btn-success b2s-auth-network-6-login-btn" type="button"><?php esc_html_e('authorize', 'blog2social'); ?></button>
629
  <button class="btn btn-success b2s-auth-network-6-confirm-btn" type="button" style="display: none;"><?php esc_html_e('confirm', 'blog2social'); ?></button>
 
 
 
630
  <input type="hidden" id="b2s-auth-network-6-ident-data">
 
631
  <input type="hidden" id="b2s-auth-network-6-auth-id">
632
  <input type="hidden" id="b2s-auth-network-6-mandant-id">
633
  </div>
634
  </div>
635
  </div>
636
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
637
 
638
  <div id="b2s_ship_calendar" style="display:block;"></div>
639
  <br>
499
 
500
 
501
 
502
+ <div id="b2s-post-ship-item-post-format-modal" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="b2s-post-ship-item-post-format-modal" aria-hidden="true" data-backdrop="false" style="display:none;">
503
  <div class="modal-dialog modal-lg">
504
  <div class="modal-content">
505
  <div class="modal-header">
568
  <button type="button" class="b2s-modal-close close" data-modal-name="#b2sAuthNetwork6Modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
569
  <h4 class="modal-title"><?php esc_html_e('Connect with Pinterest', 'blog2social') ?></h4>
570
  </div>
571
+ <div class="modal-body b2s-auth-network-6-extension-info-area" style="display: none">
572
+ <div class="row width-100">
573
+ <div class="col-md-12">
574
+ <div class="alert alert-danger b2s-auth-network-6-extension-error" data-info="default"><?php esc_html_e('The login failed. To connect your Pinterest account to Blog2Social, please sign in to Pinterest using the Blog2Social browser extension.', 'blog2social'); ?></div>
575
+
576
+ </div>
577
+ </div>
578
+ </div>
579
+ <div class="modal-body b2s-auth-network-6-extension-start-area" style="display: none">
580
+ <div class="row width-100">
581
+ <div class="col-md-12">
582
+ <div class="alert alert-danger b2s-auth-network-6-extension-error" data-info="default"><?php esc_html_e('The login failed. To connect your Pinterest account to Blog2Social, please sign in to Pinterest using the Blog2Social browser extension.', 'blog2social'); ?></div>
583
+ </div>
584
+ </div>
585
+ </div>
586
+ <div class="modal-body b2s-auth-network-6-extension-success-area width-100" style="display: none">
587
+ <div class="row">
588
+ <div class="col-md-12">
589
+ <div class="alert alert-danger b2s-auth-network-6-extension-error" data-info="default" style="display:none;"><?php esc_html_e('An error occurred! Please try again.', 'blog2social'); ?></div>
590
+ <div class="alert alert-success b2s-auth-network-6-info-extension" data-info="success"><?php esc_html_e('Login up successful. Please confirm that Blog2Social is allowed to publish on your profile.', 'blog2social'); ?></div>
591
+ </div>
592
+ </div>
593
+ <div class="form-group row">
594
+ <label class="col-md-3 b2s-login-form-label"><?php esc_html_e('Select Pinboard', 'blog2social'); ?></label>
595
+ <div class="col-md-9">
596
+ <select id="b2s-auth-network-6-board-extension" class="form-control valid" aria-invalid="false"></select>
597
+ </div>
598
+ </div>
599
+ </div>
600
  <div class="row b2s-loading-area width-100" style="display: none">
601
  <div class="b2s-loader-impulse b2s-loader-impulse-md"></div>
602
  <div class="clearfix"></div>
637
  <select class="form-control" id="b2s-auth-network-6-location">
638
  <?php
639
  $pinterestCountryList = B2S_Tools::getCountryListByNetwork(6);
640
+ foreach ($pinterestCountryList as $key => $name) {
641
+ echo '<option value="' . $key . '"' . (($key == '') ? ' selected="selected"' : '') . '>' . $name['name'] . '</option>';
642
  }
643
  ?>
644
  </select>
656
  <div class="modal-footer b2s-edit-template-footer">
657
  <button class="btn btn-success b2s-auth-network-6-login-btn" type="button"><?php esc_html_e('authorize', 'blog2social'); ?></button>
658
  <button class="btn btn-success b2s-auth-network-6-confirm-btn" type="button" style="display: none;"><?php esc_html_e('confirm', 'blog2social'); ?></button>
659
+ <button class="btn btn-success b2s-auth-network-6-extension-auth-btn" type="button" style="display: none;"><?php esc_html_e('Sign in to Pinterest', 'blog2social'); ?></button>
660
+ <button class="btn btn-success b2s-auth-network-6-confirm-extension-btn" type="button" style="display: none;"><?php esc_html_e('confirm', 'blog2social'); ?></button>
661
+ <button class="btn btn-success b2s-auth-network-6-go-to-network-btn" type="button" style="display: none;"><?php esc_html_e('authorize', 'blog2social'); ?></button>
662
  <input type="hidden" id="b2s-auth-network-6-ident-data">
663
+ <input type="hidden" id="b2s-auth-network-6-username-extension">
664
  <input type="hidden" id="b2s-auth-network-6-auth-id">
665
  <input type="hidden" id="b2s-auth-network-6-mandant-id">
666
  </div>
667
  </div>
668
  </div>
669
  </div>
670
+
671
+ <div class="modal fade" id="b2sNetworkAddInstagramInfoModal" tabindex="-1" role="dialog" aria-labelledby="b2sNetworkAddInstagramInfoModal" aria-hidden="true" data-backdrop="false" style="display:none;">
672
+ <div class="modal-dialog">
673
+ <div class="modal-content">
674
+ <div class="modal-header">
675
+ <button type="button" class="b2s-modal-close close" data-modal-name="#b2sNetworkAddInstagramInfoModal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
676
+ <h4 class="modal-title"><?php esc_html_e('Add Profile', 'blog2social') ?></h4>
677
+ </div>
678
+ <div class="modal-body">
679
+ <div class="row">
680
+ <div class="col-md-12">
681
+ <?php echo sprintf(__('When you connect Blog2Social with your Instagram account, you might get a notification from Instagram that a server from Germany in the Cologne area is trying to access your account. This is a general security notification due to the fact that the Blog2Social server is located in this area. This is an automatic process that is necessary to establish a connection to Instagram. Rest assured, that this is a common and regular security notice to keep your account safe. <a href="%s" target="_blank">More information: How to connect with Instagram.</a>.', 'blog2social'), esc_url(B2S_Tools::getSupportLink('instagram_auth_faq'))); ?>
682
+ <button class="btn btn-primary pull-right b2s-add-network-continue-btn"><?php esc_html_e('Continue', 'blog2social'); ?></button>
683
+ </div>
684
+ </div>
685
+ </div>
686
+ </div>
687
+ </div>
688
+ </div>
689
+
690
+ <div class="modal fade" id="b2sNetworkAddPageInfoModal" tabindex="-1" role="dialog" aria-labelledby="b2sNetworkAddPageInfoModal" aria-hidden="true" data-backdrop="false" style="display:none;">
691
+ <div class="modal-dialog">
692
+ <div class="modal-content">
693
+ <div class="modal-header">
694
+ <button type="button" class="b2s-modal-close close" data-modal-name="#b2sNetworkAddPageInfoModal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
695
+ <h4 class="modal-title"><?php esc_html_e('Add Page', 'blog2social') ?></h4>
696
+ </div>
697
+ <div class="modal-body">
698
+ <div class="row">
699
+ <div class="col-md-12">
700
+ <?php echo sprintf(__('Please make sure to log in with your account which manages your pages and <a href="%s" target="_blank">follow this guide to select all your pages</a>.', 'blog2social'), esc_url(B2S_Tools::getSupportLink('fb_page_auth'))); ?>
701
+ <button class="btn btn-primary pull-right b2s-add-network-continue-btn"><?php esc_html_e('Continue', 'blog2social'); ?></button>
702
+ </div>
703
+ </div>
704
+ </div>
705
+ </div>
706
+ </div>
707
+ </div>
708
+
709
+ <div class="modal fade" id="b2sNetworkAddGroupInfoModal" tabindex="-1" role="dialog" aria-labelledby="b2sNetworkAddGroupInfoModal" aria-hidden="true" data-backdrop="false" style="display:none;">
710
+ <div class="modal-dialog">
711
+ <div class="modal-content">
712
+ <div class="modal-header">
713
+ <button type="button" class="b2s-modal-close close" data-modal-name="#b2sNetworkAddGroupInfoModal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
714
+ <h4 class="modal-title"><?php esc_html_e('Add Group', 'blog2social') ?></h4>
715
+ </div>
716
+ <div class="modal-body">
717
+ <div class="row">
718
+ <div class="col-md-12">
719
+ <?php echo sprintf(__('Please make sure to log in with your account which manages your groups and <a href="%s" target="_blank">follow this guide to select all your groups</a>.', 'blog2social'), esc_url(B2S_Tools::getSupportLink('fb_group_auth'))); ?>
720
+ <button class="btn btn-primary pull-right b2s-add-network-continue-btn"><?php esc_html_e('Continue', 'blog2social'); ?></button>
721
+ </div>
722
+ </div>
723
+ </div>
724
+ </div>
725
+ </div>
726
+ </div>
727
 
728
  <div id="b2s_ship_calendar" style="display:block;"></div>
729
  <br>