The tag has no wiki summary.

learn more… | top users | synonyms

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
1answer
941 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 ...
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 ...
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 ...
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 ...
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
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
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
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
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
votes
0answers
40 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.