with 1.7.2 update I can't view video on newsfeed anymore.
Firebug says me "Mixed active content blocked".
I have an SSL website.
Any other with this problem?
Thank byou
with 1.7.2 update I can't view video on newsfeed anymore.
Firebug says me "Mixed active content blocked".
I have an SSL website.
Any other with this problem?
Thank byou
For the thumbnail I've resolved with this:
open video_providers.php you will notice they left the thumbnails as http this will cause you SSL issues if you wish to be rid of this just change http to https on line 129.
Change
For play in newsfeed i will need to change from
div class="ow_newsfeed_item_picture">
<iframe width="459" height="344" frameborder="0" allowfullscreen="allowfullscreen" src="HTTP://www.youtube.com/embed/VIDEO">
</div>
to
div class="ow_newsfeed_item_picture"><iframe width="459" height="344" frameborder="0" allowfullscreen="allowfullscreen" src="https://www.youtube.com/embed/VIDEO"></div>
Where I can do this change?
Thank you
I just registered at your website. I see you have no default newsfeed enabled on your website. Moreover the newsfeed plugin you have now plays the video.
Is the issue resolved?
Can you please PM me your admin details for the website? I'll take a look at the issue.
it's not an oxwall problem, it's a chrome beta and Firefox beta release problems that is blocks video mixing content (i see it on firebug). today I'll try with other browsers and I'll tell you the results. thank you.
i haven't resolved the issue...
i have sent the admin detals in your mailbox...
thank you,
Simone