Blog2Social: Social Media Auto Post & Scheduler - Version 4.4.1

Version Description

Adaptation: Twitter to expand 280-character tweets

Download this release

Release Info

Developer Blog2Social
Plugin Icon 128x128 Blog2Social: Social Media Auto Post & Scheduler
Version 4.4.1
Comparing to
See all releases

Code changes from version 4.4.0 to 4.4.1

assets/css/b2s/start.css CHANGED
@@ -137,17 +137,14 @@ body .form-inline{
137
  }
138
 
139
  /* Posts-Widget */
140
- .btn-link.b2s-post-btn{
141
- font-size: 26px;
142
- padding-top: 0;
143
- color: #444;
144
- font-weight: 500;
145
- line-height: 1.1;
146
- text-decoration: none !important;
147
- }
148
  .btn-link.b2s-post-btn .label{
149
  font-size: 16px !important;
150
  }
 
 
 
 
 
151
  ul.b2s-sort-result-item-area{
152
  margin-bottom: 0;
153
  }
137
  }
138
 
139
  /* Posts-Widget */
 
 
 
 
 
 
 
 
140
  .btn-link.b2s-post-btn .label{
141
  font-size: 16px !important;
142
  }
143
+
144
+ .b2s-post-btn{
145
+ font-size: 18px !important;
146
+ }
147
+
148
  ul.b2s-sort-result-item-area{
149
  margin-bottom: 0;
150
  }
assets/css/general.css CHANGED
@@ -7157,7 +7157,7 @@ input[type="checkbox"].error + label{
7157
  font-size: 11px !important;
7158
  }
7159
 
7160
- #adminmenu .toplevel_page_blog2social ul li:last-child{
7161
  background-color: #79B232;
7162
  }
7163
  #adminmenu .toplevel_page_blog2social ul li:last-child a{
@@ -7165,7 +7165,12 @@ input[type="checkbox"].error + label{
7165
  }
7166
  #adminmenu .toplevel_page_blog2social ul li:last-child:hover a{
7167
  text-decoration: underline;
 
 
 
 
7168
  }
 
7169
  .b2s-close{
7170
  color:#aaa;
7171
  float:right;
7157
  font-size: 11px !important;
7158
  }
7159
 
7160
+ /*#adminmenu .toplevel_page_blog2social ul li:last-child{
7161
  background-color: #79B232;
7162
  }
7163
  #adminmenu .toplevel_page_blog2social ul li:last-child a{
7165
  }
7166
  #adminmenu .toplevel_page_blog2social ul li:last-child:hover a{
7167
  text-decoration: underline;
7168
+ }*/
7169
+
7170
+ #adminmenu .toplevel_page_blog2social a[href="admin.php?page=blog2social-premium"] {
7171
+ text-decoration: none !important;
7172
  }
7173
+
7174
  .b2s-close{
7175
  color:#aaa;
7176
  float:right;
assets/js/b2s/calendar.js CHANGED
@@ -104,9 +104,9 @@ jQuery(window).on("load", function () {
104
  jQuery('.b2s-post-item-details-preview-url-reload[data-network-id="' + calEvent.network_id + '"]').hide();
105
  var dataMetaType = jQuery('.b2s-post-item-details-preview-desc[data-network-auth-id="' + calEvent.network_auth_id + '"]').attr("data-meta-type");
106
  if (dataMetaType == "og") {
107
- jQuery('#b2sChangeOgMeta').val("1");
108
  } else {
109
- jQuery('#b2sChangeCardMeta').val("1");
110
  }
111
 
112
  } else {
104
  jQuery('.b2s-post-item-details-preview-url-reload[data-network-id="' + calEvent.network_id + '"]').hide();
105
  var dataMetaType = jQuery('.b2s-post-item-details-preview-desc[data-network-auth-id="' + calEvent.network_auth_id + '"]').attr("data-meta-type");
106
  if (dataMetaType == "og") {
107
+ jQuery('.b2sChangeOgMeta[data-network-auth-id="' + calEvent.network_auth_id + '"]').val("1");
108
  } else {
109
+ jQuery('.b2sChangeCardMeta[data-network-auth-id="' + calEvent.network_auth_id + '"]').val("1");
110
  }
111
 
112
  } else {
assets/js/b2s/post.js CHANGED
@@ -113,6 +113,10 @@ function b2sSortFormSubmit(sched_dates) {
113
  jQuery('.b2s-sort-result-area').hide();
114
  jQuery('.b2s-sort-result-item-area').html("").hide();
115
  jQuery('.b2s-sort-pagination-area').html("").hide();
 
 
 
 
116
 
117
  var data = {
118
  'action': 'b2s_sort_data',
113
  jQuery('.b2s-sort-result-area').hide();
114
  jQuery('.b2s-sort-result-item-area').html("").hide();
115
  jQuery('.b2s-sort-pagination-area').html("").hide();
116
+
117
+ var currentType = jQuery('#b2sType').val();
118
+ jQuery('.b2s-post-btn').removeClass('btn-primary').addClass('btn-link');
119
+ jQuery('.b2s-post-'+currentType).removeClass('btn-link').addClass('btn-primary');
120
 
121
  var data = {
122
  'action': 'b2s_sort_data',
assets/js/b2s/ship.js CHANGED
@@ -853,8 +853,8 @@ jQuery(document).on('click', '.b2s-post-ship-item-post-format', function () {
853
  if (jQuery('#user_version').val() >= 2) {
854
  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');
855
  var currentPostFormat = jQuery('.b2s-post-item-details-post-format[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"]').val();
856
- 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');
857
-
858
  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());
859
  }
860
  jQuery('.b2s-post-format-settings-info').hide();
@@ -1833,18 +1833,21 @@ function checkPostSchedOnBlog() {
1833
  function checkImageByImageNetworks() {
1834
  var result = true;
1835
  jQuery('.b2sOnlyWithImage').each(function () {
1836
- if (jQuery('.b2s-image-url-hidden-field[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"]').val() == "") {
1837
- if (!jQuery('#b2s-network-select-image').hasClass('in')) {
1838
- jQuery('.b2s-post-item-details-url-image[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"]').addClass('b2s-img-required');
1839
- jQuery('.b2s-image-change-this-network').attr('data-network-auth-id', jQuery(this).attr('data-network-auth-id'));
1840
- jQuery('.b2s-upload-image').attr('data-network-auth-id', jQuery(this).attr('data-network-auth-id'));
1841
- jQuery('#b2s-network-select-image').modal('show');
1842
- imageSize();
1843
- window.scrollTo(0, (jQuery(this).offset().top - 45));
 
 
 
1844
  }
1845
- result = false;
1846
  }
1847
  });
 
1848
  return result;
1849
  }
1850
 
853
  if (jQuery('#user_version').val() >= 2) {
854
  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');
855
  var currentPostFormat = jQuery('.b2s-post-item-details-post-format[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"]').val();
856
+ 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');
857
+
858
  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());
859
  }
860
  jQuery('.b2s-post-format-settings-info').hide();
1833
  function checkImageByImageNetworks() {
1834
  var result = true;
1835
  jQuery('.b2sOnlyWithImage').each(function () {
1836
+ if (jQuery(this).is(":visible")) {
1837
+ if (jQuery('.b2s-image-url-hidden-field[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"]').val() == "") {
1838
+ if (!jQuery('#b2s-network-select-image').hasClass('in')) {
1839
+ jQuery('.b2s-post-item-details-url-image[data-network-auth-id="' + jQuery(this).attr('data-network-auth-id') + '"]').addClass('b2s-img-required');
1840
+ jQuery('.b2s-image-change-this-network').attr('data-network-auth-id', jQuery(this).attr('data-network-auth-id'));
1841
+ jQuery('.b2s-upload-image').attr('data-network-auth-id', jQuery(this).attr('data-network-auth-id'));
1842
+ jQuery('#b2s-network-select-image').modal('show');
1843
+ imageSize();
1844
+ window.scrollTo(0, (jQuery(this).offset().top - 45));
1845
+ }
1846
+ result = false;
1847
  }
 
1848
  }
1849
  });
1850
+
1851
  return result;
1852
  }
1853
 
blog2social.php CHANGED
@@ -7,12 +7,12 @@
7
  * Author: Blog2Social, Adenion
8
  * Text Domain: blog2social
9
  * Domain Path: /languages
10
- * Version: 4.4.0
11
  * Author URI: https://www.blog2social.com
12
  * License: GPL2+
13
  */
14
  //B2SDefine
15
- define('B2S_PLUGIN_VERSION', '440');
16
  define('B2S_PLUGIN_LANGUAGE', serialize(array('de_DE', 'en_US')));
17
  define('B2S_PLUGIN_DIR', plugin_dir_path(__FILE__));
18
  define('B2S_PLUGIN_URL', plugin_dir_url(__FILE__));
7
  * Author: Blog2Social, Adenion
8
  * Text Domain: blog2social
9
  * Domain Path: /languages
10
+ * Version: 4.4.1
11
  * Author URI: https://www.blog2social.com
12
  * License: GPL2+
13
  */
14
  //B2SDefine
15
+ define('B2S_PLUGIN_VERSION', '441');
16
  define('B2S_PLUGIN_LANGUAGE', serialize(array('de_DE', 'en_US')));
17
  define('B2S_PLUGIN_DIR', plugin_dir_path(__FILE__));
18
  define('B2S_PLUGIN_URL', plugin_dir_url(__FILE__));
includes/Ajax/Get.php CHANGED
@@ -293,7 +293,7 @@ class Ajax_Get {
293
  public function getMultiWidgetContent() {
294
  $option = get_option("B2S_MULTI_WIDGET");
295
  if ($option !== false) {
296
- if (is_array($option) && isset($option['timestamp']) && isset($option['content']) && !empty($option['content']) && $option['timestamp'] > date('Y-m-d H:i:s', strtotime("-3 hours"))) {
297
  die($option['content']);
298
  }
299
  }
293
  public function getMultiWidgetContent() {
294
  $option = get_option("B2S_MULTI_WIDGET");
295
  if ($option !== false) {
296
+ if (is_array($option) && isset($option['timestamp']) && isset($option['content']) && !empty($option['content']) && $option['timestamp'] > date('Y-m-d H:i:s', strtotime("-3 hours"))) {
297
  die($option['content']);
298
  }
299
  }
includes/B2S/AutoPost.php CHANGED
@@ -27,8 +27,8 @@ class B2S_AutoPost {
27
  $this->imageUrl = $imageUrl;
28
  $this->keywords = $keywords;
29
  $this->optionPostFormat = $optionPostFormat;
30
- $this->setPreFillText = array(0 => array(1 => 239, 2 => 116, 3 => 239, 6 => 300, 8 => 239, 10 => 442, 12 => 240, 9 => 200, 16 => 250), 1 => array(1 => 239, 3 => 239, 8 => 1200, 10 => 442), 2 => array(1 => 239, 8 => 239, 10 => 442));
31
- $this->setPreFillTextLimit = array(0 => array(1 => 400, 2 => 116, 3 => 400, 6 => 400, 8 => 400, 10 => 500, 12 => 400, 9 => 200), 1 => array(1 => 400, 3 => 400, 8 => 1200, 10 => 500), 2 => array(1 => 400, 8 => 400, 10 => 500));
32
  }
33
 
34
  public function prepareShareData($networkAuthId = 0, $networkId = 0, $networkType = 0) {
27
  $this->imageUrl = $imageUrl;
28
  $this->keywords = $keywords;
29
  $this->optionPostFormat = $optionPostFormat;
30
+ $this->setPreFillText = array(0 => array(1 => 239, 2 => 256, 3 => 239, 6 => 300, 8 => 239, 10 => 442, 12 => 240, 9 => 200, 16 => 250), 1 => array(1 => 239, 3 => 239, 8 => 1200, 10 => 442), 2 => array(1 => 239, 8 => 239, 10 => 442));
31
+ $this->setPreFillTextLimit = array(0 => array(1 => 400, 2 => 256, 3 => 400, 6 => 400, 8 => 400, 10 => 500, 12 => 400, 9 => 200), 1 => array(1 => 400, 3 => 400, 8 => 1200, 10 => 500), 2 => array(1 => 400, 8 => 400, 10 => 500));
32
  }
33
 
34
  public function prepareShareData($networkAuthId = 0, $networkId = 0, $networkType = 0) {
includes/B2S/Settings/Item.php CHANGED
@@ -108,7 +108,7 @@ class B2S_Settings_Item {
108
  $content .='<h4>' . __('Auto-post your own created posts', 'blog2social') . ' ' . $isPremium . ' <a href="#" data-toggle="modal" data-target="#b2sInfoAutoShareModal" class="b2s-info-btn del-padding-left">' . __('Info', 'Blog2Social') . '</a>';
109
  $content .='<br><div class="b2s-text-sm">' . __('Define by default to automatically post your posts on social media:', 'blog2social') . '</div>';
110
  $content .='</h4>';
111
- $content .='<p class="b2s-bold">' . __('Select by default to auto-post on social media when you publish a new post or update a post.', 'blog2social') . '</p>';
112
  $content .='<br>';
113
  $content .= '<form id = "b2s-user-network-settings-auto-post-own" method = "post" ' . (!empty($isPremium) ? 'class="b2s-btn-disabled"' : '') . ' >';
114
  $content .='<div class="row">';
@@ -143,8 +143,8 @@ class B2S_Settings_Item {
143
  $content .='<div class="clearfix"></div>';
144
  $content .='<br>';
145
  $content .='<hr>';
146
- $content .='<h4>' . __('Auto-post your imported posts on Twitter & Facebook', 'blog2social') . ' ' . $isPremium . ' <a href="#" data-toggle="modal" data-target="#b2sInfoAutoShareModal" class="b2s-info-btn del-padding-left">' . __('Info', 'Blog2Social') . '</a>';
147
- $content .='<br><div class="b2s-text-sm">' . __('Define by default to automatically share your imported posts on social media:', 'blog2social') . '</div>';
148
  $content .='</h4>';
149
 
150
  $content .='<p>' . __('Your current licence:', 'blog2social');
@@ -159,7 +159,7 @@ class B2S_Settings_Item {
159
  $content .= $this->getNetworkAutoPostData($optionAutoPostImport);
160
  $content .='<p class="b2s-bold">' . __('Select to auto-post immediately after publishing or with a delay', 'blog2social') . '</p>';
161
  $content .='<input id="b2s-import-auto-post-time-now" name="b2s-import-auto-post-time-state" ' . (((isset($optionAutoPostImport['ship_state']) && (int) $optionAutoPostImport['ship_state'] == 0) || !isset($optionAutoPostImport['ship_state'])) ? 'checked' : '') . ' value="0" type="radio"><label for="b2s-import-auto-post-time-now">' . __('immediately', 'blog2social') . '</label><br>';
162
- $content .='<input id="b2s-import-auto-post-time-delay" name="b2s-import-auto-post-time-state" value="1" ' . ((isset($optionAutoPostImport['ship_state']) && (int) $optionAutoPostImport['ship_state'] == 1) ? 'checked' : '') . ' type="radio"><label for="b2s-import-auto-post-time-delay">' . __('publish with a delay from', 'blog2social');
163
  $content .=' <input type="number" maxlength="2" max="10" min="1" class="b2s-input-text-size-45" name="b2s-import-auto-post-time-data" value="' . (isset($optionAutoPostImport['ship_delay_time']) ? $optionAutoPostImport['ship_delay_time'] : 1) . '" placeholder="1" > (1-10) ' . __('minutes', 'blog2social') . '</label>';
164
 
165
  $content .='<br>';
108
  $content .='<h4>' . __('Auto-post your own created posts', 'blog2social') . ' ' . $isPremium . ' <a href="#" data-toggle="modal" data-target="#b2sInfoAutoShareModal" class="b2s-info-btn del-padding-left">' . __('Info', 'Blog2Social') . '</a>';
109
  $content .='<br><div class="b2s-text-sm">' . __('Define by default to automatically post your posts on social media:', 'blog2social') . '</div>';
110
  $content .='</h4>';
111
+ $content .='<p class="b2s-bold">' . __('Select by default if the auto-poster is activated when you publish a new post or update a post.', 'blog2social') . '</p>';
112
  $content .='<br>';
113
  $content .= '<form id = "b2s-user-network-settings-auto-post-own" method = "post" ' . (!empty($isPremium) ? 'class="b2s-btn-disabled"' : '') . ' >';
114
  $content .='<div class="row">';
143
  $content .='<div class="clearfix"></div>';
144
  $content .='<br>';
145
  $content .='<hr>';
146
+ $content .='<h4>' . __('Auto-post your imported posts to Twitter & Facebook', 'blog2social') . ' ' . $isPremium . ' <a href="#" data-toggle="modal" data-target="#b2sInfoAutoShareModal" class="b2s-info-btn del-padding-left">' . __('Info', 'Blog2Social') . '</a>';
147
+ $content .='<br><div class="b2s-text-sm">' . __('Define by default to automatically share your imported posts to social media:', 'blog2social') . '</div>';
148
  $content .='</h4>';
149
 
150
  $content .='<p>' . __('Your current licence:', 'blog2social');
159
  $content .= $this->getNetworkAutoPostData($optionAutoPostImport);
160
  $content .='<p class="b2s-bold">' . __('Select to auto-post immediately after publishing or with a delay', 'blog2social') . '</p>';
161
  $content .='<input id="b2s-import-auto-post-time-now" name="b2s-import-auto-post-time-state" ' . (((isset($optionAutoPostImport['ship_state']) && (int) $optionAutoPostImport['ship_state'] == 0) || !isset($optionAutoPostImport['ship_state'])) ? 'checked' : '') . ' value="0" type="radio"><label for="b2s-import-auto-post-time-now">' . __('immediately', 'blog2social') . '</label><br>';
162
+ $content .='<input id="b2s-import-auto-post-time-delay" name="b2s-import-auto-post-time-state" value="1" ' . ((isset($optionAutoPostImport['ship_state']) && (int) $optionAutoPostImport['ship_state'] == 1) ? 'checked' : '') . ' type="radio"><label for="b2s-import-auto-post-time-delay">' . __('publish with a delay of', 'blog2social');
163
  $content .=' <input type="number" maxlength="2" max="10" min="1" class="b2s-input-text-size-45" name="b2s-import-auto-post-time-data" value="' . (isset($optionAutoPostImport['ship_delay_time']) ? $optionAutoPostImport['ship_delay_time'] : 1) . '" placeholder="1" > (1-10) ' . __('minutes', 'blog2social') . '</label>';
164
 
165
  $content .='<br>';
includes/B2S/Ship/Item.php CHANGED
@@ -24,14 +24,14 @@ class B2S_Ship_Item {
24
  private $showBoardsGroup = array(10);
25
  private $showGroups = array(8, 15);
26
  private $changeDisplayName = array(8);
27
- private $setShortTextProfile = array(1 => 239, 2 => 116, 3 => 239, 6 => 300, 8 => 239, 10 => 442, 12 => 240, 9 => 200, 16 => 250);
28
- private $setShortTextProfileLimit = array(1 => 400, 2 => 116, 3 => 400, 6 => 400, 8 => 400, 10 => 500, 12 => 400, 9 => 200);
29
  private $setShortTextPage = array(1 => 239, 3 => 239, 8 => 1200, 10 => 442);
30
  private $setShortTextPageLimit = array(1 => 400, 3 => 400, 8 => 1200, 10 => 500);
31
  private $setShortTextGroup = array(1 => 239, 8 => 239, 10 => 442);
32
  private $setShortTextGroupLimit = array(1 => 400, 8 => 400, 10 => 500);
33
  private $allowHashTags = array(6, 10, 12);
34
- private $limitCharacterProfile = array(2 => 140, 3 => 600, 6 => 500, 8 => 420, 9 => 250, 15 => 300, 12 => 2000);
35
  private $showImageAreaProfile = array(6, 7, 10, 12, 16);
36
  private $showImageAreaPage = array(10);
37
  private $showImageAreaGroup = array(8, 10);
@@ -262,7 +262,7 @@ class B2S_Ship_Item {
262
  if (trim(strtolower($this->postStatus)) == 'publish') {
263
  //is calendar edit => scrape post url and not custom post url by override from edit function for meta tags!
264
  $editPostUrl = ($this->viewMode == 'modal') ? (get_permalink($this->postData->ID) !== false ? get_permalink($this->postData->ID) : $this->postData->guid) : $this->postUrl;
265
- $meta = B2S_Util::getMetaTags($this->postId, $editPostUrl);
266
  } else {
267
  $desc = B2S_Util::getExcerpt(B2S_Util::prepareContent($this->postId, $this->postData->post_content, $this->postUrl, false, (in_array($networkId, $this->allowNoEmoji) ? false : true), $this->userLang), 150);
268
  if (empty($desc) && isset($this->postData->post_excerpt) && !empty($this->postData->post_excerpt)) {
24
  private $showBoardsGroup = array(10);
25
  private $showGroups = array(8, 15);
26
  private $changeDisplayName = array(8);
27
+ private $setShortTextProfile = array(1 => 239, 2 => 256, 3 => 239, 6 => 300, 8 => 239, 10 => 442, 12 => 240, 9 => 200, 16 => 250);
28
+ private $setShortTextProfileLimit = array(1 => 400, 2 => 256, 3 => 400, 6 => 400, 8 => 400, 10 => 500, 12 => 400, 9 => 200);
29
  private $setShortTextPage = array(1 => 239, 3 => 239, 8 => 1200, 10 => 442);
30
  private $setShortTextPageLimit = array(1 => 400, 3 => 400, 8 => 1200, 10 => 500);
31
  private $setShortTextGroup = array(1 => 239, 8 => 239, 10 => 442);
32
  private $setShortTextGroupLimit = array(1 => 400, 8 => 400, 10 => 500);
33
  private $allowHashTags = array(6, 10, 12);
34
+ private $limitCharacterProfile = array(2 => 280, 3 => 600, 6 => 500, 8 => 420, 9 => 250, 15 => 300, 12 => 2000);
35
  private $showImageAreaProfile = array(6, 7, 10, 12, 16);
36
  private $showImageAreaPage = array(10);
37
  private $showImageAreaGroup = array(8, 10);
262
  if (trim(strtolower($this->postStatus)) == 'publish') {
263
  //is calendar edit => scrape post url and not custom post url by override from edit function for meta tags!
264
  $editPostUrl = ($this->viewMode == 'modal') ? (get_permalink($this->postData->ID) !== false ? get_permalink($this->postData->ID) : $this->postData->guid) : $this->postUrl;
265
+ $meta = B2S_Util::getMetaTags($this->postId, $editPostUrl,$networkId);
266
  } else {
267
  $desc = B2S_Util::getExcerpt(B2S_Util::prepareContent($this->postId, $this->postData->post_content, $this->postUrl, false, (in_array($networkId, $this->allowNoEmoji) ? false : true), $this->userLang), 150);
268
  if (empty($desc) && isset($this->postData->post_excerpt) && !empty($this->postData->post_excerpt)) {
includes/Loader.php CHANGED
@@ -56,7 +56,10 @@ class B2S_Loader {
56
  define('B2S_PLUGIN_ADMIN', current_user_can('edit_others_posts'));
57
 
58
  $this->blogUserData = get_userdata(B2S_PLUGIN_BLOG_USER_ID);
 
 
59
  //add_action('plugins_loaded', array($this, 'update_db_check'));
 
60
  $this->update_db_check();
61
 
62
  add_action('admin_init', array($this, 'registerAssets'));
@@ -570,7 +573,7 @@ class B2S_Loader {
570
  $subPages[] = add_submenu_page('blog2social', __('Settings', 'blog2social'), __('Settings', 'blog2social'), 'read', 'blog2social-settings', array($this, 'b2sSettings'));
571
  $subPages[] = add_submenu_page('blog2social', __('PR-Service', 'blog2social'), __('PR-Service', 'blog2social'), 'read', 'prg-post', array($this, 'prgPost'));
572
  $subPages[] = add_submenu_page('blog2social', __('How to & FAQ', 'blog2social'), __('How to & FAQ', 'blog2social'), 'read', 'blog2social-howto', array($this, 'b2sHowTo'));
573
- $subPages[] = add_submenu_page('blog2social', __('Premium', 'blog2social'), __('Premium', 'blog2social'), 'read', 'blog2social-premium', array($this, 'b2sPremium'));
574
  $subPages[] = add_submenu_page(null, 'B2S Post Sched', 'B2S Post Sched', 'read', 'blog2social-sched', array($this, 'b2sPostSched'));
575
  $subPages[] = add_submenu_page(null, 'B2S Post Calendar', 'B2S Post Calendar', 'read', 'blog2social-calendar', array($this, 'b2sPostCalendar'));
576
  $subPages[] = add_submenu_page(null, 'B2S Post Publish', 'B2S Post Publish', 'read', 'blog2social-publish', array($this, 'b2sPostPublish'));
@@ -627,6 +630,19 @@ class B2S_Loader {
627
  'href' => $seo_url . 'prg-post',
628
  'parent' => 'blog2social'
629
  ));
 
 
 
 
 
 
 
 
 
 
 
 
 
630
  }
631
 
632
  //PageFunktion
56
  define('B2S_PLUGIN_ADMIN', current_user_can('edit_others_posts'));
57
 
58
  $this->blogUserData = get_userdata(B2S_PLUGIN_BLOG_USER_ID);
59
+
60
+ //deactivated since 4.2.0
61
  //add_action('plugins_loaded', array($this, 'update_db_check'));
62
+
63
  $this->update_db_check();
64
 
65
  add_action('admin_init', array($this, 'registerAssets'));
573
  $subPages[] = add_submenu_page('blog2social', __('Settings', 'blog2social'), __('Settings', 'blog2social'), 'read', 'blog2social-settings', array($this, 'b2sSettings'));
574
  $subPages[] = add_submenu_page('blog2social', __('PR-Service', 'blog2social'), __('PR-Service', 'blog2social'), 'read', 'prg-post', array($this, 'prgPost'));
575
  $subPages[] = add_submenu_page('blog2social', __('How to & FAQ', 'blog2social'), __('How to & FAQ', 'blog2social'), 'read', 'blog2social-howto', array($this, 'b2sHowTo'));
576
+ $subPages[] = add_submenu_page('blog2social', __('Premium', 'blog2social'), '<span class="dashicons dashicons-star-filled"></span> '. __('PREMIUM', 'blog2social'), 'read', 'blog2social-premium', array($this, 'b2sPremium'));
577
  $subPages[] = add_submenu_page(null, 'B2S Post Sched', 'B2S Post Sched', 'read', 'blog2social-sched', array($this, 'b2sPostSched'));
578
  $subPages[] = add_submenu_page(null, 'B2S Post Calendar', 'B2S Post Calendar', 'read', 'blog2social-calendar', array($this, 'b2sPostCalendar'));
579
  $subPages[] = add_submenu_page(null, 'B2S Post Publish', 'B2S Post Publish', 'read', 'blog2social-publish', array($this, 'b2sPostPublish'));
630
  'href' => $seo_url . 'prg-post',
631
  'parent' => 'blog2social'
632
  ));
633
+
634
+ $wp_admin_bar->add_node(array(
635
+ 'id' => 'blog2social-howto',
636
+ 'title' => __('How to & FAQ', 'blog2social'),
637
+ 'href' => $seo_url . 'blog2social-howto',
638
+ 'parent' => 'blog2social'
639
+ ));
640
+ $wp_admin_bar->add_node(array(
641
+ 'id' => 'blog2social-premium',
642
+ 'title' => '<span class="ab-icon dashicons dashicons-star-filled"></span> '.__('PREMIUM', 'blog2social'),
643
+ 'href' => $seo_url . 'blog2social-premium',
644
+ 'parent' => 'blog2social'
645
+ ));
646
  }
647
 
648
  //PageFunktion
includes/Notice.php CHANGED
@@ -20,26 +20,27 @@ class B2S_Notice {
20
  <small><a href="#" class="b2s-hide-notice-area" data-area-class="b2s-notice-rate">(' . __('hide', 'blog2social') . ')</a></small>
21
  </p>
22
  </div>';
23
- echo '<div class="notice b2s-notice-premium">
24
- <button class="b2s-hide-notice-area close_icon notice-dismiss" data-area-class="b2s-notice-premium" title="close notice"></button>
25
- <div class="b2s-icon">
26
- <img class="b2s-img" src="' . plugins_url('/assets/images/b2s/premium.png', B2S_PLUGIN_FILE) . '" alt="b2s premium">
27
- </div>
28
- <div class="b2s-text">
29
- <h2>' . __('With Blog2Social Premium you can:', 'blog2social') . '</h2>
30
- <span>- ' . __('Post on pages and groups', 'blog2social') . '</span>
31
- <br><span>- ' . __('Share on multiple profiles, pages and groups', 'blog2social') . '</span>
32
- <br><span>- ' . __('Auto-post and auto-schedule new and updated blog posts', 'blog2social') . '</span>
33
- <br><span>- ' . __('Schedule your posts at the best times on each network', 'blog2social') . '</span>
34
- <br><span>- ' . __('Best Time Manager: use predefined best time scheduler to auto-schedule your social media posts', 'blog2social') . '</span>
35
- <br><span>- ' . __('Schedule your post for one time, multiple times or recurrently', 'blog2social') . '</span>
36
- <br><span>- ' . __('Schedule and re-share old posts', 'blog2social') . '</span>
37
- <br><span>- ' . __('Select link format or image format for your posts', 'blog2social') . '</span>
38
- <br><span>- ' . __('Select individual images per post', 'blog2social') . '</span>
39
- <br><span>- ' . __('Reporting & calendar: keep track of your published and scheduled social media posts', 'blog2social') . '</span>
40
- </div>
41
- <div><a class="b2s-btn-premium" target="_blank" href="'.B2S_Tools::getSupportLink('affiliate').'">' . __('Upgrade to Blog2Social Premium', 'blog2social') . '</a></div>
42
- </div>';
 
43
  }
44
  }
45
  }
20
  <small><a href="#" class="b2s-hide-notice-area" data-area-class="b2s-notice-rate">(' . __('hide', 'blog2social') . ')</a></small>
21
  </p>
22
  </div>';
23
+ //deactivated since 4.4.1
24
+ /* echo '<div class="notice b2s-notice-premium">
25
+ <button class="b2s-hide-notice-area close_icon notice-dismiss" data-area-class="b2s-notice-premium" title="close notice"></button>
26
+ <div class="b2s-icon">
27
+ <img class="b2s-img" src="' . plugins_url('/assets/images/b2s/premium.png', B2S_PLUGIN_FILE) . '" alt="b2s premium">
28
+ </div>
29
+ <div class="b2s-text">
30
+ <h2>' . __('With Blog2Social Premium you can:', 'blog2social') . '</h2>
31
+ <span>- ' . __('Post on pages and groups', 'blog2social') . '</span>
32
+ <br><span>- ' . __('Share on multiple profiles, pages and groups', 'blog2social') . '</span>
33
+ <br><span>- ' . __('Auto-post and auto-schedule new and updated blog posts', 'blog2social') . '</span>
34
+ <br><span>- ' . __('Schedule your posts at the best times on each network', 'blog2social') . '</span>
35
+ <br><span>- ' . __('Best Time Manager: use predefined best time scheduler to auto-schedule your social media posts', 'blog2social') . '</span>
36
+ <br><span>- ' . __('Schedule your post for one time, multiple times or recurrently', 'blog2social') . '</span>
37
+ <br><span>- ' . __('Schedule and re-share old posts', 'blog2social') . '</span>
38
+ <br><span>- ' . __('Select link format or image format for your posts', 'blog2social') . '</span>
39
+ <br><span>- ' . __('Select individual images per post', 'blog2social') . '</span>
40
+ <br><span>- ' . __('Reporting & calendar: keep track of your published and scheduled social media posts', 'blog2social') . '</span>
41
+ </div>
42
+ <div><a class="b2s-btn-premium" target="_blank" href="'.B2S_Tools::getSupportLink('affiliate').'">' . __('Upgrade to Blog2Social Premium', 'blog2social') . '</a></div>
43
+ </div>'; */
44
  }
45
  }
46
  }
includes/Tools.php CHANGED
@@ -80,10 +80,11 @@ class B2S_Tools {
80
  //Profile
81
  $userTimes[$k][0] = date($slug, strtotime($dateTime));
82
  //Page
83
- $dateTime = ($getTimeForPage) ? strtotime('+30 minutes', strtotime($dateTime)) : $dateTime;
84
  $userTimes[$k][1] = ($getTimeForPage) ? date($slug, $dateTime) : "";
85
  //Group
86
- $userTimes[$k][2] = ($getTimeForGroup) ? date($slug, strtotime('+30 minutes', $dateTime)) : "";
 
87
  }
88
  }
89
  }
@@ -98,8 +99,8 @@ class B2S_Tools {
98
  if ($type == 'faq') {
99
  return 'https://service.blog2social.com/support?url=' . get_option('home') . '&token=' . B2S_PLUGIN_TOKEN;
100
  }
101
- if($type == 'faq_direct') {
102
- return 'https://www.blog2social.com/' . (($lang == 'en') ? 'en' : 'de')."/faq/";
103
  }
104
  if ($type == 'affiliate') {
105
  $affiliateId = self::getAffiliateId();
80
  //Profile
81
  $userTimes[$k][0] = date($slug, strtotime($dateTime));
82
  //Page
83
+ $dateTime = ($getTimeForPage) ? strtotime('+30 minutes', strtotime($dateTime)) : strtotime($dateTime);
84
  $userTimes[$k][1] = ($getTimeForPage) ? date($slug, $dateTime) : "";
85
  //Group
86
+ $dateTime = strtotime('+30 minutes', $dateTime);
87
+ $userTimes[$k][2] = ($getTimeForGroup) ? date($slug, $dateTime) : "";
88
  }
89
  }
90
  }
99
  if ($type == 'faq') {
100
  return 'https://service.blog2social.com/support?url=' . get_option('home') . '&token=' . B2S_PLUGIN_TOKEN;
101
  }
102
+ if ($type == 'faq_direct') {
103
+ return 'https://www.blog2social.com/' . (($lang == 'en') ? 'en' : 'de') . "/faq/";
104
  }
105
  if ($type == 'affiliate') {
106
  $affiliateId = self::getAffiliateId();
includes/Util.php CHANGED
@@ -52,16 +52,15 @@ class B2S_Util {
52
  return $metaData;
53
  }
54
  }
55
-
56
  //GETDATA
57
  $getTags = array('title', 'description', 'image');
58
  $param = array();
59
  libxml_use_internal_errors(true); // Yeah if you are so worried about using @ with warnings
60
  $html = self::b2sFileGetContents($postUrl);
61
  if (!empty($html) && $html !== false) {
62
- //if ($network == 1) { //FB
63
- //Serach frist OG Parameter
64
- $temp = self::b2sGetAllTags($html, 'og');
65
  foreach ($getTags as $k => $v) {
66
  if (isset($temp[$v]) && !empty($temp[$v])) {
67
  $param[$v] = $temp[$v];
@@ -81,7 +80,6 @@ class B2S_Util {
81
  }
82
  }
83
  }
84
- //}
85
  }
86
  //STOREDATA
87
  if ((int) $postId != 0) {
@@ -187,7 +185,7 @@ class B2S_Util {
187
  if ($property == 'description') {
188
  $content = self::cleanContent(strip_shortcodes($content));
189
  }
190
- if(!isset($list[$property])){
191
  $list[$property] = (function_exists('mb_convert_encoding') ? htmlspecialchars($content) : $content );
192
  }
193
  }
@@ -533,4 +531,5 @@ class B2S_Util {
533
 
534
  return (float) $offset / 3600;
535
  }
 
536
  }
52
  return $metaData;
53
  }
54
  }
 
55
  //GETDATA
56
  $getTags = array('title', 'description', 'image');
57
  $param = array();
58
  libxml_use_internal_errors(true); // Yeah if you are so worried about using @ with warnings
59
  $html = self::b2sFileGetContents($postUrl);
60
  if (!empty($html) && $html !== false) {
61
+ $type = ($network == 2) ? 'twitter' : 'og';
62
+ //Search rist OG Parameter
63
+ $temp = self::b2sGetAllTags($html, $type);
64
  foreach ($getTags as $k => $v) {
65
  if (isset($temp[$v]) && !empty($temp[$v])) {
66
  $param[$v] = $temp[$v];
80
  }
81
  }
82
  }
 
83
  }
84
  //STOREDATA
85
  if ((int) $postId != 0) {
185
  if ($property == 'description') {
186
  $content = self::cleanContent(strip_shortcodes($content));
187
  }
188
+ if (!isset($list[$property])) {
189
  $list[$property] = (function_exists('mb_convert_encoding') ? htmlspecialchars($content) : $content );
190
  }
191
  }
531
 
532
  return (float) $offset / 3600;
533
  }
534
+
535
  }
languages/blog2social-de_DE.mo CHANGED
Binary file
languages/blog2social-de_DE.po CHANGED
@@ -4,7 +4,7 @@ msgstr ""
4
  "Stable (latest release)\n"
5
  "Report-Msgid-Bugs-To: \n"
6
  "POT-Creation-Date: Thu May 18 2017 09:57:01 GMT+0200\n"
7
- "PO-Revision-Date: Tue Nov 07 2017 10:47:31 GMT+0100\n"
8
  "Last-Translator: Sven Bürger <s.buerger@adenion.de>\n"
9
  "Language-Team: \n"
10
  "Language: German\n"
@@ -23,9 +23,13 @@ msgstr ""
23
  "esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
24
  "X-Loco-Target-Locale: de_DE"
25
 
26
- #: ../../plugins/blog2social-v-4/views/b2s/premium.php:120
27
- msgid "Show me plans and prices"
28
- msgstr "Versionen und Preise anzeigen"
 
 
 
 
29
 
30
  #. Name of the plugin
31
  msgid "Blog2Social: Social Media Auto Post & Scheduler"
@@ -84,7 +88,7 @@ msgstr "Verbindungen"
84
  #: /plugins/blog2social-v-4/includes/B2S/Settings/Item.php:405 ../..
85
  #: /plugins/blog2social-v-4/includes/B2S/Settings/Item.php:456 ../..
86
  #: /plugins/blog2social-v-4/includes/B2S/Ship/Portale.php:34 ../..
87
- #: /plugins/blog2social-v-4/includes/Loader.php:496
88
  msgid "Profile"
89
  msgstr "Profil"
90
 
@@ -98,7 +102,7 @@ msgstr "Profil"
98
  #: /plugins/blog2social-v-4/includes/B2S/Settings/Item.php:459 ../..
99
  #: /plugins/blog2social-v-4/includes/B2S/Ship/Portale.php:31 ../..
100
  #: /plugins/blog2social-v-4/includes/B2S/Ship/Portale.php:31 ../..
101
- #: /plugins/blog2social-v-4/includes/Loader.php:496
102
  msgid "Page"
103
  msgstr "Seite"
104
 
@@ -116,11 +120,12 @@ msgstr "Du möchtest eine Netzwerk-Seite verbinden?"
116
  #: /plugins/blog2social-v-4/includes/B2S/Ship/Item.php:496 ../..
117
  #: /plugins/blog2social-v-4/includes/B2S/Ship/Portale.php:28 ../..
118
  #: /plugins/blog2social-v-4/includes/B2S/Ship/Portale.php:31 ../..
119
- #: /plugins/blog2social-v-4/views/b2s/modal.calendar.php:9 ../..
120
- #: /plugins/blog2social-v-4/views/b2s/network.php:36 ../../plugins/blog2social-v-
121
- #: 4/views/b2s/settings.php:69 ../../plugins/blog2social-v-4/views/b2s/settings.
122
- #: php:91 ../../plugins/blog2social-v-4/views/b2s/ship.php:17 ../..
123
- #: /plugins/blog2social-v-4/views/b2s/widgets/posts.php:31 ../..
 
124
  #: /plugins/blog2social-v-4/views/b2s/html/post.navbar.phtml:7 ../..
125
  #: /plugins/blog2social-v-4/views/b2s/html/post.navbar.phtml:10
126
  msgid "PREMIUM"
@@ -135,7 +140,7 @@ msgstr "PREMIUM"
135
  #: /plugins/blog2social-v-4/includes/B2S/Settings/Item.php:463 ../..
136
  #: /plugins/blog2social-v-4/includes/B2S/Ship/Portale.php:28 ../..
137
  #: /plugins/blog2social-v-4/includes/B2S/Ship/Portale.php:28 ../..
138
- #: /plugins/blog2social-v-4/includes/Loader.php:496
139
  msgid "Group"
140
  msgstr "Gruppe"
141
 
@@ -392,7 +397,7 @@ msgstr ""
392
  "planen."
393
 
394
  #: ../../plugins/blog2social-v-4/includes/B2S/PostBox.php:81 ../..
395
- #: /plugins/blog2social-v-4/includes/Loader.php:477
396
  msgid ""
397
  "There are no authorizations for your selected profile. Please, authorize "
398
  "with a social network or select a other profile."
@@ -537,11 +542,10 @@ msgid "You want to auto-post your blog post?"
537
  msgstr "Du möchtest Deinen Beitrag automatisch posten?"
538
 
539
  #: ../../plugins/blog2social-v-4/includes/B2S/PostBox.php:148 ../..
540
- #: /plugins/blog2social-v-4/includes/Notice.php:29 ../../plugins/blog2social-v-
541
- #: 4/views/b2s/network.php:99 ../../plugins/blog2social-v-4/views/b2s/ship.php:
542
- #: 281 ../../plugins/blog2social-v-4/views/b2s/ship.php:341 ../..
543
- #: /plugins/blog2social-v-4/views/b2s/ship.php:387 ../../plugins/blog2social-v-
544
- #: 4/views/b2s/html/footer.phtml:25 ../../plugins/blog2social-v-
545
  #: 4/views/b2s/html/footer.phtml:143 ../../plugins/blog2social-v-
546
  #: 4/views/b2s/html/footer.phtml:209 ../../plugins/blog2social-v-
547
  #: 4/views/b2s/html/footer.phtml:266 ../../plugins/blog2social-v-
@@ -550,11 +554,10 @@ msgid "With Blog2Social Premium you can:"
550
  msgstr "Mit Blog2Social kannst Du:"
551
 
552
  #: ../../plugins/blog2social-v-4/includes/B2S/PostBox.php:151 ../..
553
- #: /plugins/blog2social-v-4/includes/Notice.php:30 ../../plugins/blog2social-v-
554
- #: 4/views/b2s/network.php:102 ../../plugins/blog2social-v-4/views/b2s/ship.php:
555
- #: 284 ../../plugins/blog2social-v-4/views/b2s/ship.php:344 ../..
556
- #: /plugins/blog2social-v-4/views/b2s/ship.php:390 ../../plugins/blog2social-v-
557
- #: 4/views/b2s/html/footer.phtml:28 ../../plugins/blog2social-v-
558
  #: 4/views/b2s/html/footer.phtml:146 ../../plugins/blog2social-v-
559
  #: 4/views/b2s/html/footer.phtml:212 ../../plugins/blog2social-v-
560
  #: 4/views/b2s/html/footer.phtml:269 ../../plugins/blog2social-v-
@@ -564,11 +567,10 @@ msgid "Post on pages and groups"
564
  msgstr "Poste auf Seiten und in Gruppen"
565
 
566
  #: ../../plugins/blog2social-v-4/includes/B2S/PostBox.php:152 ../..
567
- #: /plugins/blog2social-v-4/includes/Notice.php:31 ../../plugins/blog2social-v-
568
- #: 4/views/b2s/network.php:103 ../../plugins/blog2social-v-4/views/b2s/ship.php:
569
- #: 285 ../../plugins/blog2social-v-4/views/b2s/ship.php:345 ../..
570
- #: /plugins/blog2social-v-4/views/b2s/ship.php:391 ../../plugins/blog2social-v-
571
- #: 4/views/b2s/html/footer.phtml:29 ../../plugins/blog2social-v-
572
  #: 4/views/b2s/html/footer.phtml:147 ../../plugins/blog2social-v-
573
  #: 4/views/b2s/html/footer.phtml:213 ../../plugins/blog2social-v-
574
  #: 4/views/b2s/html/footer.phtml:270 ../../plugins/blog2social-v-
@@ -577,11 +579,10 @@ msgid "Share on multiple profiles, pages and groups"
577
  msgstr "Auf mehreren Profilen, Seiten und Gruppen teilen"
578
 
579
  #: ../../plugins/blog2social-v-4/includes/B2S/PostBox.php:153 ../..
580
- #: /plugins/blog2social-v-4/includes/Notice.php:32 ../../plugins/blog2social-v-
581
- #: 4/views/b2s/network.php:104 ../../plugins/blog2social-v-4/views/b2s/ship.php:
582
- #: 286 ../../plugins/blog2social-v-4/views/b2s/ship.php:346 ../..
583
- #: /plugins/blog2social-v-4/views/b2s/ship.php:392 ../../plugins/blog2social-v-
584
- #: 4/views/b2s/html/footer.phtml:30 ../../plugins/blog2social-v-
585
  #: 4/views/b2s/html/footer.phtml:64 ../../plugins/blog2social-v-
586
  #: 4/views/b2s/html/footer.phtml:148 ../../plugins/blog2social-v-
587
  #: 4/views/b2s/html/footer.phtml:214 ../../plugins/blog2social-v-
@@ -593,11 +594,10 @@ msgstr ""
593
  "Aktualisierung posten und zeitversetzt planen"
594
 
595
  #: ../../plugins/blog2social-v-4/includes/B2S/PostBox.php:154 ../..
596
- #: /plugins/blog2social-v-4/includes/Notice.php:33 ../../plugins/blog2social-v-
597
- #: 4/views/b2s/network.php:105 ../../plugins/blog2social-v-4/views/b2s/ship.php:
598
- #: 287 ../../plugins/blog2social-v-4/views/b2s/ship.php:347 ../..
599
- #: /plugins/blog2social-v-4/views/b2s/ship.php:393 ../../plugins/blog2social-v-
600
- #: 4/views/b2s/html/footer.phtml:31 ../../plugins/blog2social-v-
601
  #: 4/views/b2s/html/footer.phtml:149 ../../plugins/blog2social-v-
602
  #: 4/views/b2s/html/footer.phtml:215 ../../plugins/blog2social-v-
603
  #: 4/views/b2s/html/footer.phtml:272 ../../plugins/blog2social-v-
@@ -606,11 +606,10 @@ msgid "Schedule your posts at the best times on each network"
606
  msgstr "Plane Deine Beiträge zu den besten Zeiten für jedes Netzwerk"
607
 
608
  #: ../../plugins/blog2social-v-4/includes/B2S/PostBox.php:155 ../..
609
- #: /plugins/blog2social-v-4/includes/Notice.php:34 ../../plugins/blog2social-v-
610
- #: 4/views/b2s/network.php:106 ../../plugins/blog2social-v-4/views/b2s/ship.php:
611
- #: 288 ../../plugins/blog2social-v-4/views/b2s/ship.php:348 ../..
612
- #: /plugins/blog2social-v-4/views/b2s/ship.php:394 ../../plugins/blog2social-v-
613
- #: 4/views/b2s/html/footer.phtml:32 ../../plugins/blog2social-v-
614
  #: 4/views/b2s/html/footer.phtml:150 ../../plugins/blog2social-v-
615
  #: 4/views/b2s/html/footer.phtml:216 ../../plugins/blog2social-v-
616
  #: 4/views/b2s/html/footer.phtml:273 ../../plugins/blog2social-v-
@@ -621,11 +620,10 @@ msgid ""
621
  msgstr " Beste Zeiten Manager: vordefinierte Zeiten für Deine Beiträge nutzen"
622
 
623
  #: ../../plugins/blog2social-v-4/includes/B2S/PostBox.php:156 ../..
624
- #: /plugins/blog2social-v-4/includes/Notice.php:35 ../../plugins/blog2social-v-
625
- #: 4/views/b2s/network.php:107 ../../plugins/blog2social-v-4/views/b2s/ship.php:
626
- #: 289 ../../plugins/blog2social-v-4/views/b2s/ship.php:349 ../..
627
- #: /plugins/blog2social-v-4/views/b2s/ship.php:395 ../../plugins/blog2social-v-
628
- #: 4/views/b2s/html/footer.phtml:33 ../../plugins/blog2social-v-
629
  #: 4/views/b2s/html/footer.phtml:151 ../../plugins/blog2social-v-
630
  #: 4/views/b2s/html/footer.phtml:217 ../../plugins/blog2social-v-
631
  #: 4/views/b2s/html/footer.phtml:274 ../../plugins/blog2social-v-
@@ -636,11 +634,10 @@ msgstr ""
636
  "oder nach einem regelmäßigen Muster"
637
 
638
  #: ../../plugins/blog2social-v-4/includes/B2S/PostBox.php:157 ../..
639
- #: /plugins/blog2social-v-4/includes/Notice.php:36 ../../plugins/blog2social-v-
640
- #: 4/views/b2s/network.php:108 ../../plugins/blog2social-v-4/views/b2s/ship.php:
641
- #: 290 ../../plugins/blog2social-v-4/views/b2s/ship.php:350 ../..
642
- #: /plugins/blog2social-v-4/views/b2s/ship.php:396 ../../plugins/blog2social-v-
643
- #: 4/views/b2s/html/footer.phtml:34 ../../plugins/blog2social-v-
644
  #: 4/views/b2s/html/footer.phtml:152 ../../plugins/blog2social-v-
645
  #: 4/views/b2s/html/footer.phtml:218 ../../plugins/blog2social-v-
646
  #: 4/views/b2s/html/footer.phtml:275 ../../plugins/blog2social-v-
@@ -649,11 +646,10 @@ msgid "Schedule and re-share old posts"
649
  msgstr "Plane und teile alte Beiträge"
650
 
651
  #: ../../plugins/blog2social-v-4/includes/B2S/PostBox.php:158 ../..
652
- #: /plugins/blog2social-v-4/includes/Notice.php:37 ../../plugins/blog2social-v-
653
- #: 4/views/b2s/network.php:109 ../../plugins/blog2social-v-4/views/b2s/ship.php:
654
- #: 291 ../../plugins/blog2social-v-4/views/b2s/ship.php:351 ../..
655
- #: /plugins/blog2social-v-4/views/b2s/ship.php:397 ../../plugins/blog2social-v-
656
- #: 4/views/b2s/html/footer.phtml:35 ../../plugins/blog2social-v-
657
  #: 4/views/b2s/html/footer.phtml:66 ../../plugins/blog2social-v-
658
  #: 4/views/b2s/html/footer.phtml:153 ../../plugins/blog2social-v-
659
  #: 4/views/b2s/html/footer.phtml:219 ../../plugins/blog2social-v-
@@ -663,11 +659,10 @@ msgid "Select link format or image format for your posts"
663
  msgstr "Link-Posts oder Bild-Posts als Posting-Format für Deine Beiträge auswählen"
664
 
665
  #: ../../plugins/blog2social-v-4/includes/B2S/PostBox.php:159 ../..
666
- #: /plugins/blog2social-v-4/includes/Notice.php:38 ../../plugins/blog2social-v-
667
- #: 4/views/b2s/network.php:110 ../../plugins/blog2social-v-4/views/b2s/ship.php:
668
- #: 292 ../../plugins/blog2social-v-4/views/b2s/ship.php:352 ../..
669
- #: /plugins/blog2social-v-4/views/b2s/ship.php:398 ../../plugins/blog2social-v-
670
- #: 4/views/b2s/html/footer.phtml:36 ../../plugins/blog2social-v-
671
  #: 4/views/b2s/html/footer.phtml:67 ../../plugins/blog2social-v-
672
  #: 4/views/b2s/html/footer.phtml:154 ../../plugins/blog2social-v-
673
  #: 4/views/b2s/html/footer.phtml:220 ../../plugins/blog2social-v-
@@ -677,11 +672,10 @@ msgid "Select individual images per post"
677
  msgstr "Individuelle Bilder für Deine Social Media Posts pro Netzwerk auswählen"
678
 
679
  #: ../../plugins/blog2social-v-4/includes/B2S/PostBox.php:160 ../..
680
- #: /plugins/blog2social-v-4/includes/Notice.php:39 ../../plugins/blog2social-v-
681
- #: 4/views/b2s/network.php:111 ../../plugins/blog2social-v-4/views/b2s/ship.php:
682
- #: 293 ../../plugins/blog2social-v-4/views/b2s/ship.php:353 ../..
683
- #: /plugins/blog2social-v-4/views/b2s/ship.php:399 ../../plugins/blog2social-v-
684
- #: 4/views/b2s/html/footer.phtml:37 ../../plugins/blog2social-v-
685
  #: 4/views/b2s/html/footer.phtml:155 ../../plugins/blog2social-v-
686
  #: 4/views/b2s/html/footer.phtml:221 ../../plugins/blog2social-v-
687
  #: 4/views/b2s/html/footer.phtml:278 ../../plugins/blog2social-v-
@@ -813,15 +807,6 @@ msgstr ""
813
  "Definiere standardmäßig Blogbeiträge oder Seiten, die Du auf Social Media "
814
  "automatisch teilen möchtest:"
815
 
816
- #: ../../plugins/blog2social-v-4/includes/B2S/Settings/Item.php:111
817
- msgid ""
818
- "Select by default to auto-post on social media when you publish a new post "
819
- "or update a post."
820
- msgstr ""
821
- "Wähle standardmäßig, ob Du einen neuen Beitrag oder eine neue Seite auf "
822
- "Social Media veröffentlichen möchtest oder aber einen Beitrag oder eine "
823
- "Seite, die Du aktualisiert hast."
824
-
825
  #: ../../plugins/blog2social-v-4/includes/B2S/Settings/Item.php:116
826
  msgid "new posts"
827
  msgstr "Neue Beiträge"
@@ -846,14 +831,14 @@ msgid "Save"
846
  msgstr " Speichern"
847
 
848
  #: ../../plugins/blog2social-v-4/includes/B2S/Settings/Item.php:146
849
- msgid "Auto-post your imported posts on Twitter & Facebook"
850
- msgstr "Auto-poste importierte Beiträge auf Twitter & Facebook"
851
 
852
  #: ../../plugins/blog2social-v-4/includes/B2S/Settings/Item.php:147
853
- msgid "Define by default to automatically share your imported posts on social media:"
854
  msgstr ""
855
- "Definiere, ob Du standardmäßig automatisch importierte Beiträge auf Deinen "
856
- "Social Media teilen möchtest:"
857
 
858
  #: ../../plugins/blog2social-v-4/includes/B2S/Settings/Item.php:150
859
  msgid "Your current licence:"
@@ -888,7 +873,7 @@ msgid "immediately"
888
  msgstr "sofort"
889
 
890
  #: ../../plugins/blog2social-v-4/includes/B2S/Settings/Item.php:162
891
- msgid "publish with a delay from"
892
  msgstr "veröffentlichen mit einer Verzögerung von"
893
 
894
  #: ../../plugins/blog2social-v-4/includes/B2S/Settings/Item.php:163
@@ -1428,24 +1413,24 @@ msgstr "Anzahl geteilter Beiträge"
1428
  msgid "Number of scheduled posts"
1429
  msgstr "Anzahl der geplanten Posts"
1430
 
1431
- #: ../../plugins/blog2social-v-4/includes/Loader.php:241
1432
  msgid "Auto-Post on Social Media"
1433
  msgstr "Automatisch auf Social Media teilen"
1434
 
1435
- #: ../../plugins/blog2social-v-4/includes/Loader.php:468
1436
  msgid "This post will be shared into your social media on"
1437
  msgstr "Dein Beitrag ist zur Veröffentlichung in den Social Media geplant ab dem"
1438
 
1439
- #: ../../plugins/blog2social-v-4/includes/Loader.php:468 ../..
1440
- #: /plugins/blog2social-v-4/includes/Loader.php:470
1441
  msgid "show details"
1442
  msgstr "siehe Details"
1443
 
1444
- #: ../../plugins/blog2social-v-4/includes/Loader.php:470
1445
  msgid "This post will be shared on social media in 2-3 minutes!"
1446
  msgstr "Dein Beitrag wird in ca. 2-3 Minuten in die Social Media eingestellt!"
1447
 
1448
- #: ../../plugins/blog2social-v-4/includes/Loader.php:474
1449
  msgid ""
1450
  "Please, make sure that your post are publish on this blog on this moment. "
1451
  "Then you can auto post your post with Blog2social."
@@ -1453,23 +1438,23 @@ msgstr ""
1453
  "Bitte stelle sicher, dass Dein Beitrag in diesem Moment veröffentlicht wurde."
1454
  " Dann kannst Du Deinen Beitrag automatisch mit Blog2Social posten."
1455
 
1456
- #: ../../plugins/blog2social-v-4/includes/Loader.php:489
1457
  msgid "Upgrade to Premium"
1458
  msgstr "Premium freischalten"
1459
 
1460
- #: ../../plugins/blog2social-v-4/includes/Loader.php:497
1461
  msgid "Your post could not be posted."
1462
  msgstr "Dein Post ist nicht vom Netzwerk veröffentlicht worden."
1463
 
1464
- #: ../../plugins/blog2social-v-4/includes/Loader.php:498
1465
  msgid "Your authorization has expired. Please check your authorization."
1466
  msgstr "Deine Autorisierung ist abgelaufen. Bitte überprüfe deine Autorisierung."
1467
 
1468
- #: ../../plugins/blog2social-v-4/includes/Loader.php:499
1469
  msgid "The network has marked the post as spam or abusive."
1470
  msgstr "Das Netzwerk hat Deinen Post als Spam oder missbräuchlich markiert."
1471
 
1472
- #: ../../plugins/blog2social-v-4/includes/Loader.php:500
1473
  msgid ""
1474
  "We don't have the permission to publish your post. Please check your "
1475
  "authorization."
@@ -1477,7 +1462,7 @@ msgstr ""
1477
  "Wir haben nicht Deine Erlaubnis, den Post zu veröffentlichen. Bitte "
1478
  "überprüfe deine Autorisierung."
1479
 
1480
- #: ../../plugins/blog2social-v-4/includes/Loader.php:501
1481
  msgid ""
1482
  "Your authorization is interrupted. Please check your authorization. Please "
1483
  "see <a target=\"_blank\" href=\"https://www.blog2social."
@@ -1487,15 +1472,15 @@ msgstr ""
1487
  "Siehe <a target=\"_blank\" href=\"https://www.blog2social."
1488
  "com/de/faq/category/9/fehlermeldungen-und-loesungen.html\">FAQ</a>."
1489
 
1490
- #: ../../plugins/blog2social-v-4/includes/Loader.php:502
1491
  msgid "Your limit is reached for today."
1492
  msgstr "Du hast das Veröffentlichungs-Limit mit Deinem Account für Heute erreicht."
1493
 
1494
- #: ../../plugins/blog2social-v-4/includes/Loader.php:503
1495
  msgid "Your post could not be posted, because your image is not available."
1496
  msgstr "Das Netzwerk kann Dein Bild nicht verarbeiten."
1497
 
1498
- #: ../../plugins/blog2social-v-4/includes/Loader.php:504
1499
  msgid ""
1500
  "The network has blocked your account. Please see <a target=\"_blank\" "
1501
  "href=\"https://www.blog2social.com/en/faq/category/9/troubleshooting-for-"
@@ -1505,7 +1490,7 @@ msgstr ""
1505
  "href=\"https://www.blog2social.com/de/faq/category/9/fehlermeldungen-und-"
1506
  "loesungen.html\">FAQ</a>."
1507
 
1508
- #: ../../plugins/blog2social-v-4/includes/Loader.php:505
1509
  msgid ""
1510
  "The number of images is reached. Please see <a target=\"_blank\" href=\"https:"
1511
  "//www.blog2social.com/en/faq/category/9/troubleshooting-for-error-messages."
@@ -1515,11 +1500,11 @@ msgstr ""
1515
  "href=\"https://www.blog2social.com/de/faq/category/9/fehlermeldungen-und-"
1516
  "loesungen.html\">FAQ</a>."
1517
 
1518
- #: ../../plugins/blog2social-v-4/includes/Loader.php:506
1519
  msgid "Your limit has temporarily reached for this network."
1520
  msgstr "Du hast das Veröffentlichungs-Limit mit Deinem Account kurzzeitig erreicht."
1521
 
1522
- #: ../../plugins/blog2social-v-4/includes/Loader.php:507
1523
  msgid ""
1524
  "The network can not publish special characters such as Emoji. Please see <a "
1525
  "target=\"_blank\" href=\"https://www.blog2social."
@@ -1529,70 +1514,70 @@ msgstr ""
1529
  "//www.blog2social.com/de/faq/category/9/fehlermeldungen-und-loesungen."
1530
  "html\">FAQ</a>."
1531
 
1532
- #: ../../plugins/blog2social-v-4/includes/Loader.php:508
1533
  msgid "Your post is a duplicate."
1534
  msgstr "Du kannst auf dem Netzwerke keine Duplikate veröffentlichen."
1535
 
1536
- #: ../../plugins/blog2social-v-4/includes/Loader.php:509
1537
  msgid "The network are required a public url to your post."
1538
  msgstr "Das Netzwerk fordert, dass Dein Link zu Deinem Beitrag erreichbar ist."
1539
 
1540
- #: ../../plugins/blog2social-v-4/includes/Loader.php:510
1541
  msgid "The network says, that your group is not exisits."
1542
  msgstr "Das Netzwerk konnte Deine angegebene Gruppe nicht finden."
1543
 
1544
- #: ../../plugins/blog2social-v-4/includes/Loader.php:567 ../..
1545
- #: /plugins/blog2social-v-4/includes/Loader.php:600
1546
  msgid "Dashboard"
1547
  msgstr "Dashboard"
1548
 
1549
- #: ../../plugins/blog2social-v-4/includes/Loader.php:568 ../..
1550
- #: /plugins/blog2social-v-4/includes/Loader.php:568 ../../plugins/blog2social-v-
1551
- #: 4/includes/Loader.php:607
1552
  msgid "Posts & Sharing"
1553
  msgstr "Beiträge"
1554
 
1555
- #: ../../plugins/blog2social-v-4/includes/Loader.php:569 ../..
1556
- #: /plugins/blog2social-v-4/includes/Loader.php:569 ../../plugins/blog2social-v-
1557
- #: 4/includes/Loader.php:614 ../../plugins/blog2social-v-4/views/b2s/network.php:17
1558
  msgid "Networks"
1559
  msgstr "Netzwerke"
1560
 
1561
- #: ../../plugins/blog2social-v-4/includes/Loader.php:570 ../..
1562
- #: /plugins/blog2social-v-4/includes/Loader.php:570 ../../plugins/blog2social-v-
1563
- #: 4/includes/Loader.php:620 ../../plugins/blog2social-v-4/views/b2s/ship.php:53 .
1564
  #: ./../plugins/blog2social-v-4/views/b2s/ship.php:264
1565
  msgid "Settings"
1566
  msgstr "Einstellungen"
1567
 
1568
- #: ../../plugins/blog2social-v-4/includes/Loader.php:571 ../..
1569
- #: /plugins/blog2social-v-4/includes/Loader.php:571 ../../plugins/blog2social-v-
1570
- #: 4/includes/Loader.php:626
1571
  msgid "PR-Service"
1572
  msgstr "PR-Service"
1573
 
1574
- #: ../../plugins/blog2social-v-4/includes/Loader.php:572 ../..
1575
- #: /plugins/blog2social-v-4/includes/Loader.php:572 ../../plugins/blog2social-v-
 
1576
  #: 4/views/b2s/widgets/tutorial.php:4
1577
  msgid "How to & FAQ"
1578
  msgstr "How to & FAQ"
1579
 
1580
- #: ../../plugins/blog2social-v-4/includes/Loader.php:573 ../..
1581
- #: /plugins/blog2social-v-4/includes/Loader.php:573
1582
  msgid "Premium"
1583
  msgstr "Premium"
1584
 
1585
- #: ../../plugins/blog2social-v-4/includes/Loader.php:591
1586
  msgid "Blog2Social"
1587
  msgstr "Blog2Social"
1588
 
1589
- #: ../../plugins/blog2social-v-4/includes/Loader.php:920 ../..
1590
- #: /plugins/blog2social-v-4/includes/Loader.php:1073
1591
  msgid "or"
1592
  msgstr "oder"
1593
 
1594
- #: ../../plugins/blog2social-v-4/includes/Loader.php:920 ../..
1595
- #: /plugins/blog2social-v-4/includes/Loader.php:1073
1596
  msgid "back to install plugins"
1597
  msgstr "zurück zur Pluginübersicht"
1598
 
@@ -1613,10 +1598,6 @@ msgstr "Blog2Social jetzt bewerten"
1613
  msgid "hide"
1614
  msgstr "ausblenden"
1615
 
1616
- #: ../../plugins/blog2social-v-4/includes/Notice.php:41
1617
- msgid "Upgrade to Blog2Social Premium"
1618
- msgstr "Jetzt auf Blog2Social Premium upgraden"
1619
-
1620
  #: ../../plugins/blog2social-v-4/includes/PRG/Post/Filter.php:31
1621
  msgid "All Authors"
1622
  msgstr "alle Autoren"
@@ -1926,12 +1907,12 @@ msgstr "Einträge aus der Planung löschen"
1926
  msgid "You are sure, you want to delete entries from the scheduling?"
1927
  msgstr "Bist Du sicher, dass Du Einträge aus Deiner Planung löschen möchtest?"
1928
 
1929
- #: ../../plugins/blog2social-v-4/views/b2s/premium.php:7 ../..
1930
  #: /plugins/blog2social-v-4/views/b2s/widgets/premium.php:1
1931
  msgid "Your license: Blog2Social"
1932
  msgstr "Du nutzt Blog2Social"
1933
 
1934
- #: ../../plugins/blog2social-v-4/views/b2s/premium.php:19 ../..
1935
  #: /plugins/blog2social-v-4/views/b2s/widgets/premium.php:13
1936
  msgid ""
1937
  "Upgrade to Blog2Social Premium to schedule your posts for the best time, "
@@ -1942,46 +1923,46 @@ msgstr ""
1942
  "im Voraus planen, zur einmaligen oder wiederholten Veröffentlichung. Und Du "
1943
  "kannst auf Seiten, in Gruppen und mehreren Accounts pro Netzwerk posten."
1944
 
1945
- #: ../../plugins/blog2social-v-4/views/b2s/premium.php:20 ../..
1946
  #: /plugins/blog2social-v-4/views/b2s/widgets/premium.php:14
1947
  msgid "Learn more"
1948
  msgstr "mehr erfahren"
1949
 
1950
- #: ../../plugins/blog2social-v-4/views/b2s/premium.php:25 ../..
1951
  #: /plugins/blog2social-v-4/views/b2s/widgets/premium.php:19 ../..
1952
  #: /plugins/blog2social-v-4/views/b2s/html/sidebar.phtml:24
1953
  msgid "Enter license key and change your version"
1954
  msgstr "Lizenzschlüssel eingeben und Version ändern"
1955
 
1956
- #: ../../plugins/blog2social-v-4/views/b2s/premium.php:27 ../..
1957
  #: /plugins/blog2social-v-4/views/b2s/widgets/premium.php:21 ../..
1958
  #: /plugins/blog2social-v-4/views/b2s/html/sidebar.phtml:26
1959
  msgid "Activate"
1960
  msgstr "Aktivieren"
1961
 
1962
- #: ../../plugins/blog2social-v-4/views/b2s/premium.php:49
1963
  msgid "Social Media Sharing"
1964
  msgstr "Netzwerkauswahl"
1965
 
1966
- #: ../../plugins/blog2social-v-4/views/b2s/premium.php:50 ../..
1967
  #: /plugins/blog2social-v-4/views/b2s/widgets/premium.php:36
1968
  msgid "Cross-share to all popular social networks"
1969
  msgstr "Teilen von Blogbeiträgen auf allen Social Media"
1970
 
1971
- #: ../../plugins/blog2social-v-4/views/b2s/premium.php:58
1972
  msgid "Auto Posting"
1973
  msgstr "Auto-Posting"
1974
 
1975
- #: ../../plugins/blog2social-v-4/views/b2s/premium.php:59 ../..
1976
  #: /plugins/blog2social-v-4/views/b2s/widgets/premium.php:48
1977
  msgid "Automatically share your posts whenever you publish a new blog post"
1978
  msgstr "Blogbeiträge automatisch beim Veröffentlichen teilen"
1979
 
1980
- #: ../../plugins/blog2social-v-4/views/b2s/premium.php:67
1981
  msgid "Customizing Social Media Posts"
1982
  msgstr "Individualisieren"
1983
 
1984
- #: ../../plugins/blog2social-v-4/views/b2s/premium.php:68 ../..
1985
  #: /plugins/blog2social-v-4/views/b2s/widgets/premium.php:60
1986
  msgid ""
1987
  "Edit or add comments, hashtags or handles. Edit posts in HTML for re-"
@@ -1990,23 +1971,23 @@ msgstr ""
1990
  "Posting-Texte ergänzen mit Kommentaren, Hashtags oder Handles. HTML-Editor "
1991
  "für das Posten in Blog-Netzwerken"
1992
 
1993
- #: ../../plugins/blog2social-v-4/views/b2s/premium.php:76 ../..
1994
  #: /plugins/blog2social-v-4/views/b2s/ship.php:382 ../../plugins/blog2social-v-
1995
  #: 4/views/b2s/widgets/premium.php:71 ../../plugins/blog2social-v-
1996
  #: 4/views/b2s/html/footer.phtml:191
1997
  msgid "Best Time Scheduler"
1998
  msgstr "Beste Zeiten Manager"
1999
 
2000
- #: ../../plugins/blog2social-v-4/views/b2s/premium.php:77 ../..
2001
  #: /plugins/blog2social-v-4/views/b2s/widgets/premium.php:72
2002
  msgid "Choose pre-defined times to post or edit and define your own time settings"
2003
  msgstr "Optimaler Zeitpunkt zum Posten voreingestellt und anpassbar"
2004
 
2005
- #: ../../plugins/blog2social-v-4/views/b2s/premium.php:87
2006
  msgid "Social Media Scheduler"
2007
  msgstr "Veröffentlichungen planen"
2008
 
2009
- #: ../../plugins/blog2social-v-4/views/b2s/premium.php:88
2010
  msgid ""
2011
  "Social media scheduling: once, repeatedly or recurrently to multiple "
2012
  "profiles, pages and groups"
@@ -2014,37 +1995,41 @@ msgstr ""
2014
  "Einmalig, mehrmals oder regelmäßig auf mehreren Profilen, Seiten oder "
2015
  "Gruppen posten"
2016
 
2017
- #: ../../plugins/blog2social-v-4/views/b2s/premium.php:96
2018
  msgid "Individual Images for Each Social Media Post"
2019
  msgstr "Individuelle Bilder für jeden Social Media Post"
2020
 
2021
- #: ../../plugins/blog2social-v-4/views/b2s/premium.php:97
2022
  msgid ""
2023
  "Select any image from your media gallery for each social media post and "
2024
  "channel"
2025
  msgstr "Wählen Sie beliebige Bilder für Ihre Social Media Posts"
2026
 
2027
- #: ../../plugins/blog2social-v-4/views/b2s/premium.php:105
2028
  msgid "Select Post Format"
2029
  msgstr "Beitragsformat auswählen"
2030
 
2031
- #: ../../plugins/blog2social-v-4/views/b2s/premium.php:106 ../..
2032
  #: /plugins/blog2social-v-4/views/b2s/widgets/premium.php:96
2033
  msgid "One-page preview editor for all social networks for easy customizing"
2034
  msgstr ""
2035
  "Zentrale Vorschauseite für alle Social Media mit Editor für einfaches "
2036
  "Anpassen"
2037
 
2038
- #: ../../plugins/blog2social-v-4/views/b2s/premium.php:114
2039
  msgid "Social Media Reporting"
2040
  msgstr "Reporting"
2041
 
2042
- #: ../../plugins/blog2social-v-4/views/b2s/premium.php:115
2043
  msgid "Keep track of your scheduled and shared posts"
2044
  msgstr ""
2045
  "Alle veröffentlichten und geplanten Social-Media-Posts mit direktem Link zum "
2046
  "einfachen Aufrufen und erneuten Teilen"
2047
 
 
 
 
 
2048
  #: ../../plugins/blog2social-v-4/views/b2s/settings.php:25
2049
  msgid "save..."
2050
  msgstr "speichere Daten..."
@@ -2452,7 +2437,7 @@ msgid "more FAQ"
2452
  msgstr "mehr FAQ"
2453
 
2454
  #: ../../plugins/blog2social-v-4/views/b2s/widgets/tutorial.php:1 ../..
2455
- #: /plugins/blog2social-v-4/views/b2s/html/service.phtml:17
2456
  msgid "How to work with Blog2Social"
2457
  msgstr "So arbeitest Du mit Blog2Social"
2458
 
@@ -3326,12 +3311,12 @@ msgid "Did you miss something? Tell us!"
3326
  msgstr "Vermisst Du etwas? Sag es uns! "
3327
 
3328
  #: ../../plugins/blog2social-v-4/views/b2s/html/header.phtml:288 ../..
3329
- #: /plugins/blog2social-v-4/views/b2s/html/service.phtml:15
3330
  msgid "Plans & Pricing"
3331
  msgstr "Versionen & Preise"
3332
 
3333
  #: ../../plugins/blog2social-v-4/views/b2s/html/header.phtml:289 ../..
3334
- #: /plugins/blog2social-v-4/views/b2s/html/service.phtml:16
3335
  msgid "Support"
3336
  msgstr "Support"
3337
 
4
  "Stable (latest release)\n"
5
  "Report-Msgid-Bugs-To: \n"
6
  "POT-Creation-Date: Thu May 18 2017 09:57:01 GMT+0200\n"
7
+ "PO-Revision-Date: Wed Nov 08 2017 13:24:46 GMT+0100\n"
8
  "Last-Translator: Sven Bürger <s.buerger@adenion.de>\n"
9
  "Language-Team: \n"
10
  "Language: German\n"
23
  "esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
24
  "X-Loco-Target-Locale: de_DE"
25
 
26
+ #: ../../plugins/blog2social-v-4/includes/B2S/Settings/Item.php:111
27
+ msgid ""
28
+ "Select by default if the auto-poster is activated when you publish a new "
29
+ "post or update a post."
30
+ msgstr ""
31
+ "Wähle standardmäßig aus, ob der Auto-Poster aktiviert ist, wenn Du einen "
32
+ "neuen Beitrag veröffentlichst oder aktualisierst. "
33
 
34
  #. Name of the plugin
35
  msgid "Blog2Social: Social Media Auto Post & Scheduler"
88
  #: /plugins/blog2social-v-4/includes/B2S/Settings/Item.php:405 ../..
89
  #: /plugins/blog2social-v-4/includes/B2S/Settings/Item.php:456 ../..
90
  #: /plugins/blog2social-v-4/includes/B2S/Ship/Portale.php:34 ../..
91
+ #: /plugins/blog2social-v-4/includes/Loader.php:499
92
  msgid "Profile"
93
  msgstr "Profil"
94
 
102
  #: /plugins/blog2social-v-4/includes/B2S/Settings/Item.php:459 ../..
103
  #: /plugins/blog2social-v-4/includes/B2S/Ship/Portale.php:31 ../..
104
  #: /plugins/blog2social-v-4/includes/B2S/Ship/Portale.php:31 ../..
105
+ #: /plugins/blog2social-v-4/includes/Loader.php:499
106
  msgid "Page"
107
  msgstr "Seite"
108
 
120
  #: /plugins/blog2social-v-4/includes/B2S/Ship/Item.php:496 ../..
121
  #: /plugins/blog2social-v-4/includes/B2S/Ship/Portale.php:28 ../..
122
  #: /plugins/blog2social-v-4/includes/B2S/Ship/Portale.php:31 ../..
123
+ #: /plugins/blog2social-v-4/includes/Loader.php:576 ../../plugins/blog2social-v-
124
+ #: 4/includes/Loader.php:642 ../../plugins/blog2social-v-4/views/b2s/modal.
125
+ #: calendar.php:9 ../../plugins/blog2social-v-4/views/b2s/network.php:36 ../..
126
+ #: /plugins/blog2social-v-4/views/b2s/settings.php:69 ../../plugins/blog2social-v-
127
+ #: 4/views/b2s/settings.php:91 ../../plugins/blog2social-v-4/views/b2s/ship.php:
128
+ #: 17 ../../plugins/blog2social-v-4/views/b2s/widgets/posts.php:31 ../..
129
  #: /plugins/blog2social-v-4/views/b2s/html/post.navbar.phtml:7 ../..
130
  #: /plugins/blog2social-v-4/views/b2s/html/post.navbar.phtml:10
131
  msgid "PREMIUM"
140
  #: /plugins/blog2social-v-4/includes/B2S/Settings/Item.php:463 ../..
141
  #: /plugins/blog2social-v-4/includes/B2S/Ship/Portale.php:28 ../..
142
  #: /plugins/blog2social-v-4/includes/B2S/Ship/Portale.php:28 ../..
143
+ #: /plugins/blog2social-v-4/includes/Loader.php:499
144
  msgid "Group"
145
  msgstr "Gruppe"
146
 
397
  "planen."
398
 
399
  #: ../../plugins/blog2social-v-4/includes/B2S/PostBox.php:81 ../..
400
+ #: /plugins/blog2social-v-4/includes/Loader.php:480
401
  msgid ""
402
  "There are no authorizations for your selected profile. Please, authorize "
403
  "with a social network or select a other profile."
542
  msgstr "Du möchtest Deinen Beitrag automatisch posten?"
543
 
544
  #: ../../plugins/blog2social-v-4/includes/B2S/PostBox.php:148 ../..
545
+ #: /plugins/blog2social-v-4/views/b2s/network.php:99 ../../plugins/blog2social-v-
546
+ #: 4/views/b2s/ship.php:281 ../../plugins/blog2social-v-4/views/b2s/ship.php:341 .
547
+ #: ./../plugins/blog2social-v-4/views/b2s/ship.php:387 ../../plugins/blog2social-
548
+ #: v-4/views/b2s/html/footer.phtml:25 ../../plugins/blog2social-v-
 
549
  #: 4/views/b2s/html/footer.phtml:143 ../../plugins/blog2social-v-
550
  #: 4/views/b2s/html/footer.phtml:209 ../../plugins/blog2social-v-
551
  #: 4/views/b2s/html/footer.phtml:266 ../../plugins/blog2social-v-
554
  msgstr "Mit Blog2Social kannst Du:"
555
 
556
  #: ../../plugins/blog2social-v-4/includes/B2S/PostBox.php:151 ../..
557
+ #: /plugins/blog2social-v-4/views/b2s/network.php:102 ../../plugins/blog2social-v-
558
+ #: 4/views/b2s/ship.php:284 ../../plugins/blog2social-v-4/views/b2s/ship.php:344 .
559
+ #: ./../plugins/blog2social-v-4/views/b2s/ship.php:390 ../../plugins/blog2social-
560
+ #: v-4/views/b2s/html/footer.phtml:28 ../../plugins/blog2social-v-
 
561
  #: 4/views/b2s/html/footer.phtml:146 ../../plugins/blog2social-v-
562
  #: 4/views/b2s/html/footer.phtml:212 ../../plugins/blog2social-v-
563
  #: 4/views/b2s/html/footer.phtml:269 ../../plugins/blog2social-v-
567
  msgstr "Poste auf Seiten und in Gruppen"
568
 
569
  #: ../../plugins/blog2social-v-4/includes/B2S/PostBox.php:152 ../..
570
+ #: /plugins/blog2social-v-4/views/b2s/network.php:103 ../../plugins/blog2social-v-
571
+ #: 4/views/b2s/ship.php:285 ../../plugins/blog2social-v-4/views/b2s/ship.php:345 .
572
+ #: ./../plugins/blog2social-v-4/views/b2s/ship.php:391 ../../plugins/blog2social-
573
+ #: v-4/views/b2s/html/footer.phtml:29 ../../plugins/blog2social-v-
 
574
  #: 4/views/b2s/html/footer.phtml:147 ../../plugins/blog2social-v-
575
  #: 4/views/b2s/html/footer.phtml:213 ../../plugins/blog2social-v-
576
  #: 4/views/b2s/html/footer.phtml:270 ../../plugins/blog2social-v-
579
  msgstr "Auf mehreren Profilen, Seiten und Gruppen teilen"
580
 
581
  #: ../../plugins/blog2social-v-4/includes/B2S/PostBox.php:153 ../..
582
+ #: /plugins/blog2social-v-4/views/b2s/network.php:104 ../../plugins/blog2social-v-
583
+ #: 4/views/b2s/ship.php:286 ../../plugins/blog2social-v-4/views/b2s/ship.php:346 .
584
+ #: ./../plugins/blog2social-v-4/views/b2s/ship.php:392 ../../plugins/blog2social-
585
+ #: v-4/views/b2s/html/footer.phtml:30 ../../plugins/blog2social-v-
 
586
  #: 4/views/b2s/html/footer.phtml:64 ../../plugins/blog2social-v-
587
  #: 4/views/b2s/html/footer.phtml:148 ../../plugins/blog2social-v-
588
  #: 4/views/b2s/html/footer.phtml:214 ../../plugins/blog2social-v-
594
  "Aktualisierung posten und zeitversetzt planen"
595
 
596
  #: ../../plugins/blog2social-v-4/includes/B2S/PostBox.php:154 ../..
597
+ #: /plugins/blog2social-v-4/views/b2s/network.php:105 ../../plugins/blog2social-v-
598
+ #: 4/views/b2s/ship.php:287 ../../plugins/blog2social-v-4/views/b2s/ship.php:347 .
599
+ #: ./../plugins/blog2social-v-4/views/b2s/ship.php:393 ../../plugins/blog2social-
600
+ #: v-4/views/b2s/html/footer.phtml:31 ../../plugins/blog2social-v-
 
601
  #: 4/views/b2s/html/footer.phtml:149 ../../plugins/blog2social-v-
602
  #: 4/views/b2s/html/footer.phtml:215 ../../plugins/blog2social-v-
603
  #: 4/views/b2s/html/footer.phtml:272 ../../plugins/blog2social-v-
606
  msgstr "Plane Deine Beiträge zu den besten Zeiten für jedes Netzwerk"
607
 
608
  #: ../../plugins/blog2social-v-4/includes/B2S/PostBox.php:155 ../..
609
+ #: /plugins/blog2social-v-4/views/b2s/network.php:106 ../../plugins/blog2social-v-
610
+ #: 4/views/b2s/ship.php:288 ../../plugins/blog2social-v-4/views/b2s/ship.php:348 .
611
+ #: ./../plugins/blog2social-v-4/views/b2s/ship.php:394 ../../plugins/blog2social-
612
+ #: v-4/views/b2s/html/footer.phtml:32 ../../plugins/blog2social-v-
 
613
  #: 4/views/b2s/html/footer.phtml:150 ../../plugins/blog2social-v-
614
  #: 4/views/b2s/html/footer.phtml:216 ../../plugins/blog2social-v-
615
  #: 4/views/b2s/html/footer.phtml:273 ../../plugins/blog2social-v-
620
  msgstr " Beste Zeiten Manager: vordefinierte Zeiten für Deine Beiträge nutzen"
621
 
622
  #: ../../plugins/blog2social-v-4/includes/B2S/PostBox.php:156 ../..
623
+ #: /plugins/blog2social-v-4/views/b2s/network.php:107 ../../plugins/blog2social-v-
624
+ #: 4/views/b2s/ship.php:289 ../../plugins/blog2social-v-4/views/b2s/ship.php:349 .
625
+ #: ./../plugins/blog2social-v-4/views/b2s/ship.php:395 ../../plugins/blog2social-
626
+ #: v-4/views/b2s/html/footer.phtml:33 ../../plugins/blog2social-v-
 
627
  #: 4/views/b2s/html/footer.phtml:151 ../../plugins/blog2social-v-
628
  #: 4/views/b2s/html/footer.phtml:217 ../../plugins/blog2social-v-
629
  #: 4/views/b2s/html/footer.phtml:274 ../../plugins/blog2social-v-
634
  "oder nach einem regelmäßigen Muster"
635
 
636
  #: ../../plugins/blog2social-v-4/includes/B2S/PostBox.php:157 ../..
637
+ #: /plugins/blog2social-v-4/views/b2s/network.php:108 ../../plugins/blog2social-v-
638
+ #: 4/views/b2s/ship.php:290 ../../plugins/blog2social-v-4/views/b2s/ship.php:350 .
639
+ #: ./../plugins/blog2social-v-4/views/b2s/ship.php:396 ../../plugins/blog2social-
640
+ #: v-4/views/b2s/html/footer.phtml:34 ../../plugins/blog2social-v-
 
641
  #: 4/views/b2s/html/footer.phtml:152 ../../plugins/blog2social-v-
642
  #: 4/views/b2s/html/footer.phtml:218 ../../plugins/blog2social-v-
643
  #: 4/views/b2s/html/footer.phtml:275 ../../plugins/blog2social-v-
646
  msgstr "Plane und teile alte Beiträge"
647
 
648
  #: ../../plugins/blog2social-v-4/includes/B2S/PostBox.php:158 ../..
649
+ #: /plugins/blog2social-v-4/views/b2s/network.php:109 ../../plugins/blog2social-v-
650
+ #: 4/views/b2s/ship.php:291 ../../plugins/blog2social-v-4/views/b2s/ship.php:351 .
651
+ #: ./../plugins/blog2social-v-4/views/b2s/ship.php:397 ../../plugins/blog2social-
652
+ #: v-4/views/b2s/html/footer.phtml:35 ../../plugins/blog2social-v-
 
653
  #: 4/views/b2s/html/footer.phtml:66 ../../plugins/blog2social-v-
654
  #: 4/views/b2s/html/footer.phtml:153 ../../plugins/blog2social-v-
655
  #: 4/views/b2s/html/footer.phtml:219 ../../plugins/blog2social-v-
659
  msgstr "Link-Posts oder Bild-Posts als Posting-Format für Deine Beiträge auswählen"
660
 
661
  #: ../../plugins/blog2social-v-4/includes/B2S/PostBox.php:159 ../..
662
+ #: /plugins/blog2social-v-4/views/b2s/network.php:110 ../../plugins/blog2social-v-
663
+ #: 4/views/b2s/ship.php:292 ../../plugins/blog2social-v-4/views/b2s/ship.php:352 .
664
+ #: ./../plugins/blog2social-v-4/views/b2s/ship.php:398 ../../plugins/blog2social-
665
+ #: v-4/views/b2s/html/footer.phtml:36 ../../plugins/blog2social-v-
 
666
  #: 4/views/b2s/html/footer.phtml:67 ../../plugins/blog2social-v-
667
  #: 4/views/b2s/html/footer.phtml:154 ../../plugins/blog2social-v-
668
  #: 4/views/b2s/html/footer.phtml:220 ../../plugins/blog2social-v-
672
  msgstr "Individuelle Bilder für Deine Social Media Posts pro Netzwerk auswählen"
673
 
674
  #: ../../plugins/blog2social-v-4/includes/B2S/PostBox.php:160 ../..
675
+ #: /plugins/blog2social-v-4/views/b2s/network.php:111 ../../plugins/blog2social-v-
676
+ #: 4/views/b2s/ship.php:293 ../../plugins/blog2social-v-4/views/b2s/ship.php:353 .
677
+ #: ./../plugins/blog2social-v-4/views/b2s/ship.php:399 ../../plugins/blog2social-
678
+ #: v-4/views/b2s/html/footer.phtml:37 ../../plugins/blog2social-v-
 
679
  #: 4/views/b2s/html/footer.phtml:155 ../../plugins/blog2social-v-
680
  #: 4/views/b2s/html/footer.phtml:221 ../../plugins/blog2social-v-
681
  #: 4/views/b2s/html/footer.phtml:278 ../../plugins/blog2social-v-
807
  "Definiere standardmäßig Blogbeiträge oder Seiten, die Du auf Social Media "
808
  "automatisch teilen möchtest:"
809
 
 
 
 
 
 
 
 
 
 
810
  #: ../../plugins/blog2social-v-4/includes/B2S/Settings/Item.php:116
811
  msgid "new posts"
812
  msgstr "Neue Beiträge"
831
  msgstr " Speichern"
832
 
833
  #: ../../plugins/blog2social-v-4/includes/B2S/Settings/Item.php:146
834
+ msgid "Auto-post your imported posts to Twitter & Facebook"
835
+ msgstr "Auto-Poste Deine importierten Beiträge auf Twitter & Facebook"
836
 
837
  #: ../../plugins/blog2social-v-4/includes/B2S/Settings/Item.php:147
838
+ msgid "Define by default to automatically share your imported posts to social media:"
839
  msgstr ""
840
+ "Definiere standardmässig alle Deine importierten Beiträge auf den Social "
841
+ "Media zu veröffentlichen:"
842
 
843
  #: ../../plugins/blog2social-v-4/includes/B2S/Settings/Item.php:150
844
  msgid "Your current licence:"
873
  msgstr "sofort"
874
 
875
  #: ../../plugins/blog2social-v-4/includes/B2S/Settings/Item.php:162
876
+ msgid "publish with a delay of"
877
  msgstr "veröffentlichen mit einer Verzögerung von"
878
 
879
  #: ../../plugins/blog2social-v-4/includes/B2S/Settings/Item.php:163
1413
  msgid "Number of scheduled posts"
1414
  msgstr "Anzahl der geplanten Posts"
1415
 
1416
+ #: ../../plugins/blog2social-v-4/includes/Loader.php:244
1417
  msgid "Auto-Post on Social Media"
1418
  msgstr "Automatisch auf Social Media teilen"
1419
 
1420
+ #: ../../plugins/blog2social-v-4/includes/Loader.php:471
1421
  msgid "This post will be shared into your social media on"
1422
  msgstr "Dein Beitrag ist zur Veröffentlichung in den Social Media geplant ab dem"
1423
 
1424
+ #: ../../plugins/blog2social-v-4/includes/Loader.php:471 ../..
1425
+ #: /plugins/blog2social-v-4/includes/Loader.php:473
1426
  msgid "show details"
1427
  msgstr "siehe Details"
1428
 
1429
+ #: ../../plugins/blog2social-v-4/includes/Loader.php:473
1430
  msgid "This post will be shared on social media in 2-3 minutes!"
1431
  msgstr "Dein Beitrag wird in ca. 2-3 Minuten in die Social Media eingestellt!"
1432
 
1433
+ #: ../../plugins/blog2social-v-4/includes/Loader.php:477
1434
  msgid ""
1435
  "Please, make sure that your post are publish on this blog on this moment. "
1436
  "Then you can auto post your post with Blog2social."
1438
  "Bitte stelle sicher, dass Dein Beitrag in diesem Moment veröffentlicht wurde."
1439
  " Dann kannst Du Deinen Beitrag automatisch mit Blog2Social posten."
1440
 
1441
+ #: ../../plugins/blog2social-v-4/includes/Loader.php:492
1442
  msgid "Upgrade to Premium"
1443
  msgstr "Premium freischalten"
1444
 
1445
+ #: ../../plugins/blog2social-v-4/includes/Loader.php:500
1446
  msgid "Your post could not be posted."
1447
  msgstr "Dein Post ist nicht vom Netzwerk veröffentlicht worden."
1448
 
1449
+ #: ../../plugins/blog2social-v-4/includes/Loader.php:501
1450
  msgid "Your authorization has expired. Please check your authorization."
1451
  msgstr "Deine Autorisierung ist abgelaufen. Bitte überprüfe deine Autorisierung."
1452
 
1453
+ #: ../../plugins/blog2social-v-4/includes/Loader.php:502
1454
  msgid "The network has marked the post as spam or abusive."
1455
  msgstr "Das Netzwerk hat Deinen Post als Spam oder missbräuchlich markiert."
1456
 
1457
+ #: ../../plugins/blog2social-v-4/includes/Loader.php:503
1458
  msgid ""
1459
  "We don't have the permission to publish your post. Please check your "
1460
  "authorization."
1462
  "Wir haben nicht Deine Erlaubnis, den Post zu veröffentlichen. Bitte "
1463
  "überprüfe deine Autorisierung."
1464
 
1465
+ #: ../../plugins/blog2social-v-4/includes/Loader.php:504
1466
  msgid ""
1467
  "Your authorization is interrupted. Please check your authorization. Please "
1468
  "see <a target=\"_blank\" href=\"https://www.blog2social."
1472
  "Siehe <a target=\"_blank\" href=\"https://www.blog2social."
1473
  "com/de/faq/category/9/fehlermeldungen-und-loesungen.html\">FAQ</a>."
1474
 
1475
+ #: ../../plugins/blog2social-v-4/includes/Loader.php:505
1476
  msgid "Your limit is reached for today."
1477
  msgstr "Du hast das Veröffentlichungs-Limit mit Deinem Account für Heute erreicht."
1478
 
1479
+ #: ../../plugins/blog2social-v-4/includes/Loader.php:506
1480
  msgid "Your post could not be posted, because your image is not available."
1481
  msgstr "Das Netzwerk kann Dein Bild nicht verarbeiten."
1482
 
1483
+ #: ../../plugins/blog2social-v-4/includes/Loader.php:507
1484
  msgid ""
1485
  "The network has blocked your account. Please see <a target=\"_blank\" "
1486
  "href=\"https://www.blog2social.com/en/faq/category/9/troubleshooting-for-"
1490
  "href=\"https://www.blog2social.com/de/faq/category/9/fehlermeldungen-und-"
1491
  "loesungen.html\">FAQ</a>."
1492
 
1493
+ #: ../../plugins/blog2social-v-4/includes/Loader.php:508
1494
  msgid ""
1495
  "The number of images is reached. Please see <a target=\"_blank\" href=\"https:"
1496
  "//www.blog2social.com/en/faq/category/9/troubleshooting-for-error-messages."
1500
  "href=\"https://www.blog2social.com/de/faq/category/9/fehlermeldungen-und-"
1501
  "loesungen.html\">FAQ</a>."
1502
 
1503
+ #: ../../plugins/blog2social-v-4/includes/Loader.php:509
1504
  msgid "Your limit has temporarily reached for this network."
1505
  msgstr "Du hast das Veröffentlichungs-Limit mit Deinem Account kurzzeitig erreicht."
1506
 
1507
+ #: ../../plugins/blog2social-v-4/includes/Loader.php:510
1508
  msgid ""
1509
  "The network can not publish special characters such as Emoji. Please see <a "
1510
  "target=\"_blank\" href=\"https://www.blog2social."
1514
  "//www.blog2social.com/de/faq/category/9/fehlermeldungen-und-loesungen."
1515
  "html\">FAQ</a>."
1516
 
1517
+ #: ../../plugins/blog2social-v-4/includes/Loader.php:511
1518
  msgid "Your post is a duplicate."
1519
  msgstr "Du kannst auf dem Netzwerke keine Duplikate veröffentlichen."
1520
 
1521
+ #: ../../plugins/blog2social-v-4/includes/Loader.php:512
1522
  msgid "The network are required a public url to your post."
1523
  msgstr "Das Netzwerk fordert, dass Dein Link zu Deinem Beitrag erreichbar ist."
1524
 
1525
+ #: ../../plugins/blog2social-v-4/includes/Loader.php:513
1526
  msgid "The network says, that your group is not exisits."
1527
  msgstr "Das Netzwerk konnte Deine angegebene Gruppe nicht finden."
1528
 
1529
+ #: ../../plugins/blog2social-v-4/includes/Loader.php:570 ../..
1530
+ #: /plugins/blog2social-v-4/includes/Loader.php:603
1531
  msgid "Dashboard"
1532
  msgstr "Dashboard"
1533
 
1534
+ #: ../../plugins/blog2social-v-4/includes/Loader.php:571 ../..
1535
+ #: /plugins/blog2social-v-4/includes/Loader.php:571 ../../plugins/blog2social-v-
1536
+ #: 4/includes/Loader.php:610
1537
  msgid "Posts & Sharing"
1538
  msgstr "Beiträge"
1539
 
1540
+ #: ../../plugins/blog2social-v-4/includes/Loader.php:572 ../..
1541
+ #: /plugins/blog2social-v-4/includes/Loader.php:572 ../../plugins/blog2social-v-
1542
+ #: 4/includes/Loader.php:617 ../../plugins/blog2social-v-4/views/b2s/network.php:17
1543
  msgid "Networks"
1544
  msgstr "Netzwerke"
1545
 
1546
+ #: ../../plugins/blog2social-v-4/includes/Loader.php:573 ../..
1547
+ #: /plugins/blog2social-v-4/includes/Loader.php:573 ../../plugins/blog2social-v-
1548
+ #: 4/includes/Loader.php:623 ../../plugins/blog2social-v-4/views/b2s/ship.php:53 .
1549
  #: ./../plugins/blog2social-v-4/views/b2s/ship.php:264
1550
  msgid "Settings"
1551
  msgstr "Einstellungen"
1552
 
1553
+ #: ../../plugins/blog2social-v-4/includes/Loader.php:574 ../..
1554
+ #: /plugins/blog2social-v-4/includes/Loader.php:574 ../../plugins/blog2social-v-
1555
+ #: 4/includes/Loader.php:629
1556
  msgid "PR-Service"
1557
  msgstr "PR-Service"
1558
 
1559
+ #: ../../plugins/blog2social-v-4/includes/Loader.php:575 ../..
1560
+ #: /plugins/blog2social-v-4/includes/Loader.php:575 ../../plugins/blog2social-v-
1561
+ #: 4/includes/Loader.php:636 ../../plugins/blog2social-v-
1562
  #: 4/views/b2s/widgets/tutorial.php:4
1563
  msgid "How to & FAQ"
1564
  msgstr "How to & FAQ"
1565
 
1566
+ #: ../../plugins/blog2social-v-4/includes/Loader.php:576
 
1567
  msgid "Premium"
1568
  msgstr "Premium"
1569
 
1570
+ #: ../../plugins/blog2social-v-4/includes/Loader.php:594
1571
  msgid "Blog2Social"
1572
  msgstr "Blog2Social"
1573
 
1574
+ #: ../../plugins/blog2social-v-4/includes/Loader.php:936 ../..
1575
+ #: /plugins/blog2social-v-4/includes/Loader.php:1089
1576
  msgid "or"
1577
  msgstr "oder"
1578
 
1579
+ #: ../../plugins/blog2social-v-4/includes/Loader.php:936 ../..
1580
+ #: /plugins/blog2social-v-4/includes/Loader.php:1089
1581
  msgid "back to install plugins"
1582
  msgstr "zurück zur Pluginübersicht"
1583
 
1598
  msgid "hide"
1599
  msgstr "ausblenden"
1600
 
 
 
 
 
1601
  #: ../../plugins/blog2social-v-4/includes/PRG/Post/Filter.php:31
1602
  msgid "All Authors"
1603
  msgstr "alle Autoren"
1907
  msgid "You are sure, you want to delete entries from the scheduling?"
1908
  msgstr "Bist Du sicher, dass Du Einträge aus Deiner Planung löschen möchtest?"
1909
 
1910
+ #: ../../plugins/blog2social-v-4/views/b2s/premium.php:9 ../..
1911
  #: /plugins/blog2social-v-4/views/b2s/widgets/premium.php:1
1912
  msgid "Your license: Blog2Social"
1913
  msgstr "Du nutzt Blog2Social"
1914
 
1915
+ #: ../../plugins/blog2social-v-4/views/b2s/premium.php:21 ../..
1916
  #: /plugins/blog2social-v-4/views/b2s/widgets/premium.php:13
1917
  msgid ""
1918
  "Upgrade to Blog2Social Premium to schedule your posts for the best time, "
1923
  "im Voraus planen, zur einmaligen oder wiederholten Veröffentlichung. Und Du "
1924
  "kannst auf Seiten, in Gruppen und mehreren Accounts pro Netzwerk posten."
1925
 
1926
+ #: ../../plugins/blog2social-v-4/views/b2s/premium.php:22 ../..
1927
  #: /plugins/blog2social-v-4/views/b2s/widgets/premium.php:14
1928
  msgid "Learn more"
1929
  msgstr "mehr erfahren"
1930
 
1931
+ #: ../../plugins/blog2social-v-4/views/b2s/premium.php:27 ../..
1932
  #: /plugins/blog2social-v-4/views/b2s/widgets/premium.php:19 ../..
1933
  #: /plugins/blog2social-v-4/views/b2s/html/sidebar.phtml:24
1934
  msgid "Enter license key and change your version"
1935
  msgstr "Lizenzschlüssel eingeben und Version ändern"
1936
 
1937
+ #: ../../plugins/blog2social-v-4/views/b2s/premium.php:29 ../..
1938
  #: /plugins/blog2social-v-4/views/b2s/widgets/premium.php:21 ../..
1939
  #: /plugins/blog2social-v-4/views/b2s/html/sidebar.phtml:26
1940
  msgid "Activate"
1941
  msgstr "Aktivieren"
1942
 
1943
+ #: ../../plugins/blog2social-v-4/views/b2s/premium.php:51
1944
  msgid "Social Media Sharing"
1945
  msgstr "Netzwerkauswahl"
1946
 
1947
+ #: ../../plugins/blog2social-v-4/views/b2s/premium.php:52 ../..
1948
  #: /plugins/blog2social-v-4/views/b2s/widgets/premium.php:36
1949
  msgid "Cross-share to all popular social networks"
1950
  msgstr "Teilen von Blogbeiträgen auf allen Social Media"
1951
 
1952
+ #: ../../plugins/blog2social-v-4/views/b2s/premium.php:60
1953
  msgid "Auto Posting"
1954
  msgstr "Auto-Posting"
1955
 
1956
+ #: ../../plugins/blog2social-v-4/views/b2s/premium.php:61 ../..
1957
  #: /plugins/blog2social-v-4/views/b2s/widgets/premium.php:48
1958
  msgid "Automatically share your posts whenever you publish a new blog post"
1959
  msgstr "Blogbeiträge automatisch beim Veröffentlichen teilen"
1960
 
1961
+ #: ../../plugins/blog2social-v-4/views/b2s/premium.php:69
1962
  msgid "Customizing Social Media Posts"
1963
  msgstr "Individualisieren"
1964
 
1965
+ #: ../../plugins/blog2social-v-4/views/b2s/premium.php:70 ../..
1966
  #: /plugins/blog2social-v-4/views/b2s/widgets/premium.php:60
1967
  msgid ""
1968
  "Edit or add comments, hashtags or handles. Edit posts in HTML for re-"
1971
  "Posting-Texte ergänzen mit Kommentaren, Hashtags oder Handles. HTML-Editor "
1972
  "für das Posten in Blog-Netzwerken"
1973
 
1974
+ #: ../../plugins/blog2social-v-4/views/b2s/premium.php:78 ../..
1975
  #: /plugins/blog2social-v-4/views/b2s/ship.php:382 ../../plugins/blog2social-v-
1976
  #: 4/views/b2s/widgets/premium.php:71 ../../plugins/blog2social-v-
1977
  #: 4/views/b2s/html/footer.phtml:191
1978
  msgid "Best Time Scheduler"
1979
  msgstr "Beste Zeiten Manager"
1980
 
1981
+ #: ../../plugins/blog2social-v-4/views/b2s/premium.php:79 ../..
1982
  #: /plugins/blog2social-v-4/views/b2s/widgets/premium.php:72
1983
  msgid "Choose pre-defined times to post or edit and define your own time settings"
1984
  msgstr "Optimaler Zeitpunkt zum Posten voreingestellt und anpassbar"
1985
 
1986
+ #: ../../plugins/blog2social-v-4/views/b2s/premium.php:89
1987
  msgid "Social Media Scheduler"
1988
  msgstr "Veröffentlichungen planen"
1989
 
1990
+ #: ../../plugins/blog2social-v-4/views/b2s/premium.php:90
1991
  msgid ""
1992
  "Social media scheduling: once, repeatedly or recurrently to multiple "
1993
  "profiles, pages and groups"
1995
  "Einmalig, mehrmals oder regelmäßig auf mehreren Profilen, Seiten oder "
1996
  "Gruppen posten"
1997
 
1998
+ #: ../../plugins/blog2social-v-4/views/b2s/premium.php:98
1999
  msgid "Individual Images for Each Social Media Post"
2000
  msgstr "Individuelle Bilder für jeden Social Media Post"
2001
 
2002
+ #: ../../plugins/blog2social-v-4/views/b2s/premium.php:99
2003
  msgid ""
2004
  "Select any image from your media gallery for each social media post and "
2005
  "channel"
2006
  msgstr "Wählen Sie beliebige Bilder für Ihre Social Media Posts"
2007
 
2008
+ #: ../../plugins/blog2social-v-4/views/b2s/premium.php:107
2009
  msgid "Select Post Format"
2010
  msgstr "Beitragsformat auswählen"
2011
 
2012
+ #: ../../plugins/blog2social-v-4/views/b2s/premium.php:108 ../..
2013
  #: /plugins/blog2social-v-4/views/b2s/widgets/premium.php:96
2014
  msgid "One-page preview editor for all social networks for easy customizing"
2015
  msgstr ""
2016
  "Zentrale Vorschauseite für alle Social Media mit Editor für einfaches "
2017
  "Anpassen"
2018
 
2019
+ #: ../../plugins/blog2social-v-4/views/b2s/premium.php:116
2020
  msgid "Social Media Reporting"
2021
  msgstr "Reporting"
2022
 
2023
+ #: ../../plugins/blog2social-v-4/views/b2s/premium.php:117
2024
  msgid "Keep track of your scheduled and shared posts"
2025
  msgstr ""
2026
  "Alle veröffentlichten und geplanten Social-Media-Posts mit direktem Link zum "
2027
  "einfachen Aufrufen und erneuten Teilen"
2028
 
2029
+ #: ../../plugins/blog2social-v-4/views/b2s/premium.php:122
2030
+ msgid "Show me plans and prices"
2031
+ msgstr "Versionen und Preise anzeigen"
2032
+
2033
  #: ../../plugins/blog2social-v-4/views/b2s/settings.php:25
2034
  msgid "save..."
2035
  msgstr "speichere Daten..."
2437
  msgstr "mehr FAQ"
2438
 
2439
  #: ../../plugins/blog2social-v-4/views/b2s/widgets/tutorial.php:1 ../..
2440
+ #: /plugins/blog2social-v-4/views/b2s/html/service.phtml:4
2441
  msgid "How to work with Blog2Social"
2442
  msgstr "So arbeitest Du mit Blog2Social"
2443
 
3311
  msgstr "Vermisst Du etwas? Sag es uns! "
3312
 
3313
  #: ../../plugins/blog2social-v-4/views/b2s/html/header.phtml:288 ../..
3314
+ #: /plugins/blog2social-v-4/views/b2s/html/service.phtml:2
3315
  msgid "Plans & Pricing"
3316
  msgstr "Versionen & Preise"
3317
 
3318
  #: ../../plugins/blog2social-v-4/views/b2s/html/header.phtml:289 ../..
3319
+ #: /plugins/blog2social-v-4/views/b2s/html/service.phtml:3
3320
  msgid "Support"
3321
  msgstr "Support"
3322
 
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: Blog2Social, Adenion
3
  Tags: auto-post, social media share, auto-publish, scheduling, social media post, social url share, social network share, share tweet, share links, share this, sharethis, social tools, admin, api, auto share to, autopost, auto-Posting, auto-schedule, auto-schedule social media posts, automatic social sharing plugin, blog marketing, blog2social, blogger, buffer, crossposting, cross-promotion, cross-promoting, bloglovin, bloglovin auto post, facebook, facebook auto post, facebook pages, google auto post, google plus, google plus pages, instagram, instagram auto post, jetpack, jetpack sharing, linkedin, linkedin auto post, medium, medium auto post, multiposting, path, pinterest, re-post, scheduling, scheduling plugin, social media, social media auto publish, social media automation, social media button, social media manager, social media plugin, social media publishing, social media scheduling, social media scheduling tool, social media sharing, social media tool, social network auto publish, social network icon, social network widget, socialmedia, timing, torial, torial auto post, tumblr, twitter, twitter auto post, xing, xing auto post, xing groups, xing gruppen, xing personal profiles, xing company profiles, xing business pages, xing pages, xing seiten, auto post scheduler, repost, social media management, facebook fan page auto post, facebook profile auto post, social auto post, social autoposting, flickr, flickr auto posting, linkedin, linkedin auto posting, linkedin profile, facebook group, facebook gruppen, reddit, reddit auto posting, reddit auto post
4
  Donate link: http://www.blog2social.com
5
  Requires at least: 4.2.2
6
- Tested up to: 4.8.3
7
- Stable tag: 4.4.0
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -291,6 +291,8 @@ We use the official authentification oAUTH methods to third-party applications p
291
  9. Adjust the best times to schedule in the best time scheduler.
292
 
293
  == Changelog ==
 
 
294
  = 4.4.0 =
295
  Usability Optimization, auto post imported content, Instagram image post format
296
  = 4.3.3 =
@@ -343,6 +345,8 @@ Bug Fix: update method
343
  Re-engineered Post dashboard, new one-page preview features: WYSIWYG editors, simplified network selection, new scheduler features: best-times-scheduler, my-times-scheduler, recurring scheduling, multiple accounts per profile (applies to FREE and PREMIUM)
344
 
345
  == Upgrade Notice ==
 
 
346
  = 4.4.0 =
347
  Usability Optimization, auto post imported content, Instagram image post format
348
  = 4.3.3 =
3
  Tags: auto-post, social media share, auto-publish, scheduling, social media post, social url share, social network share, share tweet, share links, share this, sharethis, social tools, admin, api, auto share to, autopost, auto-Posting, auto-schedule, auto-schedule social media posts, automatic social sharing plugin, blog marketing, blog2social, blogger, buffer, crossposting, cross-promotion, cross-promoting, bloglovin, bloglovin auto post, facebook, facebook auto post, facebook pages, google auto post, google plus, google plus pages, instagram, instagram auto post, jetpack, jetpack sharing, linkedin, linkedin auto post, medium, medium auto post, multiposting, path, pinterest, re-post, scheduling, scheduling plugin, social media, social media auto publish, social media automation, social media button, social media manager, social media plugin, social media publishing, social media scheduling, social media scheduling tool, social media sharing, social media tool, social network auto publish, social network icon, social network widget, socialmedia, timing, torial, torial auto post, tumblr, twitter, twitter auto post, xing, xing auto post, xing groups, xing gruppen, xing personal profiles, xing company profiles, xing business pages, xing pages, xing seiten, auto post scheduler, repost, social media management, facebook fan page auto post, facebook profile auto post, social auto post, social autoposting, flickr, flickr auto posting, linkedin, linkedin auto posting, linkedin profile, facebook group, facebook gruppen, reddit, reddit auto posting, reddit auto post
4
  Donate link: http://www.blog2social.com
5
  Requires at least: 4.2.2
6
+ Tested up to: 4.9.1
7
+ Stable tag: 4.4.1
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
291
  9. Adjust the best times to schedule in the best time scheduler.
292
 
293
  == Changelog ==
294
+ = 4.4.1 =
295
+ Adaptation: Twitter to expand 280-character tweets
296
  = 4.4.0 =
297
  Usability Optimization, auto post imported content, Instagram image post format
298
  = 4.3.3 =
345
  Re-engineered Post dashboard, new one-page preview features: WYSIWYG editors, simplified network selection, new scheduler features: best-times-scheduler, my-times-scheduler, recurring scheduling, multiple accounts per profile (applies to FREE and PREMIUM)
346
 
347
  == Upgrade Notice ==
348
+ = 4.4.1 =
349
+ Adaptation: Twitter to expand 280-character tweets
350
  = 4.4.0 =
351
  Usability Optimization, auto post imported content, Instagram image post format
352
  = 4.3.3 =
views/b2s/dashboard.php CHANGED
@@ -32,7 +32,7 @@
32
  </div>-->
33
  <div class="col-md-6 del-padding-left">
34
  <div class="panel panel-default">
35
- <div class="panel-body" style="min-height: 351px;">
36
  <div class="grid-body">
37
  <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/widgets/posts.php'); ?>
38
  </div>
@@ -41,7 +41,7 @@
41
  </div>
42
  <div class="col-md-6 del-padding-left">
43
  <div class="panel panel-default">
44
- <div class="panel-body" style="min-height: 351px;">
45
  <div class="grid-body">
46
  <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/widgets/content.php'); ?>
47
  </div>
@@ -66,10 +66,10 @@
66
  <div class="panel panel-default">
67
  <div class="panel-body">
68
  <h5 class="b2s-dashboard-h5"><?php _e('Couldn\'t find your answer?', 'blog2social') ?></h5>
69
- <a target="_blank" class="btn btn-primary btn-xs" href="<?php echo B2S_Tools::getSupportLink('faq'); ?>">
70
  <span class="glyphicon glyphicon-envelope" aria-hidden="true"></span> <?php _e('Contact Support by Email', 'blog2social') ?>
71
  </a>
72
- <span class="btn btn-success b2s-dashoard-btn-phone hidden-xs btn-xs"><span class="glyphicon glyphicon-earphone" aria-hidden="true"></span> <?php _e('Call us: +49 2181 7569-277', 'blog2social') ?></span>
73
  <br>
74
  <div class="b2s-info-sm hidden-xs"><?php _e('(Call times: from 9:00 a.m. to 5:00 p.m. CET on working days)', 'blog2social') ?></div>
75
  </div>
32
  </div>-->
33
  <div class="col-md-6 del-padding-left">
34
  <div class="panel panel-default">
35
+ <div class="panel-body" style="height: 381px;">
36
  <div class="grid-body">
37
  <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/widgets/posts.php'); ?>
38
  </div>
41
  </div>
42
  <div class="col-md-6 del-padding-left">
43
  <div class="panel panel-default">
44
+ <div class="panel-body" style="height: 381px;">
45
  <div class="grid-body">
46
  <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/widgets/content.php'); ?>
47
  </div>
66
  <div class="panel panel-default">
67
  <div class="panel-body">
68
  <h5 class="b2s-dashboard-h5"><?php _e('Couldn\'t find your answer?', 'blog2social') ?></h5>
69
+ <a target="_blank" class="btn btn-primary" href="<?php echo B2S_Tools::getSupportLink('faq'); ?>">
70
  <span class="glyphicon glyphicon-envelope" aria-hidden="true"></span> <?php _e('Contact Support by Email', 'blog2social') ?>
71
  </a>
72
+ <span class="btn btn-success b2s-dashoard-btn-phone hidden-xs"><span class="glyphicon glyphicon-earphone" aria-hidden="true"></span> <?php _e('Call us: +49 2181 7569-277', 'blog2social') ?></span>
73
  <br>
74
  <div class="b2s-info-sm hidden-xs"><?php _e('(Call times: from 9:00 a.m. to 5:00 p.m. CET on working days)', 'blog2social') ?></div>
75
  </div>
views/b2s/html/service.phtml CHANGED
@@ -1,17 +1,4 @@
1
  <div class="col-md-3 del-padding-left b2s-support-area hidden-xs hidden-sm">
2
- <?php if (isset($_GET['page']) && $_GET['page'] != 'blog2social-ship' && B2S_PLUGIN_USER_VERSION == 0) { ?>
3
- <div class="panel panel-default b2s-header-ads-upgrade hidden-xs hidden-sm">
4
- <div class="panel-body">
5
- <ul>
6
- <li>
7
- <a href="<?php echo B2S_Tools::getSupportLink('affiliate'); ?>" target='_blank'>
8
- <img title="B2S Upgrade" alt="B2S Upgrade" class="img-responsive" src="https://files.blog2social.com/wp/images/<?php echo substr(B2S_LANGUAGE, 0, 2); ?>/upgrade.png">
9
- </a>
10
- </li>
11
- </ul>
12
- </div>
13
- </div>
14
- <?php } ?>
15
  <a target="_blank" href="<?php echo B2S_Tools::getSupportLink('affiliate'); ?>" class="btn btn-success btn-block"><?php _e('Plans & Pricing', 'blog2social') ?></a>
16
  <a target="_blank" href="<?php echo B2S_Tools::getSupportLink('faq'); ?>" class="btn btn-primary btn-block"><?php _e('Support', 'blog2social') ?></a>
17
  <a target="_blank" href="<?php echo B2S_Tools::getSupportLink('howto'); ?>" class="btn btn-success btn-block"><?php _e('How to work with Blog2Social', 'blog2social') ?></a>
1
  <div class="col-md-3 del-padding-left b2s-support-area hidden-xs hidden-sm">
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  <a target="_blank" href="<?php echo B2S_Tools::getSupportLink('affiliate'); ?>" class="btn btn-success btn-block"><?php _e('Plans & Pricing', 'blog2social') ?></a>
3
  <a target="_blank" href="<?php echo B2S_Tools::getSupportLink('faq'); ?>" class="btn btn-primary btn-block"><?php _e('Support', 'blog2social') ?></a>
4
  <a target="_blank" href="<?php echo B2S_Tools::getSupportLink('howto'); ?>" class="btn btn-success btn-block"><?php _e('How to work with Blog2Social', 'blog2social') ?></a>
views/b2s/modal.calendar.php CHANGED
@@ -19,13 +19,13 @@
19
  <input type="hidden" name="b2s_id" value="<?= $item->getB2SId(); ?>">
20
  <input type="hidden" name="sched_details_id" value="<?= $item->getSchedDetailsId(); ?>">
21
  <input type="hidden" id="save_method" name="save_method" value="apply-this" />
22
- <input type="hidden" id="b2sChangeOgMeta" name="change_og_meta" value="0">
23
- <input type="hidden" id="b2sChangeCardMeta" name="change_card_meta" value="0">
24
  <input type="hidden" id="b2sUserTimeZone" name="user_timezone" value="0">
25
-
26
- <?php if($lock_user_id && $lock_user_id != get_current_user_id()){ ?>
27
  <div class="alert alert-danger">
28
- <?= str_replace("%1",esc_html($lock_user->user_login),__('This post is blocked by %1', 'blog2social')); ?>.
29
  </div>
30
  <?php } ?>
31
 
@@ -52,15 +52,15 @@
52
  </ul>
53
  </div>
54
  </div>
55
- <?php if(!$lock_user_id || $lock_user_id == get_current_user_id()){ ?>
56
  <div class="col-xs-12" style="margin-top: 20px;">
57
  <div class="pull-left" style="line-height: 33px">
58
- <span class="b2s-calendar-delete btn btn-danger" data-post-id="<?= $item->getPostId(); ?>" data-b2s-id="<?= $item->getB2SId(); ?>">
59
- <span class="glyphicon glyphicon glyphicon-trash "></span> <?= esc_attr(__("Delete", "blog2social")); ?>
60
  </span>
61
  </div>
62
  <div class="pull-right">
63
- <input class="btn btn-success pull-right b2s-calendar-save-this" type="submit" value="<?= esc_attr(__('Change details', 'blog2social')); ?>" data-post-id="<?= $item->getPostId(); ?>" data-b2s-id="<?= $item->getB2SId(); ?>">
64
  </div>
65
  </div>
66
  <?php } ?>
19
  <input type="hidden" name="b2s_id" value="<?= $item->getB2SId(); ?>">
20
  <input type="hidden" name="sched_details_id" value="<?= $item->getSchedDetailsId(); ?>">
21
  <input type="hidden" id="save_method" name="save_method" value="apply-this" />
22
+ <input type="hidden" class="b2sChangeOgMeta" data-network-auth-id="<?= $item->getNetworkAuthId(); ?>" name="change_og_meta" value="0">
23
+ <input type="hidden" class="b2sChangeCardMeta" data-network-auth-id="<?= $item->getNetworkAuthId(); ?>" name="change_card_meta" value="0">
24
  <input type="hidden" id="b2sUserTimeZone" name="user_timezone" value="0">
25
+
26
+ <?php if ($lock_user_id && $lock_user_id != get_current_user_id()) { ?>
27
  <div class="alert alert-danger">
28
+ <?= str_replace("%1", esc_html($lock_user->user_login), __('This post is blocked by %1', 'blog2social')); ?>.
29
  </div>
30
  <?php } ?>
31
 
52
  </ul>
53
  </div>
54
  </div>
55
+ <?php if (!$lock_user_id || $lock_user_id == get_current_user_id()) { ?>
56
  <div class="col-xs-12" style="margin-top: 20px;">
57
  <div class="pull-left" style="line-height: 33px">
58
+ <span class="b2s-calendar-delete btn btn-danger" data-post-id="<?= $item->getPostId(); ?>" data-b2s-id="<?= $item->getB2SId(); ?>">
59
+ <span class="glyphicon glyphicon glyphicon-trash "></span> <?= esc_attr(__("Delete", "blog2social")); ?>
60
  </span>
61
  </div>
62
  <div class="pull-right">
63
+ <input class="btn btn-success pull-right b2s-calendar-save-this" type="submit" value="<?= esc_attr(__('Change details', 'blog2social')); ?>" data-post-id="<?= $item->getPostId(); ?>" data-b2s-id="<?= $item->getB2SId(); ?>">
64
  </div>
65
  </div>
66
  <?php } ?>
views/b2s/premium.php CHANGED
@@ -1,123 +1,126 @@
1
  <div style="max-width: 1150px;margin: 0 auto;">
2
  <div class="b2s-container">
3
- <div class="col-md-12 del-padding-left del-padding-right">
4
- <div class="panel panel-default">
5
- <div class="panel-body">
6
- <div class="grid-body">
7
- <h2 style="margin-top:0"><?php _e('Your license: Blog2Social', 'blog2social') ?>
8
- <span class="b2s-key-name">
9
- <?php
10
- $versionType = unserialize(B2S_PLUGIN_VERSION_TYPE);
11
- if (defined("B2S_PLUGIN_TRAIL_END") && strtotime(B2S_PLUGIN_TRAIL_END) > time()) {
12
- echo 'FREE-TRIAL (' . $versionType[B2S_PLUGIN_USER_VERSION] . ')';
13
- } else {
14
- echo $versionType[B2S_PLUGIN_USER_VERSION];
15
- }
16
- ?>
17
- </span>
18
- </h2>
19
- <p><?php _e('Upgrade to Blog2Social Premium to schedule your posts for the best time, once or recurringly with the Best Time Scheduler and post to pages, groups and multiple accounts per network.', 'blog2social') ?>
20
- <a target="_blank" class="b2s-btn-link" href="<?php echo B2S_Tools::getSupportLink('feature'); ?>"><?php _e('Learn more', 'blog2social') ?></a></p>
21
- <div class="clearfix"></div>
22
- <br>
23
- <div class="b2s-key-area">
24
- <div class="input-group">
25
- <input class="form-control input-sm b2s-key-area-input" placeholder="<?php _e('Enter license key and change your version', 'blog2social'); ?>" value="" type="text">
26
- <span class="input-group-btn">
27
- <button class="btn btn-success btn-sm b2s-key-area-btn-submit"><?php _e('Activate', 'blog2social'); ?></button>
28
- </span>
 
 
 
29
  </div>
30
  </div>
31
  </div>
32
  </div>
33
  </div>
34
- </div>
35
- <!--Features-->
36
- <div class="hidden-xs">
37
- <br>
38
- <div class="col-md-12 del-padding-left del-padding-right">
39
- <div class="panel panel-default">
40
- <div class="panel-body">
41
- <div class="grid-body">
42
- <div class="col-md-8 del-padding-left del-padding-right col-lg-offset-2">
43
- <div class="row">
44
- <div class="col-xs-2 col-md-3 col-lg-3 col-hide-padding-left">
45
- <div class="thumbnail text-center">
46
- <img class="b2s-feature-img-with-90" src="<?php echo plugins_url('/assets/images/features/networks-choice.png', B2S_PLUGIN_FILE); ?>" alt="Network">
 
 
 
 
47
  </div>
48
- <p>
49
- <strong><?php _e('Social Media Sharing', 'blog2social') ?></strong><br>
50
- <?php _e('Cross-share to all popular social networks', 'blog2social') ?>
51
- </p>
52
- </div>
53
- <div class="col-xs-2 col-md-3 col-lg-3 col-hide-padding-left">
54
- <div class="thumbnail text-center">
55
- <img class="b2s-feature-img-with-90" src="<?php echo plugins_url('/assets/images/features/automation.png', B2S_PLUGIN_FILE); ?>" alt="Auto-Posting">
56
  </div>
57
- <p>
58
- <strong><?php _e('Auto Posting', 'blog2social') ?></strong><br>
59
- <?php _e('Automatically share your posts whenever you publish a new blog post', 'blog2social') ?>
60
- </p>
61
- </div>
62
- <div class="col-xs-2 col-md-3 col-lg-3 col-hide-padding-left">
63
- <div class="thumbnail text-center">
64
- <img class="b2s-feature-img-with-90" src="<?php echo plugins_url('/assets/images/features/advanced-customization.png', B2S_PLUGIN_FILE); ?>" alt="Customization">
65
  </div>
66
- <p>
67
- <strong><?php _e('Customizing Social Media Posts', 'blog2social') ?></strong><br>
68
- <?php _e('Edit or add comments, hashtags or handles. Edit posts in HTML for re-publishing on blogging networks', 'blog2social') ?>
69
- </p>
70
- </div>
71
- <div class="col-xs-2 col-md-3 col-lg-3 col-hide-padding-left">
72
- <div class="thumbnail text-center">
73
- <img class="b2s-feature-img-with-90" src="<?php echo plugins_url('/assets/images/features/best-time-scheduling.png', B2S_PLUGIN_FILE); ?>" alt="Scheduling">
74
  </div>
75
- <p>
76
- <strong><?php _e('Best Time Scheduler', 'blog2social') ?></strong><br>
77
- <?php _e('Choose pre-defined times to post or edit and define your own time settings', 'blog2social') ?>
78
- </p>
79
  </div>
80
- </div>
81
- <div class="row">
82
- <div class="col-xs-2 col-md-3 col-lg-3 col-hide-padding-left">
83
- <div class="thumbnail text-center">
84
- <img class="b2s-feature-img-with-90" src="<?php echo plugins_url('/assets/images/features/advanced-scheduling.png', B2S_PLUGIN_FILE); ?>" alt="Advanced Scheduling">
 
 
 
 
85
  </div>
86
- <p>
87
- <strong><?php _e('Social Media Scheduler', 'blog2social') ?></strong><br>
88
- <?php _e('Social media scheduling: once, repeatedly or recurrently to multiple profiles, pages and groups', 'blog2social') ?>
89
- </p>
90
- </div>
91
- <div class="col-xs-2 col-md-3 col-lg-3 col-hide-padding-left">
92
- <div class="thumbnail text-center">
93
- <img class="b2s-feature-img-with-90" src="<?php echo plugins_url('/assets/images/features/image-select.png', B2S_PLUGIN_FILE); ?>" alt="One-Step Workflow">
94
  </div>
95
- <p>
96
- <strong><?= _e('Individual Images for Each Social Media Post','blog2social'); ?></strong><br>
97
- <?php _e('Select any image from your media gallery for each social media post and channel', 'blog2social') ?>
98
- </p>
99
- </div>
100
- <div class="col-xs-2 col-md-3 col-lg-3 col-hide-padding-left">
101
- <div class="thumbnail text-center">
102
- <img class="b2s-feature-img-with-90" src="<?php echo plugins_url('/assets/images/features/post-types.png', B2S_PLUGIN_FILE); ?>" alt="One-Step Workflow">
103
  </div>
104
- <p>
105
- <strong><?php _e('Select Post Format', 'blog2social') ?></strong><br>
106
- <?php _e('One-page preview editor for all social networks for easy customizing', 'blog2social') ?>
107
- </p>
108
- </div>
109
- <div class="col-xs-2 col-md-3 col-lg-3 col-hide-padding-left">
110
- <div class="thumbnail text-center">
111
- <img class="b2s-feature-img-with-90" src="<?php echo plugins_url('/assets/images/features/reporting.png', B2S_PLUGIN_FILE); ?>" alt="Reporting">
112
  </div>
113
- <p>
114
- <strong><?php _e('Social Media Reporting','blog2social'); ?></strong>
115
- <?php _e('Keep track of your scheduled and shared posts', 'blog2social') ?>
116
- </p>
117
  </div>
118
- </div>
119
- <div class="row" style="text-align: center;margin-top: 15px;margin-bottom: 15px;">
120
- <a class="btn btn-success" href="<?php echo B2S_Tools::getSupportLink('affiliate'); ?>" target="_blank"> <?php _e('Show me plans and prices', 'blog2social') ?></a>
121
  </div>
122
  </div>
123
  </div>
1
  <div style="max-width: 1150px;margin: 0 auto;">
2
  <div class="b2s-container">
3
+ <div class="b2s-inbox">
4
+ <?php require_once (B2S_PLUGIN_DIR . 'views/b2s/html/header.phtml'); ?>
5
+ <div class="col-md-12">
6
+ <div class="panel panel-default">
7
+ <div class="panel-body">
8
+ <div class="grid-body">
9
+ <h2 style="margin-top:0"><?php _e('Your license: Blog2Social', 'blog2social') ?>
10
+ <span class="b2s-key-name">
11
+ <?php
12
+ $versionType = unserialize(B2S_PLUGIN_VERSION_TYPE);
13
+ if (defined("B2S_PLUGIN_TRAIL_END") && strtotime(B2S_PLUGIN_TRAIL_END) > time()) {
14
+ echo 'FREE-TRIAL (' . $versionType[B2S_PLUGIN_USER_VERSION] . ')';
15
+ } else {
16
+ echo $versionType[B2S_PLUGIN_USER_VERSION];
17
+ }
18
+ ?>
19
+ </span>
20
+ </h2>
21
+ <p><?php _e('Upgrade to Blog2Social Premium to schedule your posts for the best time, once or recurringly with the Best Time Scheduler and post to pages, groups and multiple accounts per network.', 'blog2social') ?>
22
+ <a target="_blank" class="b2s-btn-link" href="<?php echo B2S_Tools::getSupportLink('feature'); ?>"><?php _e('Learn more', 'blog2social') ?></a></p>
23
+ <div class="clearfix"></div>
24
+ <br>
25
+ <div class="b2s-key-area">
26
+ <div class="input-group">
27
+ <input class="form-control input-sm b2s-key-area-input" placeholder="<?php _e('Enter license key and change your version', 'blog2social'); ?>" value="" type="text">
28
+ <span class="input-group-btn">
29
+ <button class="btn btn-success btn-sm b2s-key-area-btn-submit"><?php _e('Activate', 'blog2social'); ?></button>
30
+ </span>
31
+ </div>
32
  </div>
33
  </div>
34
  </div>
35
  </div>
36
  </div>
37
+ <!--Features-->
38
+ <div class="hidden-xs">
39
+ <br>
40
+ <div class="col-md-12">
41
+ <div class="panel panel-default">
42
+ <div class="panel-body">
43
+ <div class="grid-body">
44
+ <div class="col-md-8 del-padding-left del-padding-right col-lg-offset-2">
45
+ <div class="row">
46
+ <div class="col-xs-2 col-md-3 col-lg-3 col-hide-padding-left">
47
+ <div class="thumbnail text-center">
48
+ <img class="b2s-feature-img-with-90" src="<?php echo plugins_url('/assets/images/features/networks-choice.png', B2S_PLUGIN_FILE); ?>" alt="Network">
49
+ </div>
50
+ <p>
51
+ <strong><?php _e('Social Media Sharing', 'blog2social') ?></strong><br>
52
+ <?php _e('Cross-share to all popular social networks', 'blog2social') ?>
53
+ </p>
54
  </div>
55
+ <div class="col-xs-2 col-md-3 col-lg-3 col-hide-padding-left">
56
+ <div class="thumbnail text-center">
57
+ <img class="b2s-feature-img-with-90" src="<?php echo plugins_url('/assets/images/features/automation.png', B2S_PLUGIN_FILE); ?>" alt="Auto-Posting">
58
+ </div>
59
+ <p>
60
+ <strong><?php _e('Auto Posting', 'blog2social') ?></strong><br>
61
+ <?php _e('Automatically share your posts whenever you publish a new blog post', 'blog2social') ?>
62
+ </p>
63
  </div>
64
+ <div class="col-xs-2 col-md-3 col-lg-3 col-hide-padding-left">
65
+ <div class="thumbnail text-center">
66
+ <img class="b2s-feature-img-with-90" src="<?php echo plugins_url('/assets/images/features/advanced-customization.png', B2S_PLUGIN_FILE); ?>" alt="Customization">
67
+ </div>
68
+ <p>
69
+ <strong><?php _e('Customizing Social Media Posts', 'blog2social') ?></strong><br>
70
+ <?php _e('Edit or add comments, hashtags or handles. Edit posts in HTML for re-publishing on blogging networks', 'blog2social') ?>
71
+ </p>
72
  </div>
73
+ <div class="col-xs-2 col-md-3 col-lg-3 col-hide-padding-left">
74
+ <div class="thumbnail text-center">
75
+ <img class="b2s-feature-img-with-90" src="<?php echo plugins_url('/assets/images/features/best-time-scheduling.png', B2S_PLUGIN_FILE); ?>" alt="Scheduling">
76
+ </div>
77
+ <p>
78
+ <strong><?php _e('Best Time Scheduler', 'blog2social') ?></strong><br>
79
+ <?php _e('Choose pre-defined times to post or edit and define your own time settings', 'blog2social') ?>
80
+ </p>
81
  </div>
 
 
 
 
82
  </div>
83
+ <div class="row">
84
+ <div class="col-xs-2 col-md-3 col-lg-3 col-hide-padding-left">
85
+ <div class="thumbnail text-center">
86
+ <img class="b2s-feature-img-with-90" src="<?php echo plugins_url('/assets/images/features/advanced-scheduling.png', B2S_PLUGIN_FILE); ?>" alt="Advanced Scheduling">
87
+ </div>
88
+ <p>
89
+ <strong><?php _e('Social Media Scheduler', 'blog2social') ?></strong><br>
90
+ <?php _e('Social media scheduling: once, repeatedly or recurrently to multiple profiles, pages and groups', 'blog2social') ?>
91
+ </p>
92
  </div>
93
+ <div class="col-xs-2 col-md-3 col-lg-3 col-hide-padding-left">
94
+ <div class="thumbnail text-center">
95
+ <img class="b2s-feature-img-with-90" src="<?php echo plugins_url('/assets/images/features/image-select.png', B2S_PLUGIN_FILE); ?>" alt="One-Step Workflow">
96
+ </div>
97
+ <p>
98
+ <strong><?= _e('Individual Images for Each Social Media Post', 'blog2social'); ?></strong><br>
99
+ <?php _e('Select any image from your media gallery for each social media post and channel', 'blog2social') ?>
100
+ </p>
101
  </div>
102
+ <div class="col-xs-2 col-md-3 col-lg-3 col-hide-padding-left">
103
+ <div class="thumbnail text-center">
104
+ <img class="b2s-feature-img-with-90" src="<?php echo plugins_url('/assets/images/features/post-types.png', B2S_PLUGIN_FILE); ?>" alt="One-Step Workflow">
105
+ </div>
106
+ <p>
107
+ <strong><?php _e('Select Post Format', 'blog2social') ?></strong><br>
108
+ <?php _e('One-page preview editor for all social networks for easy customizing', 'blog2social') ?>
109
+ </p>
110
  </div>
111
+ <div class="col-xs-2 col-md-3 col-lg-3 col-hide-padding-left">
112
+ <div class="thumbnail text-center">
113
+ <img class="b2s-feature-img-with-90" src="<?php echo plugins_url('/assets/images/features/reporting.png', B2S_PLUGIN_FILE); ?>" alt="Reporting">
114
+ </div>
115
+ <p>
116
+ <strong><?php _e('Social Media Reporting', 'blog2social'); ?></strong>
117
+ <?php _e('Keep track of your scheduled and shared posts', 'blog2social') ?>
118
+ </p>
119
  </div>
 
 
 
 
120
  </div>
121
+ <div class="row" style="text-align: center;margin-top: 15px;margin-bottom: 15px;">
122
+ <a class="btn btn-success" href="<?php echo B2S_Tools::getSupportLink('affiliate'); ?>" target="_blank"> <?php _e('Show me plans and prices', 'blog2social') ?></a>
123
+ </div>
124
  </div>
125
  </div>
126
  </div>
views/b2s/widgets/newsletter.php CHANGED
@@ -7,7 +7,7 @@ $updateMail = get_option('B2S_UPDATE_MAIL_' . B2S_PLUGIN_BLOG_USER_ID);
7
  <div class="form-group">
8
  <input id="b2s-mail-update-input" class="form-control" name="b2sMailUpdate" value="<?php echo $wpUserData->user_email; ?>" placeholder="E-Mail" type="text">
9
  <input type="hidden" id="user_lang" value="<?php echo substr(B2S_LANGUAGE, 0, 2) ?>">
10
- <a class="btn btn-success b2s-mail-btn btn-lg" href="#"><?php _e('Get updates', 'blog2social') ?></a>
11
  </div>
12
  <div class="b2s-info-sm hidden-xs"><?php _e('We hate spam, too. We will never sell your email address to any other company or for any other purpose.', 'blog2social') ?></div>
13
  </div>
7
  <div class="form-group">
8
  <input id="b2s-mail-update-input" class="form-control" name="b2sMailUpdate" value="<?php echo $wpUserData->user_email; ?>" placeholder="E-Mail" type="text">
9
  <input type="hidden" id="user_lang" value="<?php echo substr(B2S_LANGUAGE, 0, 2) ?>">
10
+ <a class="btn btn-success b2s-mail-btn" href="#"><?php _e('Get updates', 'blog2social') ?></a>
11
  </div>
12
  <div class="b2s-info-sm hidden-xs"><?php _e('We hate spam, too. We will never sell your email address to any other company or for any other purpose.', 'blog2social') ?></div>
13
  </div>
views/b2s/widgets/posts.php CHANGED
@@ -16,8 +16,8 @@ $b2sShowByDate = isset($_GET['b2sShowByDate']) ? trim($_GET['b2sShowByDate']) :
16
  ?>
17
  <!--Navbar Start-->
18
  <div class="col-md-12 pull-left b2s-post-menu del-padding-left">
19
- <a class="btn btn-link b2s-post-btn" href="#" onclick="jQuery('#b2sType').val('all');b2sSortFormSubmit()"><?php _e('Latest Posts','blog2social') ?></a>
20
- <a class="btn btn-link b2s-post-btn <?php echo $isPremiumInfo; ?>"
21
  <?php if(B2S_PLUGIN_USER_VERSION == 0){ ?>
22
  <?php if(defined('B2S_PLUGIN_TRAIL_END') && B2S_PLUGIN_TRAIL_END){ ?>
23
  href="<?php echo B2S_Tools::getSupportLink('affiliate'); ?>" target="_blank"
16
  ?>
17
  <!--Navbar Start-->
18
  <div class="col-md-12 pull-left b2s-post-menu del-padding-left">
19
+ <a class="btn btn-primary b2s-post-btn b2s-post-all" href="#" onclick="jQuery('#b2sType').val('all');b2sSortFormSubmit()"><?php _e('Latest Posts','blog2social') ?></a>
20
+ <a class="btn btn-link b2s-post-btn b2s-post-sched <?php echo $isPremiumInfo; ?>"
21
  <?php if(B2S_PLUGIN_USER_VERSION == 0){ ?>
22
  <?php if(defined('B2S_PLUGIN_TRAIL_END') && B2S_PLUGIN_TRAIL_END){ ?>
23
  href="<?php echo B2S_Tools::getSupportLink('affiliate'); ?>" target="_blank"
views/b2s/widgets/support.php CHANGED
@@ -6,5 +6,5 @@
6
  <div class="clearfix"></div>
7
  </div>
8
  <div class="b2s-faq-content"></div>
9
- <a id="b2s-faq-button" target="_blank" class="btn btn-primary btn-lg" href="<?php echo B2S_Tools::getSupportLink('faq'); ?>"><?php _e('more FAQ', 'blog2social') ?></a>
10
  </div>
6
  <div class="clearfix"></div>
7
  </div>
8
  <div class="b2s-faq-content"></div>
9
+ <a id="b2s-faq-button" target="_blank" class="btn btn-primary" href="<?php echo B2S_Tools::getSupportLink('faq'); ?>"><?php _e('more FAQ', 'blog2social') ?></a>
10
  </div>
views/b2s/widgets/tutorial.php CHANGED
@@ -1,4 +1,4 @@
1
  <h5 class="b2s-dashboard-h5"><?php _e('How to work with Blog2Social', 'blog2social') ?></h5>
2
  <p><?php _e('Learn how to get the most out of Blog2Social to promote your blog on social media.', 'blog2social') ?>
3
  </p>
4
- <a id="b2s_tutorial_link" class="btn btn-primary btn-lg" href="<?php echo admin_url('/admin.php?page=blog2social-howto'); ?>"><?php _e('How to & FAQ', 'blog2social') ?></a>
1
  <h5 class="b2s-dashboard-h5"><?php _e('How to work with Blog2Social', 'blog2social') ?></h5>
2
  <p><?php _e('Learn how to get the most out of Blog2Social to promote your blog on social media.', 'blog2social') ?>
3
  </p>
4
+ <a id="b2s_tutorial_link" class="btn btn-primary" href="<?php echo admin_url('/admin.php?page=blog2social-howto'); ?>"><?php _e('How to & FAQ', 'blog2social') ?></a>