ruby on rails - Facebook 'like' with dynamic page titles -


i'm trying facebook 'likes' (http://developers.facebook.com/docs/reference/plugins/like/#) working on site, page titles dynamic, filled in bits of .erb.

in initial testing, upon trying 'send' page, .erb bits coming blank. imagine because rails controller action not firing each time facebook goes in collect page title. how can circumvent dynamic titles work when facebook comes knocking @ door page title?


Comments

Popular posts from this blog

sql - text truncated using perl DBI insert -

c++ - Is it possible to compile a VST on linux? -

php - Pass object by reference or value -