Fix social icons URLs [MAILPOET-1572]
This commit is contained in:
@@ -1459,7 +1459,7 @@ class ClearNews {
|
||||
'type' => 'socialIcon',
|
||||
'iconType' => 'facebook',
|
||||
'link' => 'http://www.facebook.com',
|
||||
'image' => 'http://1and101.apps-1and1.net/wp-content/plugins/mailpoet/assets/img/newsletter_editor/social-icons/03-circles/Facebook.png?mailpoet_version=3.15.0',
|
||||
'image' => $this->social_icon_url.'/03-circles/Facebook.png',
|
||||
'height' => '32px',
|
||||
'width' => '32px',
|
||||
'text' => 'Facebook',
|
||||
@@ -1469,7 +1469,7 @@ class ClearNews {
|
||||
'type' => 'socialIcon',
|
||||
'iconType' => 'twitter',
|
||||
'link' => 'http://www.twitter.com',
|
||||
'image' => 'http://1and101.apps-1and1.net/wp-content/plugins/mailpoet/assets/img/newsletter_editor/social-icons/03-circles/Twitter.png?mailpoet_version=3.15.0',
|
||||
'image' => $this->social_icon_url.'/03-circles/Twitter.png',
|
||||
'height' => '32px',
|
||||
'width' => '32px',
|
||||
'text' => 'Twitter',
|
||||
@@ -1479,7 +1479,7 @@ class ClearNews {
|
||||
'type' => 'socialIcon',
|
||||
'iconType' => 'youtube',
|
||||
'link' => 'http://www.youtube.com',
|
||||
'image' => 'http://1and101.apps-1and1.net/wp-content/plugins/mailpoet/assets/img/newsletter_editor/social-icons/03-circles/Youtube.png?mailpoet_version=3.15.0',
|
||||
'image' => $this->social_icon_url.'/03-circles/Youtube.png',
|
||||
'height' => '32px',
|
||||
'width' => '32px',
|
||||
'text' => 'Youtube',
|
||||
|
Reference in New Issue
Block a user