The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
3answers
1k views

Any way to use a custom Parameter for youtube embed without using an iframe?

I do not want to display the titles of videos I embed on my wordpress site. The way I've been doing this is using the embed link, inserting the iframe in the wordpress post and adding the custom ...
0
votes
1answer
15 views

add youtube thumbnail in index and single.php add video

I crating custom wordpress themes for video related website, client can embed youtube video, in index.php only show thumbnail image and title of video then when click thumbnail it goes to single.php ...
0
votes
1answer
945 views

how to embed external webpage in my wordpress page

I have two pages to embed within my WP site. Both contain data from an external site which runs our events management database. This data is presented on two pages - one for catering menus offered ...
-1
votes
0answers
42 views

How to embed an external page into wordpress?

I need to embed a webpage into my post, how can I achieve this? Is there any plugin for this? I have read many methods online but all were outdated.
0
votes
0answers
24 views

Embedding Separate YouTube Players for Each Video in a YouTube Playlist?

I've seen a lot of plug-ins and things that make new posts out of each video in a playlist, but I'm trying to figure out a way to grab all videos from a playlist and list them as separate YouTube ...
0
votes
0answers
22 views

Check for dead embedded iframes

I rely heavily on iframe content as I share music via the Soundcloud iframe widget on my site. I want to give the best service by only providing working Soundcloud widgets; is it possible to check ...
0
votes
1answer
141 views

How to get Facebook to see YouTube/Blip embeds when sharing a link?

I run a sketch comedy channel that posts new content regularly. On our site (powered by WordPress.org) we embed Blip.tv players. The problem is, whenever we share a link on Facebook to one of our ...
0
votes
0answers
13 views

Using Zoho Creator Database inside Wordpress Frame

Our agency network has an existing Wordpress-based website, and we would like to use Zoho Creator sort of like an intranet which is accessed through the Wordpress site. Basically, something along the ...
0
votes
0answers
27 views

Configuration Options for embedded YouTube Videos

I have some embedded You tube videos on my blog and I have a question about configuration as they are on static pages. Is there code or a WP plugin solution to make an embedded You Tube video to ...
0
votes
0answers
10 views

Embed login.php into another wp site [duplicate]

I have a client who has 3 websites and I have built another website for him to use as his dashboard (HomeBase) to have access to all sites from one place. I am trying to embed each login.php into a ...
1
vote
1answer
664 views

TED talks shortcode not working

I am trying to embed a Ted talk video using the shortcode: [ted id=myid] But it's not working. It shows the text instead of the video. Is there any configuration I need to check to make it work?
3
votes
2answers
115 views

Set wmode attribute to transparent for the embed shortcode to make drop-down menu hover over YouTube embed in Internet Explorer

When you hover over my drop-down menu using IE8 or IE9, the menu div will display behind the YouTube embedment. It works fine on all other browsers. Upon research, I found out that many others have ...
0
votes
1answer
60 views

embedding screencast.com videos in wordpress multisite

I've got a multisite installation of WP 3.5.1 running, and I'd like to for users to be able to embed screencast.com videos into posts, preferably with a shortcode like you do with YouTube or Vimeo. I ...
1
vote
1answer
57 views

Responsive Embeds using default embed shortcode

Can someone explain how to make embed shortcode responsive? http://codex.wordpress.org/Embeds
1
vote
1answer
212 views

Embeding YouTube video via a template function throws iframe cross-domain policy error

I'm using Wordpress 3.5 which natively supports embeds into posts and pages from many sites, YouTube included. When I embed a Youtube video directly onto a post or a page (by simply copying and ...
1
vote
2answers
835 views

How to display an RSS feed widget inside a page?

I have an RSS feed (link) that I would like to display as a widget inside one of my posts. The wordpress RSS widget already does that on the sidebar, is there some solution to have it in the post? ...
0
votes
1answer
84 views

Displaying cf post formats with oembed

Currently using CF Post Formats ( http://alexking.org/blog/2011/10/25/wordpress-post-formats-admin-ui ) and using the following code to automatically embed a URL that has been input into the 'Audio' ...
0
votes
1answer
467 views

How can I style an IFRAME element that has a constantly changing class name? [closed]

On my blog, the Pinterest button creates a small gap underneath the footer. Looking at the code, the cause is the iFrame that the Pinterest javascript embeds in the page. It looks like this: ...
0
votes
1answer
48 views

Embed plugin into Custom Page Template

I've created a new page type: <?php /* Template Name: Pagina de Agenda */ ?> <?php get_header();?> <?php $info_address = get_option('theme_info_address') ;?> <div ...
0
votes
1answer
47 views

<object data = … > </object> changes after I save a post

I'm trying to embed an interactive graph by using the code below, and it works great: <object data="https://www.desmos.com/calculator/wr4nht4qbp" width="800" height="600"></object> When ...
0
votes
0answers
69 views

Adding a non oEmbed site to WordPress through the embed register handler function?

I have a script which basically manages my videos for me and comes with a basic WordPress plugin. the problem is the script does not support oEmbed, but I would like to add it to my own website. I ...
1
vote
1answer
61 views

Embed 'New Post' Form Inside 'New Post' Form

Is it possible to embed a 'New Post' form for one Custom Post Type inside of a 'New Post' form for another Custom Post Type? When a user adds a new post for the custom type 'Event', they should also ...
4
votes
3answers
248 views

How to embed page content in a blog post

I've built an HTML table that is posted on a page in my site, and I'd like to use that same content inside a blog post (something of an announcement of the table's publication). The table is likely to ...
0
votes
1answer
72 views

ted talks embed fixed, but can't control size

I used this changes to functions.php that are written in this post: TED talks shortcode not working But I can't figure out how to control the size/ratio now. The video is embedding as way taller than ...
0
votes
1answer
42 views

Insert a Featured Video

I'm trying to put a video as featured in my theme, i mean, to be shown by the tag "the_post_thumbnail ('')", without using any plugin. Is this possible? Thank you!
5
votes
2answers
2k views

How can I change Max Embed Size in WordPress 3.5?

after updating to WordPress 3.5 my automatic embeds are limited to a width of 500px, and the settings for this size have been removed with WordPress 3.5 Also, I can't find the Values in the ...
0
votes
2answers
161 views

Reusing header.php from Yii application

I'm building a website that uses Wordpress as the CMS and is built with Yii framework. All the business logic works fine. Most visible pages are filled with content from Wordpress admin and only the ...
5
votes
2answers
2k views

How do I embed youtube videos with https instead of http in the URL?

I'm running a site that only communicates over SSL/https so if I embed a youtube video using http I will get an error message saying the site is'nt fully secure. Is it possible to rewrite something so ...
-1
votes
1answer
193 views

Embedding KwikSurvey into WordPress [closed]

I've already read the suggestion to use google forms to conduct a survey, however google will not allow me to have images as answers to select in the survey. Based on my satisfaction with ...
1
vote
2answers
145 views

extra text in Vimeo Embedded videos

For a WordPress site I am working on, there is a jquery slider (based on the coda slider) where videos are presented. All of the videos are from Vimeo. If a video is playing and someone slides to the ...
0
votes
1answer
38 views

Embedded Feed Update

I am trying to embed a feed on my site. The plugin I am using is called Hungry Feed. I have the feed properly embedded and everything seems to be working except one thing. The feed updates... How ...
2
votes
1answer
426 views

How to create a static player top or bottom of wordpress?

I'm creating two websites, one radio station and one bands website. I want to add a player (already have a php with the player in it) to the top of the page, like a frame. The main point is to have ...
0
votes
2answers
84 views

Creative Clans Embed Script plug-in equivalent?

I need to add unique JavaScript snippets to several pages on a client's WordPress site. I used to use the above-mentioned plug-in until I encountered a nasty bug.* The thing I like(d) about Creative ...
0
votes
2answers
646 views

Youtube parameters within WordPress embed code?

Ok, so I want to embed youtube videos but also remove the annoying annotations. The following code works great from to embed the video [embed width="599" height="360"]youtube.com/watch?v=mNf0v2WkV0U ...
1
vote
0answers
185 views

How to configure Buddypress Activity Plus to work with front end posting?

I would like to use the feature of Buddypress Activity Plus on the front end posting code by Voodoopress. This plugin supports automated rich media embed (when a user posts a link on the activity ...
0
votes
1answer
1k views

Embed interactive pdf

I have interactive pdf documents that I need to put on a wordpress site. Visitors need to be able to fill these in and print them out to sign and post. They do not need to be emailed or saved to the ...
0
votes
1answer
1k views

vimeo/youtube video embed with thumbnails

Is there a way to get wordpress to embed Vimeo, YouTube videos like tumblr with a thumbnail and then to play without the player buttons? examples - http://ascender.tumblr.com/ ...
4
votes
1answer
452 views

Video Embed in Sidebar Widget with Links to Others in Category

I am trying to re-create the sidebar widget found here: http://www.clinicalforensicpsychology.org/ The links below the shown video are linked to the post category "videos". I have tried most every ...
-1
votes
3answers
893 views

Is it possible to use github:gist with Wordpress? [closed]

I have a wordpress blog i.e. bruno.wordpress.com I would like to use github:gist. I paste my code in gist and get a link like: https://gist.github.com/1323748 Is there a way to show this code in my ...
6
votes
2answers
3k views

Setting a post's featured image from an embedded YouTube video

If I create a post that has an embedded YouTube video in it (so all I do is paste the YouTube URL into the post and let Wordpress automatically embed it for me), is there a way to have the thumbnail ...
1
vote
0answers
249 views

Embed IPB forums to wordpress page

I have a community that is really forum driven, and after messing with most major content management systems, I've really liked Wordpress for Its front news pages/blog posts. The issue that I'm ...
0
votes
1answer
290 views

Why are wordpress posts not hierarchical?

I've been using WordPress as a CMS for about 7 months now with the following core features: Navigation Tree: Wp_list_pages for easy navigation of pages Solr search engine: indexing posts only ...
1
vote
1answer
501 views

Get post attachment images dimension and use in embed code

I am trying to make things work like where any post attachment image will generate embed code automatically. Example: If I upload and add two images 1. 250x150 2. 600 x 160 and insert into post. Now ...
0
votes
3answers
2k views

Applying automatic link class to images embedded to posts

I'd really love to be able to conditionally apply a CSS class to link elements of images embedded into posts, but I can't seem to figure this one out. Basically what I'd like to achieve is to replace ...
0
votes
2answers
497 views

embed the_content

Im trying to wrap video urls and embed code in a classed div so that I can style it. The vid code is being pulled from the custom meta value I've setup for the video post type. Nothing I've been able ...
2
votes
2answers
352 views

Convert Wordpress.com embed links to normal embeds

I've given the task of moving several well established blogs from wordpress.com into an independent hosting using Wordpress. Wordpress.com uses a special parser for taking stuff like this: ...
0
votes
1answer
301 views

iframe/embed vid in text widget loads outside container and moves around when scrolling the page?

I've inherited webmaster tasks for a site re-design that involves heavy use of widgets. On the frontpage, two videos are loading in two text widgets, and they play fine once loaded. The problem is ...
0
votes
2answers
871 views

Embed Wordpress Admin in an iframe

I am trying to embed the admin "new post" wordpress page into an iframe: `<iframe height="500px" frameborder="0" width="740px" src="my_wordpress_domain/wp-admin/post-new.php"/>` For some ...
0
votes
2answers
223 views

How to have embedded images from smugmug take full width of blog posts

What I'm trying to achieve: Have images in blog posts take the full width of a blog post, and keep image proportional. Aka, a portrait image will end up being bigger than landscape. The challenge, ...
0
votes
1answer
514 views

Auto embeding Vimeo/Youtube in custom fields (tinyMCE editor)

I'm using 2 extra TinyMCE editors on my pages to add extra textfiels in my theme pages. I now realize that the auto-embed feature is not supported on content delivered thought custom fields. So i need ...

1 2