I'm almost embarrassed to ask this fbml question here but frustration is taking precedent...
I'm trying to add video to a Facebook page using the well-documented code,
Code:
<fb:swf
swfbgcolor="000000"
imgstyle="border-width:3px; border-color:white;"
swfsrc='http://www.youtube.com/watch?v=xxxxxxxxxx&autoplay=1'
imgsrc='http://xxxxxxxxxx.net/images/xxxxxxxxxx.jpg' width='340' height='270'
/>
...unfortunately, the result is an empty page.
I've triple-checked that the quotes are correct (also tried using single and double quotes) and the URLs I'm using for both the vid and the image display properly in a browser.
Any suggestions as to why this code isn't working??
Also, can anyone shed some definitive light on whether FBML is actually deprecated or not? And if not, is there a timeline when it will be??
thanks very much in advance...
|