For some reason when I add an iframe (for the Facebook Like button) the preview does not work. The website displays just fine when I open the live version in my browser.
Any thoughts?
Hector
Any thoughts?
Hector
I've seen this with facebook and Google plus. Both in the HTML editor and VSD.
Do you have the latest HTML editor?

I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
I think that I'm having the same problem--I have the latest VSD but no matter how I word the URL for the code, it keeps saying in the preview that the webpage can't be found. Exactly how should I be working the URL?
Thanks!!
Margaret
Thanks!!
Margaret
Margaret Puskar-Pasewicz
MargaretEdits
margaret@margaretedits.com
www.margaretedits.com
MargaretEdits
margaret@margaretedits.com
www.margaretedits.com
Take a look at this.
http://progrower.coffeecup.com/facebook.html

http://progrower.coffeecup.com/facebook.html
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
Thanks, but I looked at the site and still can't figure out what I'm doing wrong. The code that I'm using is below. Am I missing something obvious?
<iframe src="//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fmargaretedits.com&send=false&layout=button_count&width=450&show_faces=true&action=like&colorscheme=light&font&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:21px;" allowTransparency="true"></iframe>
<iframe src="//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fmargaretedits.com&send=false&layout=button_count&width=450&show_faces=true&action=like&colorscheme=light&font&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:21px;" allowTransparency="true"></iframe>
Margaret Puskar-Pasewicz
MargaretEdits
margaret@margaretedits.com
www.margaretedits.com
MargaretEdits
margaret@margaretedits.com
www.margaretedits.com
Never mind...the code for some reason was leaving out the http. Once I added it in, it worked fine. Thanks so much for your help and the link!
Margaret
Margaret
Margaret Puskar-Pasewicz
MargaretEdits
margaret@margaretedits.com
www.margaretedits.com
MargaretEdits
margaret@margaretedits.com
www.margaretedits.com
Eric, I have the latest version of the HTML editor. I will check my code to see if my issue is the same as Margaret's (missing http)
I checked and my code is already including the 'http' and the preview does not work. Below is the code. Again, everything works fine on the live website.
<iframe src="//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.victoriouslifemagazine.com&send=false&layout=standard&width=450&show_faces=false&action=like&colorscheme=light&font&height=35" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:35px;" allowTransparency="true"></iframe>
<iframe src="//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.victoriouslifemagazine.com&send=false&layout=standard&width=450&show_faces=false&action=like&colorscheme=light&font&height=35" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:35px;" allowTransparency="true"></iframe>
Hector4Christ wrote:
I checked and my code is already including the 'http' and the preview does not work. Below is the code. Again, everything works fine on the live website.
<iframe src="//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.victoriouslifemagazine.com&send=false&layout=standard&width=450&show_faces=false&action=like&colorscheme=light&font&height=35" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:35px;" allowTransparency="true"></iframe>
I checked and my code is already including the 'http' and the preview does not work. Below is the code. Again, everything works fine on the live website.
<iframe src="//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.victoriouslifemagazine.com&send=false&layout=standard&width=450&show_faces=false&action=like&colorscheme=light&font&height=35" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:35px;" allowTransparency="true"></iframe>
I don't think this will fix anything, but you might want to check the above height number that is in bold, I'm pretty sure it should have quotation marks on both sides of the number like:
height="35"
This works.
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.victoriouslifemagazine.com& ;layout=standard&show_faces=false&width=450&action=like&font&colorscheme=light&height=35" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:35px;" allowTransparency="true"></iframe>

<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.victoriouslifemagazine.com& ;layout=standard&show_faces=false&width=450&action=like&font&colorscheme=light&height=35" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:35px;" allowTransparency="true"></iframe>
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.