Fix templates data to use proper images and social icons URLs
[MAILPOET-1558]
This commit is contained in:
@ -498,7 +498,7 @@ class Charity {
|
||||
array (
|
||||
'type' => 'image',
|
||||
'link' => '',
|
||||
'src' => 'http://mailpoet.info/wp-content/uploads/2017/08/Charity-Child.png',
|
||||
'src' => $this->template_image_url . '/Charity-Child.png',
|
||||
'alt' => 'Charity-Child',
|
||||
'fullWidth' => false,
|
||||
'width' => '200px',
|
||||
@ -582,7 +582,7 @@ class Charity {
|
||||
array (
|
||||
'type' => 'image',
|
||||
'link' => '',
|
||||
'src' => 'http://mailpoet.info/wp-content/uploads/2017/08/Charity-Video.jpg',
|
||||
'src' => $this->template_image_url . '/Charity-Video.jpg',
|
||||
'alt' => 'Charity-Video',
|
||||
'fullWidth' => false,
|
||||
'width' => '1280px',
|
||||
@ -651,7 +651,7 @@ class Charity {
|
||||
array (
|
||||
'type' => 'image',
|
||||
'link' => '',
|
||||
'src' => 'http://mailpoet.info/wp-content/uploads/2017/08/Charity-Logo-Small.png',
|
||||
'src' => $this->template_image_url . '/Charity-Logo-Small.png',
|
||||
'alt' => 'Charity-Logo-Small',
|
||||
'fullWidth' => false,
|
||||
'width' => '407px',
|
||||
|
@ -155,7 +155,7 @@ class ModularStyleStories {
|
||||
array (
|
||||
'type' => 'image',
|
||||
'link' => '',
|
||||
'src' => 'http://mailpoet.info/wp-content/uploads/2017/08/Modular-Logo.png',
|
||||
'src' => $this->template_image_url . '/Modular-Logo.png',
|
||||
'alt' => 'Modular-Logo',
|
||||
'fullWidth' => false,
|
||||
'width' => '271px',
|
||||
@ -212,7 +212,7 @@ class ModularStyleStories {
|
||||
'type' => 'socialIcon',
|
||||
'iconType' => 'facebook',
|
||||
'link' => 'http://www.facebook.com',
|
||||
'image' => 'http://mailpoet.info/wp-content/plugins/mailpoet/assets/img/newsletter_editor/social-icons/06-full-symbol-color/Facebook.png?mailpoet_version=3.0.0-rc.2.0.0',
|
||||
'image' => $this->social_icon_url . '/06-full-symbol-color/Facebook.png?mailpoet_version=3.0.0-rc.2.0.0',
|
||||
'height' => '32px',
|
||||
'width' => '32px',
|
||||
'text' => 'Facebook',
|
||||
@ -222,7 +222,7 @@ class ModularStyleStories {
|
||||
'type' => 'socialIcon',
|
||||
'iconType' => 'twitter',
|
||||
'link' => 'http://www.twitter.com',
|
||||
'image' => 'http://mailpoet.info/wp-content/plugins/mailpoet/assets/img/newsletter_editor/social-icons/06-full-symbol-color/Twitter.png?mailpoet_version=3.0.0-rc.2.0.0',
|
||||
'image' => $this->social_icon_url . '/06-full-symbol-color/Twitter.png?mailpoet_version=3.0.0-rc.2.0.0',
|
||||
'height' => '32px',
|
||||
'width' => '32px',
|
||||
'text' => 'Twitter',
|
||||
@ -232,7 +232,7 @@ class ModularStyleStories {
|
||||
'type' => 'socialIcon',
|
||||
'iconType' => 'instagram',
|
||||
'link' => 'http://instagram.com',
|
||||
'image' => 'http://mailpoet.info/wp-content/plugins/mailpoet/assets/img/newsletter_editor/social-icons/06-full-symbol-color/Instagram.png?mailpoet_version=3.0.0-rc.2.0.0',
|
||||
'image' => $this->social_icon_url . '/06-full-symbol-color/Instagram.png?mailpoet_version=3.0.0-rc.2.0.0',
|
||||
'height' => '32px',
|
||||
'width' => '32px',
|
||||
'text' => 'Instagram',
|
||||
@ -242,7 +242,7 @@ class ModularStyleStories {
|
||||
'type' => 'socialIcon',
|
||||
'iconType' => 'pinterest',
|
||||
'link' => 'http://www.pinterest.com',
|
||||
'image' => 'http://mailpoet.info/wp-content/plugins/mailpoet/assets/img/newsletter_editor/social-icons/06-full-symbol-color/Pinterest.png?mailpoet_version=3.0.0-rc.2.0.0',
|
||||
'image' => $this->social_icon_url . '/06-full-symbol-color/Pinterest.png?mailpoet_version=3.0.0-rc.2.0.0',
|
||||
'height' => '32px',
|
||||
'width' => '32px',
|
||||
'text' => 'Pinterest',
|
||||
@ -471,7 +471,7 @@ class ModularStyleStories {
|
||||
array (
|
||||
'type' => 'image',
|
||||
'link' => 'http://mailpoet.info/ladybirds-transparent-shell-reveals-how-it-folds-its-wings/',
|
||||
'src' => 'http://mailpoet.info/wp-content/uploads/2017/05/gettyimages-578313682-800x533.jpg',
|
||||
'src' => $this->template_image_url . '/gettyimages-578313682-800x533.jpg',
|
||||
'alt' => 'Ladybird’s transparent shell reveals how it folds its wings',
|
||||
'fullWidth' => false,
|
||||
'width' => 660,
|
||||
@ -539,7 +539,7 @@ class ModularStyleStories {
|
||||
array (
|
||||
'type' => 'image',
|
||||
'link' => 'http://mailpoet.info/plasma-jet-engines-that-could-take-you-from-the-ground-to-space/',
|
||||
'src' => 'http://mailpoet.info/wp-content/uploads/2017/05/plasma-stingray111-800x533.jpg',
|
||||
'src' => $this->template_image_url . '/plasma-stingray111-800x533.jpg',
|
||||
'alt' => 'Plasma jet engines that could take you from the ground to space',
|
||||
'fullWidth' => false,
|
||||
'width' => 660,
|
||||
@ -682,7 +682,7 @@ class ModularStyleStories {
|
||||
array (
|
||||
'type' => 'image',
|
||||
'link' => 'http://mailpoet.info/cutting-through-the-smog-what-to-do-to-fight-air-pollution/',
|
||||
'src' => 'http://mailpoet.info/wp-content/uploads/2017/05/5_what_to_do_p352m1141746-800x533.jpg',
|
||||
'src' => $this->template_image_url . '/5_what_to_do_p352m1141746-800x533.jpg',
|
||||
'alt' => 'Cutting through the smog: What to do to fight air pollution',
|
||||
'fullWidth' => false,
|
||||
'width' => 660,
|
||||
@ -749,7 +749,7 @@ class ModularStyleStories {
|
||||
array (
|
||||
'type' => 'image',
|
||||
'link' => 'http://mailpoet.info/ladybirds-transparent-shell-reveals-how-it-folds-its-wings/',
|
||||
'src' => 'http://mailpoet.info/wp-content/uploads/2017/05/gettyimages-578313682-800x533.jpg',
|
||||
'src' => $this->template_image_url . '/gettyimages-578313682-800x533.jpg',
|
||||
'alt' => 'Ladybird’s transparent shell reveals how it folds its wings',
|
||||
'fullWidth' => false,
|
||||
'width' => 660,
|
||||
@ -816,7 +816,7 @@ class ModularStyleStories {
|
||||
array (
|
||||
'type' => 'image',
|
||||
'link' => 'http://mailpoet.info/plasma-jet-engines-that-could-take-you-from-the-ground-to-space/',
|
||||
'src' => 'http://mailpoet.info/wp-content/uploads/2017/05/plasma-stingray111-800x533.jpg',
|
||||
'src' => $this->template_image_url . '/plasma-stingray111-800x533.jpg',
|
||||
'alt' => 'Plasma jet engines that could take you from the ground to space',
|
||||
'fullWidth' => false,
|
||||
'width' => 660,
|
||||
@ -977,7 +977,7 @@ class ModularStyleStories {
|
||||
'type' => 'socialIcon',
|
||||
'iconType' => 'facebook',
|
||||
'link' => 'http://www.facebook.com',
|
||||
'image' => 'http://mailpoet.info/wp-content/plugins/mailpoet/assets/img/newsletter_editor/social-icons/08-full-symbol-grey/Facebook.png?mailpoet_version=3.0.0-rc.2.0.0',
|
||||
'image' => $this->social_icon_url . '/08-full-symbol-grey/Facebook.png?mailpoet_version=3.0.0-rc.2.0.0',
|
||||
'height' => '32px',
|
||||
'width' => '32px',
|
||||
'text' => 'Facebook',
|
||||
@ -987,7 +987,7 @@ class ModularStyleStories {
|
||||
'type' => 'socialIcon',
|
||||
'iconType' => 'twitter',
|
||||
'link' => 'http://www.twitter.com',
|
||||
'image' => 'http://mailpoet.info/wp-content/plugins/mailpoet/assets/img/newsletter_editor/social-icons/08-full-symbol-grey/Twitter.png?mailpoet_version=3.0.0-rc.2.0.0',
|
||||
'image' => $this->social_icon_url . '/08-full-symbol-grey/Twitter.png?mailpoet_version=3.0.0-rc.2.0.0',
|
||||
'height' => '32px',
|
||||
'width' => '32px',
|
||||
'text' => 'Twitter',
|
||||
@ -997,7 +997,7 @@ class ModularStyleStories {
|
||||
'type' => 'socialIcon',
|
||||
'iconType' => 'website',
|
||||
'link' => '',
|
||||
'image' => 'http://mailpoet.info/wp-content/plugins/mailpoet/assets/img/newsletter_editor/social-icons/08-full-symbol-grey/Website.png?mailpoet_version=3.0.0-rc.2.0.0',
|
||||
'image' => $this->social_icon_url . '/08-full-symbol-grey/Website.png?mailpoet_version=3.0.0-rc.2.0.0',
|
||||
'height' => '32px',
|
||||
'width' => '32px',
|
||||
'text' => 'Website',
|
||||
@ -1007,7 +1007,7 @@ class ModularStyleStories {
|
||||
'type' => 'socialIcon',
|
||||
'iconType' => 'instagram',
|
||||
'link' => 'http://instagram.com',
|
||||
'image' => 'http://mailpoet.info/wp-content/plugins/mailpoet/assets/img/newsletter_editor/social-icons/08-full-symbol-grey/Instagram.png?mailpoet_version=3.0.0-rc.2.0.0',
|
||||
'image' => $this->social_icon_url . '/08-full-symbol-grey/Instagram.png?mailpoet_version=3.0.0-rc.2.0.0',
|
||||
'height' => '32px',
|
||||
'width' => '32px',
|
||||
'text' => 'Instagram',
|
||||
@ -1386,7 +1386,7 @@ class ModularStyleStories {
|
||||
'type' => 'socialIcon',
|
||||
'iconType' => 'facebook',
|
||||
'link' => 'http://www.facebook.com',
|
||||
'image' => 'https://mailpoet.info/wp-content/plugins/mailpoet/assets/img/newsletter_editor/social-icons/01-social/Facebook.png?mailpoet_version=3.7.1',
|
||||
'image' => $this->social_icon_url . '/01-social/Facebook.png?mailpoet_version=3.7.1',
|
||||
'height' => '32px',
|
||||
'width' => '32px',
|
||||
'text' => 'Facebook',
|
||||
@ -1396,7 +1396,7 @@ class ModularStyleStories {
|
||||
'type' => 'socialIcon',
|
||||
'iconType' => 'twitter',
|
||||
'link' => 'http://www.twitter.com',
|
||||
'image' => 'https://mailpoet.info/wp-content/plugins/mailpoet/assets/img/newsletter_editor/social-icons/01-social/Twitter.png?mailpoet_version=3.7.1',
|
||||
'image' => $this->social_icon_url . '/01-social/Twitter.png?mailpoet_version=3.7.1',
|
||||
'height' => '32px',
|
||||
'width' => '32px',
|
||||
'text' => 'Twitter',
|
||||
|
@ -143,7 +143,7 @@ class NotSoMedium {
|
||||
array (
|
||||
'type' => 'image',
|
||||
'link' => '',
|
||||
'src' => 'http://mailpoet.info/wp-content/uploads/2017/08/Not-So-Medium-Logo.png',
|
||||
'src' => $this->template_image_url . '/Not-So-Medium-Logo.png',
|
||||
'alt' => 'Not-So-Medium-Logo',
|
||||
'fullWidth' => false,
|
||||
'width' => '210px',
|
||||
@ -233,7 +233,7 @@ class NotSoMedium {
|
||||
'type' => 'socialIcon',
|
||||
'iconType' => 'facebook',
|
||||
'link' => 'http://www.facebook.com',
|
||||
'image' => 'http://mailpoet.info/wp-content/plugins/mailpoet/assets/img/newsletter_editor/social-icons/07-full-symbol-black/Facebook.png?mailpoet_version=3.0.0-rc.2.0.0',
|
||||
'image' => $this->social_icon_url . '/07-full-symbol-black/Facebook.png?mailpoet_version=3.0.0-rc.2.0.0',
|
||||
'height' => '32px',
|
||||
'width' => '32px',
|
||||
'text' => 'Facebook',
|
||||
@ -243,7 +243,7 @@ class NotSoMedium {
|
||||
'type' => 'socialIcon',
|
||||
'iconType' => 'twitter',
|
||||
'link' => 'http://www.twitter.com',
|
||||
'image' => 'http://mailpoet.info/wp-content/plugins/mailpoet/assets/img/newsletter_editor/social-icons/07-full-symbol-black/Twitter.png?mailpoet_version=3.0.0-rc.2.0.0',
|
||||
'image' => $this->social_icon_url . '/07-full-symbol-black/Twitter.png?mailpoet_version=3.0.0-rc.2.0.0',
|
||||
'height' => '32px',
|
||||
'width' => '32px',
|
||||
'text' => 'Twitter',
|
||||
@ -253,7 +253,7 @@ class NotSoMedium {
|
||||
'type' => 'socialIcon',
|
||||
'iconType' => 'website',
|
||||
'link' => '',
|
||||
'image' => 'http://mailpoet.info/wp-content/plugins/mailpoet/assets/img/newsletter_editor/social-icons/07-full-symbol-black/Website.png?mailpoet_version=3.0.0-rc.2.0.0',
|
||||
'image' => $this->social_icon_url . '/07-full-symbol-black/Website.png?mailpoet_version=3.0.0-rc.2.0.0',
|
||||
'height' => '32px',
|
||||
'width' => '32px',
|
||||
'text' => 'Website',
|
||||
@ -483,7 +483,7 @@ class NotSoMedium {
|
||||
'type' => 'socialIcon',
|
||||
'iconType' => 'facebook',
|
||||
'link' => 'http://www.facebook.com',
|
||||
'image' => 'http://mailpoet.info/wp-content/plugins/mailpoet/assets/img/newsletter_editor/social-icons/03-circles/Facebook.png?mailpoet_version=3.0.0-rc.2.0.0',
|
||||
'image' => $this->social_icon_url . '/03-circles/Facebook.png?mailpoet_version=3.0.0-rc.2.0.0',
|
||||
'height' => '32px',
|
||||
'width' => '32px',
|
||||
'text' => 'Facebook',
|
||||
@ -493,7 +493,7 @@ class NotSoMedium {
|
||||
'type' => 'socialIcon',
|
||||
'iconType' => 'twitter',
|
||||
'link' => 'http://www.twitter.com',
|
||||
'image' => 'http://mailpoet.info/wp-content/plugins/mailpoet/assets/img/newsletter_editor/social-icons/03-circles/Twitter.png?mailpoet_version=3.0.0-rc.2.0.0',
|
||||
'image' => $this->social_icon_url . '/03-circles/Twitter.png?mailpoet_version=3.0.0-rc.2.0.0',
|
||||
'height' => '32px',
|
||||
'width' => '32px',
|
||||
'text' => 'Twitter',
|
||||
@ -503,7 +503,7 @@ class NotSoMedium {
|
||||
'type' => 'socialIcon',
|
||||
'iconType' => 'google-plus',
|
||||
'link' => 'http://plus.google.com',
|
||||
'image' => 'http://mailpoet.info/wp-content/plugins/mailpoet/assets/img/newsletter_editor/social-icons/03-circles/Google-Plus.png?mailpoet_version=3.0.0-rc.2.0.0',
|
||||
'image' => $this->social_icon_url . '/03-circles/Google-Plus.png?mailpoet_version=3.0.0-rc.2.0.0',
|
||||
'height' => '32px',
|
||||
'width' => '32px',
|
||||
'text' => 'Google Plus',
|
||||
@ -513,7 +513,7 @@ class NotSoMedium {
|
||||
'type' => 'socialIcon',
|
||||
'iconType' => 'linkedin',
|
||||
'link' => 'http://www.linkedin.com',
|
||||
'image' => 'http://mailpoet.info/wp-content/plugins/mailpoet/assets/img/newsletter_editor/social-icons/03-circles/LinkedIn.png?mailpoet_version=3.0.0-rc.2.0.0',
|
||||
'image' => $this->social_icon_url . '/03-circles/LinkedIn.png?mailpoet_version=3.0.0-rc.2.0.0',
|
||||
'height' => '32px',
|
||||
'width' => '32px',
|
||||
'text' => 'LinkedIn',
|
||||
@ -523,7 +523,7 @@ class NotSoMedium {
|
||||
'type' => 'socialIcon',
|
||||
'iconType' => 'email',
|
||||
'link' => '',
|
||||
'image' => 'http://mailpoet.info/wp-content/plugins/mailpoet/assets/img/newsletter_editor/social-icons/03-circles/Email.png?mailpoet_version=3.0.0-rc.2.0.0',
|
||||
'image' => $this->social_icon_url . '/03-circles/Email.png?mailpoet_version=3.0.0-rc.2.0.0',
|
||||
'height' => '32px',
|
||||
'width' => '32px',
|
||||
'text' => 'Email',
|
||||
@ -950,7 +950,7 @@ class NotSoMedium {
|
||||
'type' => 'socialIcon',
|
||||
'iconType' => 'facebook',
|
||||
'link' => 'http://www.facebook.com',
|
||||
'image' => 'http://mailpoet.info/wp-content/plugins/mailpoet/assets/img/newsletter_editor/social-icons/01-social/Facebook.png?mailpoet_version=3.9.1',
|
||||
'image' => $this->social_icon_url . '/01-social/Facebook.png?mailpoet_version=3.9.1',
|
||||
'height' => '32px',
|
||||
'width' => '32px',
|
||||
'text' => 'Facebook',
|
||||
@ -960,7 +960,7 @@ class NotSoMedium {
|
||||
'type' => 'socialIcon',
|
||||
'iconType' => 'twitter',
|
||||
'link' => 'http://www.twitter.com',
|
||||
'image' => 'http://mailpoet.info/wp-content/plugins/mailpoet/assets/img/newsletter_editor/social-icons/01-social/Twitter.png?mailpoet_version=3.9.1',
|
||||
'image' => $this->social_icon_url . '/01-social/Twitter.png?mailpoet_version=3.9.1',
|
||||
'height' => '32px',
|
||||
'width' => '32px',
|
||||
'text' => 'Twitter',
|
||||
|
@ -138,7 +138,7 @@ class RssSimpleNews {
|
||||
array (
|
||||
'type' => 'image',
|
||||
'link' => '',
|
||||
'src' => 'http://mailpoet.info/wp-content/uploads/2017/08/RSS-Logo-2.png',
|
||||
'src' => $this->template_image_url . '/RSS-Logo-2.png',
|
||||
'alt' => 'RSS-Logo-2',
|
||||
'fullWidth' => true,
|
||||
'width' => '210px',
|
||||
@ -226,7 +226,7 @@ class RssSimpleNews {
|
||||
'type' => 'socialIcon',
|
||||
'iconType' => 'facebook',
|
||||
'link' => 'http://www.facebook.com',
|
||||
'image' => 'http://mailpoet.info/wp-content/plugins/mailpoet/assets/img/newsletter_editor/social-icons/06-full-symbol-color/Facebook.png?mailpoet_version=3.0.0-rc.2.0.0',
|
||||
'image' => $this->social_icon_url . '/06-full-symbol-color/Facebook.png?mailpoet_version=3.0.0-rc.2.0.0',
|
||||
'height' => '32px',
|
||||
'width' => '32px',
|
||||
'text' => 'Facebook',
|
||||
@ -236,7 +236,7 @@ class RssSimpleNews {
|
||||
'type' => 'socialIcon',
|
||||
'iconType' => 'twitter',
|
||||
'link' => 'http://www.twitter.com',
|
||||
'image' => 'http://mailpoet.info/wp-content/plugins/mailpoet/assets/img/newsletter_editor/social-icons/06-full-symbol-color/Twitter.png?mailpoet_version=3.0.0-rc.2.0.0',
|
||||
'image' => $this->social_icon_url . '/06-full-symbol-color/Twitter.png?mailpoet_version=3.0.0-rc.2.0.0',
|
||||
'height' => '32px',
|
||||
'width' => '32px',
|
||||
'text' => 'Twitter',
|
||||
@ -246,7 +246,7 @@ class RssSimpleNews {
|
||||
'type' => 'socialIcon',
|
||||
'iconType' => 'website',
|
||||
'link' => '',
|
||||
'image' => 'http://mailpoet.info/wp-content/plugins/mailpoet/assets/img/newsletter_editor/social-icons/06-full-symbol-color/Website.png?mailpoet_version=3.0.0-rc.2.0.0',
|
||||
'image' => $this->social_icon_url . '/06-full-symbol-color/Website.png?mailpoet_version=3.0.0-rc.2.0.0',
|
||||
'height' => '32px',
|
||||
'width' => '32px',
|
||||
'text' => 'Website',
|
||||
@ -778,7 +778,7 @@ class RssSimpleNews {
|
||||
'type' => 'socialIcon',
|
||||
'iconType' => 'facebook',
|
||||
'link' => 'http://www.facebook.com',
|
||||
'image' => 'https://mailpoet.info/wp-content/plugins/mailpoet/assets/img/newsletter_editor/social-icons/01-social/Facebook.png?mailpoet_version=3.7.1',
|
||||
'image' => $this->social_icon_url . '/01-social/Facebook.png?mailpoet_version=3.7.1',
|
||||
'height' => '32px',
|
||||
'width' => '32px',
|
||||
'text' => 'Facebook',
|
||||
@ -788,7 +788,7 @@ class RssSimpleNews {
|
||||
'type' => 'socialIcon',
|
||||
'iconType' => 'twitter',
|
||||
'link' => 'http://www.twitter.com',
|
||||
'image' => 'https://mailpoet.info/wp-content/plugins/mailpoet/assets/img/newsletter_editor/social-icons/01-social/Twitter.png?mailpoet_version=3.7.1',
|
||||
'image' => $this->social_icon_url . '/01-social/Twitter.png?mailpoet_version=3.7.1',
|
||||
'height' => '32px',
|
||||
'width' => '32px',
|
||||
'text' => 'Twitter',
|
||||
|
@ -82,7 +82,7 @@ class ScienceWeekly {
|
||||
array (
|
||||
'type' => 'image',
|
||||
'link' => '',
|
||||
'src' => 'https://ps.w.org/mailpoet/assets/newsletter-templates/science_weekly/Science-Logo.png',
|
||||
'src' => $this->template_image_url . '/Science-Logo.png',
|
||||
'alt' => 'Science-Logo',
|
||||
'fullWidth' => true,
|
||||
'width' => '1280px',
|
||||
@ -99,7 +99,7 @@ class ScienceWeekly {
|
||||
array (
|
||||
'type' => 'image',
|
||||
'link' => '',
|
||||
'src' => 'https://ps.w.org/mailpoet/assets/newsletter-templates/science_weekly/Health-Mag-Title-22.png',
|
||||
'src' => $this->template_image_url . '/Health-Mag-Title-22.png',
|
||||
'alt' => 'Health-Mag-Title-2',
|
||||
'fullWidth' => true,
|
||||
'width' => '1280px',
|
||||
@ -293,7 +293,7 @@ class ScienceWeekly {
|
||||
array (
|
||||
'type' => 'image',
|
||||
'link' => '',
|
||||
'src' => 'https://ps.w.org/mailpoet/assets/newsletter-templates/science_weekly/Health-Mag-End-1.png',
|
||||
'src' => $this->template_image_url . '/Health-Mag-End-1.png',
|
||||
'alt' => 'Health-Mag-End',
|
||||
'fullWidth' => true,
|
||||
'width' => '1280px',
|
||||
@ -362,7 +362,7 @@ class ScienceWeekly {
|
||||
array (
|
||||
'type' => 'image',
|
||||
'link' => '',
|
||||
'src' => 'https://ps.w.org/mailpoet/assets/newsletter-templates/science_weekly/Health-Mag-Promo-Start.png',
|
||||
'src' => $this->template_image_url . '/Health-Mag-Promo-Start.png',
|
||||
'alt' => 'Health-Mag-Promo-Start',
|
||||
'fullWidth' => true,
|
||||
'width' => '1280px',
|
||||
@ -484,7 +484,7 @@ class ScienceWeekly {
|
||||
array (
|
||||
'type' => 'image',
|
||||
'link' => '',
|
||||
'src' => 'https://ps.w.org/mailpoet/assets/newsletter-templates/science_weekly/Health-Mag-Phone.png',
|
||||
'src' => $this->template_image_url . '/Health-Mag-Phone.png',
|
||||
'alt' => 'Health-Mag-Phone',
|
||||
'fullWidth' => false,
|
||||
'width' => '400px',
|
||||
@ -541,7 +541,7 @@ class ScienceWeekly {
|
||||
array (
|
||||
'type' => 'image',
|
||||
'link' => '',
|
||||
'src' => 'https://ps.w.org/mailpoet/assets/newsletter-templates/science_weekly/Health-Mag-Promo-End.png',
|
||||
'src' => $this->template_image_url . '/Health-Mag-Promo-End.png',
|
||||
'alt' => 'Health-Mag-Promo-End',
|
||||
'fullWidth' => true,
|
||||
'width' => '1280px',
|
||||
@ -610,7 +610,7 @@ class ScienceWeekly {
|
||||
array (
|
||||
'type' => 'image',
|
||||
'link' => '',
|
||||
'src' => 'https://ps.w.org/mailpoet/assets/newsletter-templates/science_weekly/Health-Mag-Promo-Start.png',
|
||||
'src' => $this->template_image_url . '/Health-Mag-Promo-Start.png',
|
||||
'alt' => 'Health-Mag-Promo-Start',
|
||||
'fullWidth' => true,
|
||||
'width' => '1280px',
|
||||
@ -679,7 +679,7 @@ class ScienceWeekly {
|
||||
'type' => 'socialIcon',
|
||||
'iconType' => 'facebook',
|
||||
'link' => 'http://www.facebook.com',
|
||||
'image' => 'http://mailpoet.info/wp-content/plugins/mailpoet/assets/img/newsletter_editor/social-icons/07-full-symbol-black/Facebook.png?mailpoet_version=3.11.1',
|
||||
'image' => $this->social_icon_url . '/07-full-symbol-black/Facebook.png?mailpoet_version=3.11.1',
|
||||
'height' => '32px',
|
||||
'width' => '32px',
|
||||
'text' => 'Facebook',
|
||||
@ -689,7 +689,7 @@ class ScienceWeekly {
|
||||
'type' => 'socialIcon',
|
||||
'iconType' => 'twitter',
|
||||
'link' => 'http://www.twitter.com',
|
||||
'image' => 'http://mailpoet.info/wp-content/plugins/mailpoet/assets/img/newsletter_editor/social-icons/07-full-symbol-black/Twitter.png?mailpoet_version=3.11.1',
|
||||
'image' => $this->social_icon_url . '/07-full-symbol-black/Twitter.png?mailpoet_version=3.11.1',
|
||||
'height' => '32px',
|
||||
'width' => '32px',
|
||||
'text' => 'Twitter',
|
||||
@ -740,7 +740,7 @@ class ScienceWeekly {
|
||||
array (
|
||||
'type' => 'image',
|
||||
'link' => '',
|
||||
'src' => 'https://ps.w.org/mailpoet/assets/newsletter-templates/science_weekly/Health-Mag-Promo-End.png',
|
||||
'src' => $this->template_image_url . '/Health-Mag-Promo-End.png',
|
||||
'alt' => 'Health-Mag-Promo-End',
|
||||
'fullWidth' => true,
|
||||
'width' => '1280px',
|
||||
@ -1129,7 +1129,7 @@ class ScienceWeekly {
|
||||
'type' => 'socialIcon',
|
||||
'iconType' => 'facebook',
|
||||
'link' => 'http://www.facebook.com',
|
||||
'image' => 'http://mailpoet.info/wp-content/plugins/mailpoet/assets/img/newsletter_editor/social-icons/07-full-symbol-black/Facebook.png?mailpoet_version=3.11.1',
|
||||
'image' => $this->social_icon_url . '/07-full-symbol-black/Facebook.png?mailpoet_version=3.11.1',
|
||||
'height' => '32px',
|
||||
'width' => '32px',
|
||||
'text' => 'Facebook',
|
||||
@ -1139,7 +1139,7 @@ class ScienceWeekly {
|
||||
'type' => 'socialIcon',
|
||||
'iconType' => 'twitter',
|
||||
'link' => 'http://www.twitter.com',
|
||||
'image' => 'http://mailpoet.info/wp-content/plugins/mailpoet/assets/img/newsletter_editor/social-icons/07-full-symbol-black/Twitter.png?mailpoet_version=3.11.1',
|
||||
'image' => $this->social_icon_url . '/07-full-symbol-black/Twitter.png?mailpoet_version=3.11.1',
|
||||
'height' => '32px',
|
||||
'width' => '32px',
|
||||
'text' => 'Twitter',
|
||||
|
@ -98,7 +98,7 @@ class WideStoryLayout {
|
||||
array (
|
||||
'type' => 'image',
|
||||
'link' => '',
|
||||
'src' => 'https://ps.w.org/mailpoet/assets/newsletter-templates/wide-story-layout/Wide-Logo.png',
|
||||
'src' => $this->template_image_url . '/Wide-Logo.png',
|
||||
'alt' => 'Wide-Logo',
|
||||
'fullWidth' => false,
|
||||
'width' => '200px',
|
||||
@ -240,7 +240,7 @@ class WideStoryLayout {
|
||||
array (
|
||||
'type' => 'image',
|
||||
'link' => '',
|
||||
'src' => 'https://ps.w.org/mailpoet/assets/newsletter-templates/wide-story-layout/Wide-Footer.jpg',
|
||||
'src' => $this->template_image_url . '/Wide-Footer.jpg',
|
||||
'alt' => 'Wide-Footer',
|
||||
'fullWidth' => true,
|
||||
'width' => '1280px',
|
||||
@ -316,7 +316,7 @@ class WideStoryLayout {
|
||||
'type' => 'socialIcon',
|
||||
'iconType' => 'facebook',
|
||||
'link' => 'http://www.facebook.com',
|
||||
'image' => 'http://mailpoet-sg.com/wp-content/plugins/mailpoet/assets/img/newsletter_editor/social-icons/08-full-symbol-grey/Facebook.png?mailpoet_version=3.0.0-rc.2.0.0',
|
||||
'image' => $this->social_icon_url . '/08-full-symbol-grey/Facebook.png?mailpoet_version=3.0.0-rc.2.0.0',
|
||||
'height' => '32px',
|
||||
'width' => '32px',
|
||||
'text' => 'Facebook',
|
||||
@ -326,7 +326,7 @@ class WideStoryLayout {
|
||||
'type' => 'socialIcon',
|
||||
'iconType' => 'twitter',
|
||||
'link' => 'http://www.twitter.com',
|
||||
'image' => 'http://mailpoet-sg.com/wp-content/plugins/mailpoet/assets/img/newsletter_editor/social-icons/08-full-symbol-grey/Twitter.png?mailpoet_version=3.0.0-rc.2.0.0',
|
||||
'image' => $this->social_icon_url . '/08-full-symbol-grey/Twitter.png?mailpoet_version=3.0.0-rc.2.0.0',
|
||||
'height' => '32px',
|
||||
'width' => '32px',
|
||||
'text' => 'Twitter',
|
||||
@ -336,7 +336,7 @@ class WideStoryLayout {
|
||||
'type' => 'socialIcon',
|
||||
'iconType' => 'website',
|
||||
'link' => '',
|
||||
'image' => 'http://mailpoet-sg.com/wp-content/plugins/mailpoet/assets/img/newsletter_editor/social-icons/08-full-symbol-grey/Website.png?mailpoet_version=3.0.0-rc.2.0.0',
|
||||
'image' => $this->social_icon_url . '/08-full-symbol-grey/Website.png?mailpoet_version=3.0.0-rc.2.0.0',
|
||||
'height' => '32px',
|
||||
'width' => '32px',
|
||||
'text' => 'Website',
|
||||
@ -346,7 +346,7 @@ class WideStoryLayout {
|
||||
'type' => 'socialIcon',
|
||||
'iconType' => 'instagram',
|
||||
'link' => 'http://instagram.com',
|
||||
'image' => 'http://mailpoet-sg.com/wp-content/plugins/mailpoet/assets/img/newsletter_editor/social-icons/08-full-symbol-grey/Instagram.png?mailpoet_version=3.0.0-rc.2.0.0',
|
||||
'image' => $this->social_icon_url . '/08-full-symbol-grey/Instagram.png?mailpoet_version=3.0.0-rc.2.0.0',
|
||||
'height' => '32px',
|
||||
'width' => '32px',
|
||||
'text' => 'Instagram',
|
||||
@ -716,7 +716,7 @@ class WideStoryLayout {
|
||||
'type' => 'socialIcon',
|
||||
'iconType' => 'facebook',
|
||||
'link' => 'http://www.facebook.com',
|
||||
'image' => 'http://mailpoet-sg.com/wp-content/plugins/mailpoet/assets/img/newsletter_editor/social-icons/01-social/Facebook.png?mailpoet_version=3.11.1',
|
||||
'image' => $this->social_icon_url . '/01-social/Facebook.png?mailpoet_version=3.11.1',
|
||||
'height' => '32px',
|
||||
'width' => '32px',
|
||||
'text' => 'Facebook',
|
||||
@ -726,7 +726,7 @@ class WideStoryLayout {
|
||||
'type' => 'socialIcon',
|
||||
'iconType' => 'twitter',
|
||||
'link' => 'http://www.twitter.com',
|
||||
'image' => 'http://mailpoet-sg.com/wp-content/plugins/mailpoet/assets/img/newsletter_editor/social-icons/01-social/Twitter.png?mailpoet_version=3.11.1',
|
||||
'image' => $this->social_icon_url . '/01-social/Twitter.png?mailpoet_version=3.11.1',
|
||||
'height' => '32px',
|
||||
'width' => '32px',
|
||||
'text' => 'Twitter',
|
||||
|
Reference in New Issue
Block a user