I'm doing some ajax, then writing out content via javascript.
If I do something like this in JS:
newcontent += '<fb:like href="http://www.domain.com/url.aspx"></fb:like>';
Then set the innerHTML of a div or something to the value of 'newcontent', nothing happens. I know the rest of the code is working because newcontent contains a whole bunch of other JS and html that's working.
I was able to get the iFrame version of the like to work, but it doesn't seem like I can capture "likes" by using 'edge.create' from an iFrame like, right?
Thanks so much!
-Kevin