Since this morning no CSS is being loaded on Facebook Canvas pages using this module?

I have checked Facebook for Drupals Facebook page and this is having the same issue.
http://apps.facebook.com/drupalforfacebook/frontpage

To quickly get around the issue myself in the top of the page.tpl.php I am not require_once('') the CSS page like this.

echo "<style>";
require_once(path_to_theme().'/styles_fbml.css');
echo "</style>";

Comments

Dave Cohen’s picture

It seems unlikely this would happen on http://apps.facebook.com/drupalforfacebook, because it uses an iframe, and not FBML.

It sounds like a problem on facebook's side. thanks for suggesting the workaround.

alberto56’s picture

I was having the same problem and the workaround worked for me whereas adding the style to the .info file was not working.

j0nathan’s picture

subscribing

jcarrig’s picture

I think its a cache issue (server cache, not browser). Try clearing all of your cache and then reloading the page. I would recommend clearing your cache with drush.

j0nathan’s picture

Hi jcarrig,
We did clear the cache a couple of times from the web interface and drush.

13rac1’s picture

Component: Canvas Pages (FBML) » Code
Status: Active » Closed (works as designed)

No response in two years. Closing.