Trying to include an iFrame without success

Posted in: Newspaper
Post count: 9

Hi there,

Currently i’m trying to import an iFrame from a travel affiliatepartner.

It’s about the following code:

<script src="https://www.snowtrex.com/images/js/perspective.origin.min.js"></script><iframe src="www.wintertrex.nl?code=2117" width="680" height="800" frameborder="0" style="border: 0;" scrolling="no" id="resizeIframe_123" name="resizeIframe_123"></iframe>

You can find the frame here: http://www.wintertrex.nl?code=2117

Why isn’t it working?

Post count: 9

Here is the page where i’m trying to integrate it: http://test.skien.nl/reizen

Post count: 23312

Hello Rovara,

You will have to add this snippet of the code in Raw JS in Visual Composer. Also, I have inspected your code and I noticed that you are not using the http:// for your source URL and that’s why it didn’t work. Try the code below and place it in Raw JS, like this -> http://screencast.com/t/6Ixk0uim5A

The code is ->

<script src="https://www.snowtrex.com/images/js/perspective.origin.min.js"></script><iframe src="http://www.wintertrex.nl?code=2117" width="680" height="800" frameborder="0" style="border: 0;" scrolling="no" id="resizeIframe_123" name="resizeIframe_123"></iframe>

The result you should see here -> http://screencast.com/t/OZS6vZJxgnts

Thanks for your understanding!

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.