How to: How to change your facebook like link color

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • napy8gen
    Senior Member
    • Jul 2001
    • 525
    • 6.X

    How to: How to change your facebook like link color

    There is totally no way to change the facebook like text ("Be the first of your friends to like this") color by trying to overwrite css in an inframe.

    So the only way is to go into the template and there are currently only 2 color scheme, dark and light available for facebook like plugin.

    So if you have a dark skin that color maybe dark grey background, it will hard to see the facebook like text or even you cannot see it at all.

    By default vbulletin used the light scheme. to change this.

    go to style manager> your style name> facebook templates> facebook_likebutton

    change.
    HTML Code:
    <iframe id="fb_likeframe" src="http://www.facebook.com/plugins/like.php?href={vb:raw href}&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=like&amp;font=tahoma&amp;colorscheme=light&amp;height=27" scrolling="no" frameborder="0" allowTransparency="true"></iframe>
    to

    HTML Code:
    <iframe id="fb_likeframe"  src="http://www.facebook.com/plugins/like.php?href={vb:raw  href}&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=like&amp;font=tahoma&amp;colorscheme=dark&amp;height=27"  scrolling="no" frameborder="0"  allowTransparency="true"></iframe>
    please note in the code change on the colorscheme=option.
    Get Our vbulletin 6 themes

Related Topics

Collapse

Working...