Page 3 of 3
Re: Adding Facebook's Like buttons
Posted: Tue Oct 19, 2010 3:09 pm
by garvinhicking
Hi!
Well, that helps nothing at all. They need to tell which other Apache URL rewriting modules are interfering, like mod_speling or mod_security or whatever. I don't really see an issue by Serendipity itself, it is some oddity of their server that they cannot deliver the requested file. Maybe you can urge them to properly read your example code and actually read your mail.
Regards,
Garvin
Re: Adding Facebook's Like buttons
Posted: Thu Oct 21, 2010 9:44 am
by schimanke
That's what I thought. Okay, I will see what I can find out.
Re: Adding Facebook's Like buttons
Posted: Tue Nov 16, 2010 10:33 am
by lfrantzen
Hi,
just discovered that I run into the same problems with 1&1. I could solve it by changing one rewriting rule, please see this thread:
http://board.s9y.org/viewtopic.php?f=3&t=17136
Hope that helps also in your case.
Cheers,
Lars
Re: Adding Facebook's Like buttons
Posted: Tue Nov 16, 2010 12:48 pm
by garvinhicking
Hi!
This is great news. The "$" is optional and not really required. If removing it changes things, I'll of course remove it in the main s9y distro now.
Regards,
Garvin
Re: Adding Facebook's Like buttons
Posted: Wed Nov 17, 2010 11:10 am
by schimanke
Garvin, just to let you know and as a follow-up to my issue... The mentioned solution indeed did the trick for me and my 1&1 setup. After removing the "$" my CSS is now used correctly when enabling mod_rewrite.
Being able to use rewriting also solved my issues with the Facebook like button (and also Twitter and Flattr buttons).
Thanks to Lars for the solution!
Re: Adding Facebook's Like buttons
Posted: Thu Jun 02, 2011 9:06 pm
by littlerabbit
Enabling URL Rewriting: mod_rewrite in Config totally fixes this problem I've never been able to figure out! Wonderful.
Does anyone know how to grab the first image in the entry and stick that into og:image? Right now fb grabs my technorati icon which is totally absurd...
Re: Adding Facebook's Like buttons
Posted: Fri Jun 03, 2011 9:56 am
by garvinhicking
Hi!
Does anyone know how to grab the first image in the entry and stick that into og:image? Right now fb grabs my technorati icon which is totally absurd...
Sadly that's not so easy within the template itself, because it involves some preg matching.
However I've added this feature to version 0.3 of the serendipity_event_facebook plugin right now. It should be available through spartacus in max. 24 hours.
HTH,
Garvin