Twitter & SSL

Tagged: , ,

This topic has been marked as resolved.

Hi,
The Profile images of our followers in the twitter_box are loaded via http and not https, that breaks down the ssl of our page. Any Idea where/ how to fix this?

February 6, 2018 at 10:42 am #63466

Hi,

Thanks for reporting this miss! You need to:

1) Open catalog/view/theme/BurnEngine/template/tb/widget/twitter_box.tpl

2) Find this code line:

<?php foreach ($twitter_data['users'] as $user): ?>

3) Insert this one right afterwards:

<?php $user['profile_image_url'] = str_replace('http://', '//', $user['profile_image_url']); ?>

This should do the job.

BR,
ThemeBurn team

February 13, 2018 at 12:25 am #63533

That helped, thanks.

February 15, 2018 at 2:00 pm #63582

Glad to be of assistance!

BR,
ThemeBurn team

February 17, 2018 at 12:57 pm #63591
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.