Question

2 Followers
0

Testing locally

I am testing reEmbed on a local site with youtube videos but it does not work?? Any thoughts?

JHeff

Official answer

Hi JHeff,

all you need to do is to add an http: for the script url.
We use // so that it can support both http and https, however, it does not work when you test locally using file:

So you should change:
c.src="//static.reembed.com

to
c.src="http://static.reembed.com

Alex Papaspiridis

Please sign in to add your answer.