WPIntell

Source evidence

plumwd_twitch_stream does not support https

Twitch TV Embed Suite · support · 2016-12-27T13:51:00+00:00

complaintsentiment
mediumseverity
0.81relevance
0replies
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
chrisitianheiling unresolved
Hi, first thx for your great plugin. The problem Most of our pages are running on https. The problem of https is that most browsers only support iframes src attributes with https. The reason is mixed content blocking https://support.mozilla.org/en-US/kb/mixed-content-blocking-firefox when we use the plumwd_twitch_stream shortcode e.g. [plumwd_twitch_stream channel="beyondthesummit"] the iframe src attribute use http which triggers a mixed content blocking. The fix This issue should be quite easy to fix. therefore edit the function display_plumwd_twitch_stream in index.php line no 189 currently $display_stream = '<iframe src="http://www.twitch.tv/'.$channel.'/embed" frameborder="0" scrolling="no" height="'.$height.'" width="'.$width.'"></iframe>'; should be $display_stream = '<iframe src="https://www.twitch.tv/'.$channel.'/embed" frameborder="0" scrolling="no" height="'.$height.'" width="'.$width.'"></iframe>'; The reason twitch itself support http and https. when on a http or https page an iframe src attribute with https is used you will not get a mixed content blocking. This topic was modified 9 years, 5 months ago by chrisitianheiling .

Comments

0 shown

No comments were stored for this source.