These Buffalo Chicken Wings need to be on your table during for Game Day. They are a staple to any major sporting event, and you should make them for your Big Game!
Sports and Wings are a sure thing!
I could add hot sauce to just about anything. Even when I was young I poured it on just about anything, mashed potatoes, Mac and cheese, eggs, just about anything I could pour some on. I guess it goes without saying now that I love these easy to make baked buffalo chicken wings. When it's game days these will for sure be on my table. My husband loves football and I have three sons so Sunday's are usually about watching football. Me on the other hand, I'm more of a football food kind of gal! So while my guys are enjoying sports, I will be enjoying my wings!
Why I make Gluten-Free Wings:
I didn't add flour to these wings I just baked them on a rack to help keep them from getting soggy. I made these for my dad who is allergic to flour so I made them gluten-free.
How to prepare for making your wings:
I started by preparing my baking sheet. I lay down foil and then place a baking rack on the baking sheet. I little seasoned each wing with a little seasoning salt and garlic powder then placed them on the rack. The sauce is just as simple. While your chicken is baking just melt butter then add hot sauce. You can add more or less hot sauce depending on how much spice you want. Once your chicken wings are done just toss them with your sauce.
Home-made Buffalo Sauce Ingredients:
- Chicken wings (of course you need these)
- Favorite Hot Sauce
- Butter
- Seasoning Salt
- Garlic Powder
How to make your Buffalo Wings:
One: Start by thawing out wings then pat dry and set aside. Using frozen chicken can mean extra water on your pan and soggy chicken wings.
- Tip: Drying your wings is essential to making sure your wings don't get soggy
Two: Preheat your oven then prepare a baking sheet with aluminum foil and a baking rack.
Three: Mix together seasoning salt and garlic powder and lightly rub on each wing then place on the prepaid baking sheet.
Four: Bake for 40-45 minutes making sure to turn halfway through.
Five: Meanwhile, melt butter in a saucepan and add hot sauce. Mix until well combined. Pour into a large mixing bowl. Add cooked wings to the bowl and toss until coated.
Tips and FAQ:
Is there a difference between a chicken wing and a buffalo wing?
Typically a chicken wing consists of the entire wing area from the joint to the tip. Buffalo wings are the smaller portions of the whole wing, so the drum and the flat.
Why are they called Buffalo wings?
One theory is they were created back in the 1960s at a bar in Buffalo, New York.
Is there a difference between Hot Sauce and Buffalo Sauce?
Yes, there is a difference. Hot Sauce is basically hot peppers, salt, and vinegar. Mix hot sauce up with melted butter and that is Buffalo Sauce.
What dipping sauce should I use for my wings?
Most people prefer Blue Cheese or Ranch Dressing. Along with some carrot or celery sticks.
If you love Buffalo Sauce as much as I do then you will want to try these recipes next:
Shredded Buffalo Chicken Sandwich: This recipe is so simple! It's all made in the slow cooker and can be made as a sandwich or wrap.
Buffalo Chicken Soup: Two of my favorites buffalo chicken and soup. This recipe is one of my favorite things!
Buffalo Chicken Dip: I have been making this one for years! It's so simple to make and the perfect recipe for any party or get together.
If you tried this recipe or any of my recipes I would love to hear from you, leave me a comment below. You can also connect with me on FACEBOOK, INSTAGRAM, PINTEREST, and YOUTUBE.
I would love for you to follow along and discover more amazing recipes.
Show me what you are making, tag us or use hashtag #TDOARH
(function(global) {
function serialize(form){if(!form||form.nodeName!=="FORM"){return }var i,j,q=[];for(i=form.elements.length-1;i>=0;i=i-1){if(form.elements[i].name===""){continue}switch(form.elements[i].nodeName){case"INPUT":switch(form.elements[i].type){case"text":case"hidden":case"password":case"button":case"reset":case"submit":q.push(form.elements[i].name+"="+encodeURIComponent(form.elements[i].value));break;case"checkbox":case"radio":if(form.elements[i].checked){q.push(form.elements[i].name+"="+encodeURIComponent(form.elements[i].value))}break;case"file":break}break;case"TEXTAREA":q.push(form.elements[i].name+"="+encodeURIComponent(form.elements[i].value));break;case"SELECT":switch(form.elements[i].type){case"select-one":q.push(form.elements[i].name+"="+encodeURIComponent(form.elements[i].value));break;case"select-multiple":for(j=form.elements[i].options.length-1;j>=0;j=j-1){if(form.elements[i].options[j].selected){q.push(form.elements[i].name+"="+encodeURIComponent(form.elements[i].options[j].value))}}break}break;case"BUTTON":switch(form.elements[i].type){case"reset":case"submit":case"button":q.push(form.elements[i].name+"="+encodeURIComponent(form.elements[i].value));break}break}}return q.join("&")};
function extend(destination, source) {
for (var prop in source) {
destination[prop] = source[prop];
}
}
if (!Mimi) var Mimi = {};
if (!Mimi.Signups) Mimi.Signups = {};
Mimi.Signups.EmbedValidation = function() {
this.initialize();
var _this = this;
if (document.addEventListener) {
this.form.addEventListener('submit', function(e){
_this.onFormSubmit(e);
});
} else {
this.form.attachEvent('onsubmit', function(e){
_this.onFormSubmit(e);
});
}
};
extend(Mimi.Signups.EmbedValidation.prototype, {
initialize: function() {
this.form = document.getElementById('ema_signup_form');
this.submit = document.getElementById('webform_submit_button');
this.callbackName = 'jsonp_callback_' + Math.round(100000 * Math.random());
this.validEmail = /.+@.+\..+/
},
onFormSubmit: function(e) {
e.preventDefault();
this.validate();
if (this.isValid) {
this.submitForm();
} else {
this.revalidateOnChange();
}
},
validate: function() {
this.isValid = true;
this.emailValidation();
this.fieldAndListValidation();
this.updateFormAfterValidation();
},
emailValidation: function() {
var email = document.getElementById('signup_email');
if (this.validEmail.test(email.value)) {
this.removeTextFieldError(email);
} else {
this.textFieldError(email);
this.isValid = false;
}
},
fieldAndListValidation: function() {
var fields = this.form.querySelectorAll('.mimi_field.required');
for (var i = 0; i = 0) {
return 'checkboxes';
} else {
return 'text_field';
}
},
checkboxAndRadioValidation: function(field) {
var inputs = field.getElementsByTagName('input'),
selected = false;
for (var i = 0; i < inputs.length; ++i) {
var input = inputs[i];
if((input.type === 'checkbox' || input.type === 'radio') && input.checked) {
selected = true;
}
}
if (selected) {
field.className = field.className.replace(/ invalid/g, '');
} else {
if (field.className.indexOf('invalid') === -1) {
field.className += ' invalid';
}
this.isValid = false;
}
},
textAndDropdownValidation: function(field, type) {
var inputs = field.getElementsByTagName('input');
for (var i = 0; i = 0) {
if (type === 'text_field') {
this.textValidation(input);
} else {
this.dropdownValidation(field, input);
}
}
}
this.htmlEmbedDropdownValidation(field);
},
textValidation: function(input) {
if (input.id === 'signup_email') return;
if (input.value) {
this.removeTextFieldError(input);
} else {
this.textFieldError(input);
this.isValid = false;
}
},
dropdownValidation: function(field, input) {
if (input.value) {
field.className = field.className.replace(/ invalid/g, '');
} else {
if (field.className.indexOf('invalid') === -1) field.className += ' invalid';
this.onSelectCallback(input);
this.isValid = false;
}
},
htmlEmbedDropdownValidation: function(field) {
var dropdowns = field.querySelectorAll('.mimi_html_dropdown');
var _this = this;
for (var i = 0; i < dropdowns.length; ++i) {
var dropdown = dropdowns[i];
if (dropdown.value) {
field.className = field.className.replace(/ invalid/g, '');
} else {
if (field.className.indexOf('invalid') === -1) field.className += ' invalid';
this.isValid = false;
dropdown.onchange = (function(){ _this.validate(); });
}
}
},
textFieldError: function(input) {
input.className = 'required invalid';
input.placeholder = input.getAttribute('data-required-field');
},
removeTextFieldError: function(input) {
input.className = 'required';
input.placeholder = '';
},
onSelectCallback: function(input) {
if (typeof Widget === 'undefined' || !Widget.BasicDropdown) return;
var dropdownEl = input.parentNode,
instances = Widget.BasicDropdown.instances,
_this = this;
for (var i = 0; i < instances.length; ++i) {
var instance = instances[i];
if (instance.wrapperEl === dropdownEl) {
instance.onSelect = function(){ _this.validate() };
}
}
},
updateFormAfterValidation: function() {
this.form.className = this.setFormClassName();
this.submit.value = this.submitButtonText();
this.submit.disabled = !this.isValid;
this.submit.className = this.isValid ? 'submit' : 'disabled';
},
setFormClassName: function() {
var name = this.form.className;
if (this.isValid) {
return name.replace(/\s?mimi_invalid/, '');
} else {
if (name.indexOf('mimi_invalid') === -1) {
return name += ' mimi_invalid';
} else {
return name;
}
}
},
submitButtonText: function() {
var invalidFields = document.querySelectorAll('.invalid'),
text;
if (this.isValid || !invalidFields) {
text = this.submit.getAttribute('data-default-text');
} else {
if (invalidFields.length || invalidFields[0].className.indexOf('checkgroup') === -1) {
text = this.submit.getAttribute('data-invalid-text');
} else {
text = this.submit.getAttribute('data-choose-list');
}
}
return text;
},
submitForm: function() {
this.formSubmitting();
var _this = this;
window[this.callbackName] = function(response) {
delete window[this.callbackName];
document.body.removeChild(script);
_this.onSubmitCallback(response);
};
var script = document.createElement('script');
script.src = this.formUrl('json');
document.body.appendChild(script);
},
formUrl: function(format) {
var action = this.form.action;
if (format === 'json') action += '.json';
return action + '?callback=' + this.callbackName + '&' + serialize(this.form);
},
formSubmitting: function() {
this.form.className += ' mimi_submitting';
this.submit.value = this.submit.getAttribute('data-submitting-text');
this.submit.disabled = true;
this.submit.className = 'disabled';
},
onSubmitCallback: function(response) {
if (response.success) {
this.onSubmitSuccess(response.result);
} else {
top.location.href = this.formUrl('html');
}
},
onSubmitSuccess: function(result) {
if (result.has_redirect) {
top.location.href = result.redirect;
} else if(result.single_opt_in || !result.confirmation_html) {
this.disableForm();
this.updateSubmitButtonText(this.submit.getAttribute('data-thanks'));
} else {
this.showConfirmationText(result.confirmation_html);
}
},
showConfirmationText: function(html) {
var fields = this.form.querySelectorAll('.mimi_field');
for (var i = 0; i < fields.length; ++i) {
fields[i].style['display'] = 'none';
}
(this.form.querySelectorAll('fieldset')[0] || this.form).innerHTML = html;
},
disableForm: function() {
var elements = this.form.elements;
for (var i = 0; i < elements.length; ++i) {
elements[i].disabled = true;
}
},
updateSubmitButtonText: function(text) {
this.submit.value = text;
},
revalidateOnChange: function() {
var fields = this.form.querySelectorAll(".mimi_field.required"),
_this = this;
var onTextFieldChange = function() {
if (this.getAttribute('name') === 'signup[email]') {
if (_this.validEmail.test(this.value)) _this.validate();
} else {
if (this.value.length === 1) _this.validate();
}
}
for (var i = 0; i < fields.length; ++i) {
var inputs = fields[i].getElementsByTagName('input');
for (var j = 0; j < inputs.length; ++j) {
if (this.fieldType(fields[i]) === 'text_field') {
inputs[j].onkeyup = onTextFieldChange;
inputs[j].onchange = onTextFieldChange;
} else {
inputs[j].onchange = function(){ _this.validate() };
}
}
}
}
});
if (document.addEventListener) {
document.addEventListener("DOMContentLoaded", function() {
new Mimi.Signups.EmbedValidation();
});
}
else {
window.attachEvent('onload', function() {
new Mimi.Signups.EmbedValidation();
});
}
})(this);
Buffalo Chicken Wings
Ingredients
- 3 pounds chicken wings
- ½ teaspoon seasoning salt
- ½ teaspoon garlic powder
- 1 stick unsalted butter
- ½ cup hot sauce (more to taste)
Instructions
- Start by thawing out wings than pat dry and set aside.
- Preheat oven to 400 degrees. Prepare a baking sheet with aluminum foil and a baking rack. Set aside.
- Mix together seasoning salt and garlic powder and lightly rub on each wing then place on prepaid baking sheet.
- Bake for 40-45 minutes (turning half way through) until chicken is fully cooked.
- Meanwhile, melt butter in a saucepan and add hot sauce. Mix until well combined. Pour into a large mixing bowl. Add cooked wings to the bowl and toss until coated.
Notes
Nutrition
SaveSaveSaveSaveSaveSaveSaveSave
SaveSaveSaveSave
SaveSave
SaveSave
SaveSave
SaveSave
SaveSave
SaveSave
SaveSave
SaveSave
SaveSave
Leave a Reply