Like this:
$(".youtube").load("https://youtube.com")
I got error: CORS
Like this:
$(".youtube").load("https://youtube.com")
I got error: CORS
For further actions, you may consider blocking this person and/or reporting abuse
Use any Linode offering to create something unique or silly in the DEV x Linode Hackathon 2022 and win the Wacky Wildcard category
β Join the Hackathon <-
Vadi iz hub'a -
SaΓΊl NΓΊΓ±ez -
Azlan-Syed -
Dennis Quesada Cruz -
Once suspended, mzaini30 will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, mzaini30 will be able to comment and publish posts again.
Once unpublished, all posts by mzaini30 will become hidden and only accessible to themselves.
If mzaini30 is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to Zen.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community π©βπ»π¨βπ» safe. Here is what you can do to flag mzaini30:
Unflagging mzaini30 will restore default visibility to their posts.
Top comments (4)
Will you please elaborate your use case please? You want to embed a youtube video in HTML page and loading the url with ajax? Or something else?
I was edited my post.
Well I am assuming you have a class in html tag or div where you want to load any youtube video or page. You can use iframe or embed tag instead I guess!
Thanks