Embedded video not displaying while logged into NetCommunity

Options
Hello!



I post all embed code from youtube, etc... to an unformatted text part. It works great, but you can only see the content if you log out of netcommunity. How can I see what I embedded while still logged in?



An example is that I have a part with a video that is scheduled to publish at midnight the next day. How do I know if it worked? I can't see it while logged in, and the part is unpublished, so I can't see it when I log out.



Is it normal behavior for the unformatted text part not to display anything to the screen while you are logged in?
Tagged:

Comments

  • Hey John,

    When I've seen this before it was an SSL error. Try changing all the http references to https and see if it works then.

    Thanks!
    Karen
  • Karen's answer should fix the problem, however I would suggest not using http or https, alter the code so looks something like this:


    src="//www.youtube.com/embed



    This will make the browser request the correct http/https each time the page is loaded.
  • Thanks for both the quick replies!



    I found the problem, and it was actually some rogue javascript in the embed link. Once that was gone, everything worked!

Categories