mpollack
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: embedding iframesOk, I’ve got it to work now. The problem was that I was writing the IFrame as an emtpy tag – that is, something like <iframe src=”foo”/>, rather than using an opening and closing tag , such as <iframe src=”bar”></iframe>. It looks like for some reason the WP html parsing wasn’t able to handle it – must have been treating it as an unclosed element, and so it was gobbling up the whole page.
Malcolm
Forum: Everything else WordPress
In reply to: embedding iframesHi, and thanks for responding. I did specify height and width, but still had the problem. Is there some known issue with embedding IFrames?
Malcolm
Forum: Fixing WordPress
In reply to: How do I set up a trackback link?Thank you very much – so I don’t have to do anything. I notice that the url is very simple compared to other trackback URLs – I suppose it just references the post, and the rest is all about the POST arguments…
Forum: Fixing WordPress
In reply to: How do I set up a trackback link?Wow – thanks for the blazingly fast response. I see on some blogs, on the main page where it lists the number of comments, it also lists the number of trackbacks. How will I know if anyone has pinged me?