0

I'm implementing the facebook like and send buttons into my page but their generate only offers 2 pre-set colours none of which are ideal. I've tried to overwrite the CSS by pointing directly at the element but as their styling is held elsewhere and within such a multi-levelled structure it's proving difficult.

Any thoughts on how I may overwrite the code?

Ollie Jones
  • 437
  • 1
  • 9
  • 16

2 Answers2

1

Follow this thread: Custom skin for facebook like button

Also, make sure that doing so is legal. You never know what a little mistake like that can bring you!

Good luck!

Community
  • 1
  • 1
adritha84
  • 957
  • 1
  • 7
  • 15
0

Although there are tricks to accomplish this (using the inline xml fb tags or using clickjacking techniques), it's unadvicable to do this, as facebook is actively trying to prevent this. The reason for this is that a malicious site could redesign the facebook like button to look like a "next page" button (which is being done on some sites) that way tricking the user into liking their page. In other words, if you try to do this, there is a realistic chance the styling will randomly break every few weeks/months.

David Mulder
  • 26,123
  • 9
  • 51
  • 114