need iframe code for facebook like button - iframe

I am trying to create a like button for my weebly website. Weebly advises to use the IFRAME code but when I select this option with the facebook web developer, no code appears. What's going on?

<iframe src="//www.facebook.com/plugins/like.php?href=PUT_URL_HERE&width&layout=standard&action=like&show_faces=true&share=true&height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; height:80px;" allowTransparency="true"></iframe>
And replace the PUT_URL_HERE with the url of the page you'd like to have your users like.

Related

How to enable video sond in revolution slider.?

I am facing an issue of no sound in revolution slider wordpress any one please guide me how to enable a background vimeo video sound in revolution slider.
my website url http://www.theautomotivecompany.co.uk/
thanks
If you would like to un-mute your background videos, please update your embed code to include the muted=0embed parameter. For example:
<iframe src="https://player.vimeo.com/video/76979871<b>?background=1?muted=0</b>" width="500" height="281" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
Found the article here: https://support.shufflehound.com/forums/topic/vimeo-video-sound-on-slider-revolution/

How can I embed an iframe with HTTP URL into Blogger

I'm trying to embed an iframe into my blogger site. But the main problem is that Blogspot does not support iframe with HTTP URL and my target website is on HTTP.
this is my iframe example:
<iframe
src="http://mywebsite.com"
style="border:0px #ffffff none;"
name="myiFrame"
scrolling="no"
frameborder="1"
marginheight="0px"
marginwidth="0px"
height="400px"
width="600px"
allowfullscreen
></iframe>
Blogger shows the following warning:
There are HTTP resources on this page, because of which mixed content can negatively affect the security and display of certain elements when viewing your blog over a secure connection.
How can I embed an iframe with HTTP URL into Blogspot.com?
Blogger provides an option to Dismiss the warning. Refer to the screenshot -
Once that warning has been dismissed and you try to save the post once again, Blogger doesn't show any warning and saves the contents of the post.

WordPress Layer Slider YouTube video embbed

I have using Layer Slider WordPress plugin and added YouTube embed code snippet for showing YouTube video as one slide. i have using a code snippet like below in one layer of this slider,
<iframe width="1400" height="400" src="https://www.youtube.com/embed/E5ln4uR4TwQ?autoplay=0&rel=0&ecver=1" frameborder="0" allowfullscreen></iframe>
it's working. but how to set auto play stop option in video.
also tested the below code by placed &autoplay=0 at the end of the ID.
<iframe width="1400" height="400" src="https://www.youtube.com/embed/E5ln4uR4TwQ&autoplay=0&rel=0&ecver=1" frameborder="0" allowfullscreen></iframe>
Thanks
LayerSlider WP plugin has an option to autoload videos, which can be overriding the autoplay parameter of your embed video.
In the slider you want to put the video, go in the "Slider settings" tab and then choose the "Videos" submenu to enable or disable this option:

How to add iframe ads below title in blogspot?

i want to add an iframe ads in one of my blogspot blog below the title in a single post, i find the solution to put the ads before these line of code :
<data:post.body/>
So my ads code is just like this :
<iframe src="http://myblog.com/display?ref=0000&q=KEYWORD&smart_ad_id=002" width="200" height="200" frameborder="0" scrolling="no" allowtransparency="true"></iframe>
<data:post.body/>
That was an easy step, but i got a problem when i want to add the title to replace the "KEYWORD" line inside those iframe. The code to call the title is here :
<data:post.title/>
When i add those line of code to replace the "keyword" line in my iframe code, i got an error :
<iframe src="http://myblog.com/display?ref=0000&q=<data:post.title/>&smart_ad_id=002" width="200" height="200" frameborder="0" scrolling="no" allowtransparency="true"></iframe>
Can anyone gives me solution on this, thanks..
I checked your post and also used your code in my blog. And I figured out that you can add in blogger template but the external link(http://myblog.com/display?ref=0000&q=KEYWORD&smart_ad_id=002) contains equal signs(=) which aren't acceptable So you can't add the above iframe instead of it you can use other which doesn't contain the equal sign.

Embed external video using Url Link in asp.net webpage

I have my external url link of a video in my sql server.How do I embed that video using my url link in asp.net page? Any suggestions will be helpfull.Thanks in advance.
Check out this article.
Basically, If those are youtube videos, you can do with code like this:
<iframe width="560"
height="315"
src="http://www.youtube.com/embed/fxCEcPxUbYA"
frameborder="0"
allowfullscreen></iframe>
In other cases, you can install a specific Helper to assist you.

Resources