Hello, Has anybody managed to use data in actions links ? In my template publisher, I use : action_links action_link("...", "{{*item_url*}}"), action_link("..", "{{*item_url*}}") But action links never get linked in Facebook... Any ideas? Thanks, Pierre Valade +33.6.89.04.15.30 www.tiiptop.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/facebooker-talk/attachments/20090202/a5a9ba7d/attachment.html>
Maybe it isn''t that, but you''re using double braces, and that might be confusing the parser that Facebook uses to replace the items. It should be: action_links action_link("...", "{*item_url*}"), action_link("..", "{*item_url*}") Carlos Paramio El 02/02/2009, a las 14:29, Pierre Valade escribi?:> Hello, > > Has anybody managed to use data in actions links ? > > In my template publisher, I use : > > action_links action_link("...", "{{*item_url*}}"), > action_link("..", "{{*item_url*}}") > > But action links never get linked in Facebook... > > Any ideas? > > Thanks, > > Pierre Valade > +33.6.89.04.15.30 > www.tiiptop.com > _______________________________________________ > Facebooker-talk mailing list > Facebooker-talk at rubyforge.org > http://rubyforge.org/mailman/listinfo/facebooker-talkUn saludo, Carlos Paramio -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/facebooker-talk/attachments/20090204/a69df40a/attachment-0001.html>
Thanks. simple braces work ! Pierre Valade +33.6.89.04.15.30 www.tiiptop.com On Wed, Feb 4, 2009 at 4:01 PM, Carlos Paramio <carlosparamio at gmail.com>wrote:> Maybe it isn''t that, but you''re using double braces, and that might be > confusing the parser that Facebook uses to replace the items. It should be: > action_links action_link("...", "{*item_url*}"), > action_link("..", "{*item_url*}") > > > Carlos Paramio > > > El 02/02/2009, a las 14:29, Pierre Valade escribi?: > > Hello, > Has anybody managed to use data in actions links ? > > In my template publisher, I use : > > action_links action_link("...", "{{*item_url*}}"), > action_link("..", "{{*item_url*}}") > > But action links never get linked in Facebook... > > Any ideas? > > Thanks, > > Pierre Valade > +33.6.89.04.15.30 > www.tiiptop.com > _______________________________________________ > Facebooker-talk mailing list > Facebooker-talk at rubyforge.org > http://rubyforge.org/mailman/listinfo/facebooker-talk > > > Un saludo, > Carlos Paramio > > > _______________________________________________ > Facebooker-talk mailing list > Facebooker-talk at rubyforge.org > http://rubyforge.org/mailman/listinfo/facebooker-talk > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/facebooker-talk/attachments/20090204/c1dfcd37/attachment.html>