All Questions
159
questions
10
votes
5
answers
14k
views
Youtube dimensions wordpress
Is it possible to change the default embed dimensions of an youtube (or another video) in Wordpress for your current theme? I've searched for a plugin and some code, but I can't seem to find any.
...
9
votes
4
answers
7k
views
How to get rid of class "fluid-width-video-wrapper" from video embed wordpress
I am getting a class "fluid-width-video-wrapper" with padding"59%".
can anybody let me know, how can i get rid of this class.
I don't found this class in files also.
Thanks
7
votes
2
answers
2k
views
correct url not showing up in iframe copied from embed button
I am working on a website in which proper url doesn't show up after copying from the embed button.
On clicking embed button(as shown below in an image), I am getting the following code inside iframe ...
4
votes
4
answers
20k
views
How can I get video thumbnail of youtube and vimeo embed code using php?
I have a WordPress site in which I am inserting video embed code in the post editor. In the front end I need to show the video Thumbnail on click on them it will show the video in lightbox.
The ...
4
votes
1
answer
8k
views
Changing the default wordpress youtube embeded video dimensions
I just upgraded to Wordpress 3.5, and one cool feature seems to be that if you copy a Youtube URL directly from the browser and paste into a singles post, the video automatically embeds!
However, I'm ...
4
votes
1
answer
31k
views
How to make an iframe responsive for mobile?
I am attempting to embed an iframe object onto a page of my wordpress website. I am able to embed the iframe, however, the object runs off of the screen on a mobile device. This is the iframe that I ...
4
votes
5
answers
3k
views
can't stop autoplay on youtube embedded videos in slider
There is plenty of information on this and the fix of setting autoplay or autostart to false seems simple.
Only it doesn't work for me at all, have tried every combination can think of.
I am ...
3
votes
2
answers
2k
views
Make Gist embed scrollable
is it possible to make gist embed script have vertical scroll bar? I want to embed my gist to my blog post, but it's a long code. I want my gist look like this in my blog post :
3
votes
2
answers
3k
views
WordPress auto embed of YouTube videos - adding filter to handle `end` attribute
WordPress automatically converts a YouTube URL in the content of a page/post to a embedded iframe video.
It respects the start parameter, if present, in the YouTube URL, but it does not respect the ...
3
votes
1
answer
2k
views
Wordpress 5.2 YouTube video auto-embed in posts is not working
In my personal Wordpress blog (5.2), the auto-embed for videos does not work. The editor shows a spinner (very briefly), but then it shows the link to the video in the backend and the URL in plain ...
3
votes
1
answer
1k
views
Embedding responsive CMS (WP?) and Big Cartel into responsive site?
let me start by saying I am currently a design student still new at HTML5/CSS and this is my first post here! I have been searching all over for a definitive answer with no luck. Any help would be ...
2
votes
5
answers
701
views
what the best solution for user driven content on my website
i have created a website for a non profit organization. People on the site want to post stuff . i want to figure out the best way to allow them to do this.
Can i host a wordpress site and somehow ...
2
votes
1
answer
1k
views
How to disabling auto embed in wordpress?
I need to put a youtube playlist in a href, belong the code I'm using :
<a href="https://www.youtube.com/watch?v=88KroShLWEg&list=RD-8wU-LnDrxc&index=27&spfreload=1" target="_blank"&...
2
votes
1
answer
760
views
Embedded Tableau graph is not working in wordpress blog?
I have a graph in public tableau and try to embed into my wordpress blog . But it looks different in wordpress and tooltip also does not appear. Do you have any suggestion?. Thanks.
2
votes
1
answer
1k
views
Auto enable embed youtube video with get_post() function
I use get_post() function to get a specific post content. However, I cannot make the auto embed video runs.
Here is the code
<?php
$post_id = 110;
$queried_post = get_post($post_id);
$content = $...
2
votes
1
answer
78
views
Regex not preceded by href="
So I am adding [embed][/embed] around youtube links in a WordPress environment, since if you use different fields for content input in the backend than the normale content editor, it won't do this ...
2
votes
2
answers
1k
views
Twitter embed (with wordpress) and load?
I want to know when a tweet is loaded.
I have this kind of post http://pego-design.com/remarky-brisi/media-twitter-embeds/ or here http://en.support.wordpress.com/twitter/twitter-embeds/
and would ...
2
votes
4
answers
9k
views
How to put in script tags inside Wordpress Editor?
Been struggling with this problem for hours!
Websites like CSSDeck gives an embed code that consists of a pre and script tag. You can embed that code inside your blog and that stuff will show up. ...
2
votes
1
answer
319
views
Look and feel problems encapsulating a ReactJS embedded application using Material ui
I am embedding a ReactJS application using Material UI styled components inside a Wordpress page. I am using webpack for transpilation of the js.
I have produced the bundle of the embedded version of ...
2
votes
0
answers
494
views
"embedly" not working in a wordpress HTML widget
I manage a site for my father who is doing a from Canada to key west. He got some press from ABC news and I am tryign to embed the actual video on our site not just a link to the ABC page. Embedly ...
2
votes
0
answers
727
views
Firefox not displaying embedded youtube iframe within ajax loaded post, working in all other browsers
I am developing a website with Wordpress and just working on the video embedding. It works with Vimeo in all browsers, and Youtube in all browsers except Firefox. It works in the single post view, but ...
1
vote
1
answer
1k
views
include image in generated GD image
Is it possible to include an external image (gif, jpg or png) into a GD generated image?
what I'm trying to do is get the latest wordpress blog post (like 5) and generate an image from it. I would ...
1
vote
3
answers
5k
views
How do I remove footer/watermark from Google Data Studio in an embedded report?
I'm redisplaying a Google Data Studio report on my wordpress site via the html embed box. For this particular report I don't want viewers to know the backend is data studio. I've tried readjusting the ...
1
vote
2
answers
2k
views
Embed video with custom shortcode
In WordPress, how can I use the embed video feature via a custom shortcode?
I have tried the following, but that does not actually embed the video. It just adds an empty <div class="aligncenter"&...
1
vote
1
answer
533
views
How do I hide a Youtube Short Title/Info when embedded into Wordpress?
I'm working on embedding a YouTube Short on our website. Ratio-wise, everything looks fine. But the title of the short, in addition to our logo and sub button, take up a lot of the frame.
(https://i....
1
vote
1
answer
711
views
How to show a specific div from an external site on one of my webpages
I have a Wordpress-managed site and I would like to embed a specific part of another website in one of my pages. I have identified the div of the part I'm interested in with Firebug. How can I get it ...
1
vote
2
answers
239
views
How to implement a CMS into an existing site?
I am trying to find a way to implement a content management system into a pre-existing website, without having to redesign the site at all. I know how to design websites with DreamWeaver, and I ...
1
vote
1
answer
282
views
Process embed links during wordpress import
I am using the WP All Import plugin to import content into a new wordpress installation. Everything is working well except any links that would usually show the converted embed content on the front ...
1
vote
2
answers
3k
views
Embed Wordpress content into html
I want to embed the news section of a Wordpress (posts) page/site into a html page without the Wordpress Menu or the Footer and make it the content appear as though it is part of that HTML page. This ...
1
vote
1
answer
571
views
How can I disable the auto Youtube embed in Wordpress?
When I paste a Youtube URL in the Post Editor in Wordpress, an iFrame is automatically loaded to replace this URL.
How can I disable this behavior and have the URL shown instead - in the Post Editor ...
1
vote
2
answers
2k
views
Youtube Channel Embed with a sidebar?
My client would like a youtube channel embed that has a playlist style sidebar (though she wants it to be the channel... not a playlist). Example:
Is there a simple way to accomplish this?
(yes, it ...
1
vote
2
answers
282
views
Having Issues removing border from table element that is embeded in a Wordpress Website using Elementor
So I am trying to add a countdown timer on my wordpress site that every wednesdays resets at 8:30PM to the next wednesday. I have the js figured out but when I am adding it to the website the I cannot ...
1
vote
1
answer
3k
views
Instagram embed's stopped working in Safari - November 2022
All was working fine in all browsers but all of a sudden instragram embed's (even recently added ones) stop displaying in Safari on iphones (but not chrome & firefox & not safari on a mac), ...
1
vote
0
answers
32
views
Embed YT Live chat on Wordpress letting users interact with it
I have successfully embedded a live streaming with corresponding chat into my Wordpress website.
I wish my website users are able to interact with the chat embedded, but also if a user log in to my ...
1
vote
0
answers
4k
views
Problem when embedding images on Discord Webhook (Image hosted on a Wordpress website)
I'm trying to send embedded information to my Discord guild by using Webhooks, but I can't seem to embed successfully the image I'm hosting on my website, although an image hosted in imgur works as ...
1
vote
0
answers
187
views
Display Gravity Form ID based on parent category name or ID
I'm using Gravity Forms as the main contact form on a WordPress install with a classified theme that uses custom-taxonomies for the categories, the site has 3 parent categories and I prepared 3 ...
1
vote
0
answers
427
views
How to embed an interactive Jupyter Notebook on Wordpress?
I used WP-Push to embed this Jupyter notebook on my WordPress site. But how do I make it interactive?
I have attached a screenshot of the embedded notebook below.
If this is possible via any other ...
1
vote
0
answers
33
views
Video Catalog CSS and Loading (Embedded Videos)
I'm looking for some help/suggestions on a project I am helping with.
The basic idea is a video catalog that host a bunch of embedded videos for people to search through (Vimeo, Youtube and Facebook ...
1
vote
0
answers
156
views
How to embed codepen in wordpress (halm and css)
So I discovered a code in codepen that i would like to add to my website. It is of halm and css and i wish to execute the code without embedding codepen entirely. There are no java scripts as far as i ...
1
vote
0
answers
977
views
Adding 'lang' query parameter to wordpress rest api call removes _embedded
In a multilanguage website I want to use the _embedded data of wordpress to get the featured image url.
This works fine in the (original) English request:
http://apistaging.fj-producties.mati.se/wp-...
1
vote
0
answers
105
views
Embed Soundcloud repost feed on wordpress site
Soundcloud provides a way for developers to embed playlists and tracks easily in Wordpress. Is there a way to embed my reposts in the site so visitors can see my feed of reposted tracks?
1
vote
0
answers
37
views
function print_embed_scripts() - WordPress
I edited the wp-includes/embed.php file
I changed the code for the site title area from .wp-embed-site-title{display:table-cell} to .wp-embed-site-title{display:none}
It did exactly what I wanted, ...
1
vote
0
answers
89
views
Render AJAX loaded embed video on WP
How can I render embed video (using just simple URL in editor: https://codex.wordpress.org/Embeds) after it was added to DOM via AJAX in WP 4.2.2?
I generate post content with this code:
query_posts(...
1
vote
1
answer
836
views
How to embed a Wordpress blog into a website?
Hope someone can help. I am building a simple CV website website which is to include a Wordpress blog. I did use as a temporary solution, but this did not render well on iPhone. I have seen solutions ...
1
vote
1
answer
460
views
YouTube views not counting on Wordpress embed
On my WordPress site, I have been embedding both my YouTube videos and my Twitch channel.
However, even after using the old embed code which has been suggested on a previous post, no views coming ...
1
vote
1
answer
651
views
Embed wordpress admin inside an iframe
I am trying to embed my wordpress admin in an iframe and it's not working.
I tried many solutions such as removing those lines:
add_action( 'login_init', 'send_frame_options_header', 10, 0 );
...
1
vote
0
answers
121
views
How to get facebook photo album id for "Photo of My_Page"
Regularly on blog/wordpress , I just type this short code-->[fbphotos id=46735712999xxxx size=small].
My problem is, when some guest post a photo to my page timeline, I cannot retrieve any album "id"...
1
vote
1
answer
464
views
Iframe/ Youtube scrolltop position fixed
Hi all looked all over but can't find anybody with the same problem or maybe I'm searching on the wrong description. It comes down to this. I am working on this site http://lennyryan.com/test/ it has ...
1
vote
2
answers
1k
views
I'm not sure how to embed Javascript into a Wordpress Page
So I have a prayer times script that I want to embed into a wordpress page.
Here is the link to it: http://praytimes.org/manual/
There is basically a PrayTimes.js file that I have attempted to ...
0
votes
2
answers
5k
views
Embed youtube video doesn't autoplay with audio
After checking out other posts on embedding videos that didn't help fix my issue, I seek some suggestion in making the video autoplay along with the audio as the page is visited. Below is the code ...