• Hi all,

    I have no problem to embed Youtube video on WordPress.

    Could folks on the forum advise me how to embed Dailymotion video on WordPress? Thanks in advance.

    Regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • Just browse to the video you want to embed on Dailymotion. Take a look at the URL in your browser’s address bar. The end of the URL will look something like the following:

    
    .../video/x7vpb6r?playlist=x6lgtp
    

    copy the URL up to the “?”:

    
    .../video/x7vpb6r
    

    Add a Video block to your post or page, then click on “Insert from URL.” Paste the URL from Dailymotion, then click Enter.

    You should be good to go.

    Thread Starter satimis02

    (@satimis02)

    Hi,

    Thanks for your advice and I got it.

    geriatric.reynoldstocks.com/insomnia-in-elderly/

    But how to adjust its video frame size to :
    width="960" height="540" frameborder="0"

    similar to other youtube embedded video?

    Regards

    Thread Starter satimis02

    (@satimis02)

    Hi,

    I got it with following coding
    <iframe frameborder="0" width="960" height="540" src="http://www.dailymotion.com/embed/video/x2rjgvl"></iframe>

    Regards

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘How to Embed Dailymotion Video on WordPress?’ is closed to new replies.