User:Fandyllic/darkvector.js

From Warcraft Wiki
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
function fbGroupBox() {
	$('#fbgroupbox').append('<iframe marginheight="0" marginwidth="0" src="http://www.facebook.com/connect/connect.php?id=137527772962587&connections=10" align="top" frameborder="0" width="300" height="220" scrolling="no" />');
}
 
$(fbGroupBox);

function fbPageBox() {
	$('#fbpagebox').append('<iframe src="http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2FWowpedia%2F150795724963097&amp;colorscheme=dark&amp;connections=10&amp;stream=false&amp;header=true&amp;width=300&amp;height=220" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:300px; height:220px;" allowTransparency="true"></iframe>');
}
 
$(fbPageBox);