WPIntell

Source evidence

Check for HTTPS for Profile/Banner Images

The Twitter Profile · support · 2015-07-25T16:51:00+00:00

complaintsentiment
mediumseverity
0.74relevance
2replies
Evidence onlycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

1 / 1 rows with source links

100.0% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

0 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
Jason Coleman unresolved
Hi there. Great plugin. I have a client using it and it looks great. I noticed an issue in the recent tweets extension widget where the profile image from Twitter was an http:// URL when we needed https:// for our ecommerce system. I added code like this to fix the URL: if(is_ssl()) $profile_image_url = str_replace("http:", "https:", $profile_image_url); There are a few different ways to do this. You could even str_replace(‘ http://’ ;, ‘//’, $url) to make it scheme neutral. Cheers. https://wordpress.org/plugins/the-twitter-profile/ Just bumping cause you pushed an update without this in it. Wondering if you are going to consider this fix or if I should look for a work around. Thanks. This is not problem, image will be display in http or https, good luck.

Comments

2 shown
Jason Coleman 2015-07-28T01:11:00+00:00

Just bumping cause you pushed an update without this in it. Wondering if you are going to consider this fix or if I should look for a work around. Thanks.

Alobaidi 2015-07-28T01:19:00+00:00

This is not problem, image will be display in http or https, good luck.