PREVIOUS:
Chocolate Shell Ice Cream Topping
NEXT:
Chocolate-Dipped Cookies-and-Cream Ice Cream…
Ingredients (17)
For the cupcakes:
- 1 cup all-purpose flour
- 1⁄4 cup unsweetened cocoa powder
- 2 teaspoons baking powder
- 2/3 cup sugar
- 1⁄2 teaspoon kosher salt
- 2 large eggs
- 1⁄2 cup canola oil
- 2 tablespoons sour cream
- 2 teaspoons vanilla extract
- 2 pints cookies and cream ice cream, slightly softened
For the whipped cream:
- 1 cup heavy cream
- 2 tablespoons sugar
- 1 teaspoon vanilla extract
- 18 to 20 Oreo cookies
Nutritional Information
- Calories510
- Fat30.24g
- Saturated fat12.89g
- Trans fat0.04g
- Carbs57.24g
- Fiber1.2g
- Sugar20.72g
- Protein6.17g
- Cholesterol83.49mg
- Sodium304.1mg
Kids and other sweets junkies will love these these rich chocolate ice cream cupcakes: chocolate cake topped with cookies and cream ice cream, whipped cream, and an Oreo cookie. Make a big batch for a birthday party around the pool!
Instructions
- 1Preheat the oven to 325°F. Line 18 to 20 standard muffin pan with paper liners.
- 2To make the cake, sift the flour, cocoa, and baking powder into a bowl. Whisk in the sugar and salt. In another bowl, whisk together 3⁄4 cup warm water, the egg, oil, and vanilla until blended. Pour the wet ingredients into the dry ingredients and stir just until blended. The batter will be very thick. Spoon 1 tablespoon of batter into each muffin cup, dividing it evenly. You should have 18 to 20. Bake until a toothpick inserted into the center of a cupcake comes out clean, about 10 minutes. Let cool for 5 minutes in the pan on a wire rack, then remove the muffin cups to the wire rack and let cool completely.
- 3Return the cupcakes to the cooled muffin pans. Put the ice cream in a bowl and stir with a large metal spoon to soften the ice cream until spreadable (make sure it doesn’t get overly soft and soupy). Drop a big spoonful of the ice cream over the top of each cupcake, filling the cup and spreading it in an even layer. Cover with plastic wrap and freeze until firm, about 2 hours.
- 4In a bowl, using an electric mixer fitted with the whisk attachment, whip the cream, sugar and vanilla on medium speed until medium-stiff peaks form.
- 5Pipe the whipped cream onto the cupcakes, top each with a cookie, and serve.
Recommended from Chowhound
‘)
} else {
$(‘.f_req’).remove();
}
})
}
$(document).on(‘change’, ‘.Newsletter-checkbox .inp_chk’, function(){
var checked = $(“input.inp_chk:checked”).length;
if( checked == 0 ) {
$(‘.f_req’).remove();
$(‘.Newsletter-checkbox’).append(‘
Please check the opt-in box to acknowledge that you would like to subscribe.
‘);
return false;
} else {
$(‘.f_req’).remove();
}
})
var clickev = is_mobile ? ‘touchend’ : ‘click’;
$(document).on(clickev, ‘.f_req’, function(){
$(‘.f_req’).remove();
})
$(document).on(‘click’, ‘.fr_fw_nl_frm .bt_t:not(.processing)’, function(e){
$(this).addClass(‘processing’);
var emailFilter = /^([+a-zA-Z0-9_.-])+@(([a-zA-Z0-9-])+.)+([a-zA-Z0-9]{2,4})+$/;
if( !emailFilter.test($(‘.inp_t’).val()) ){
$(‘.f_req’).remove();
$(‘.fr_fw_nl_frm’).append(‘
Please enter a valid Email
‘);
$(this).removeClass(‘processing’);
}
if ( emailFilter.test($(‘.inp_t’).val()) && $(‘.inp_t’).val().length > 2 ) {
var checked = $(“input.inp_chk:checked”).length;
if( checked === 0 ) {
$(‘.f_req’).remove();
$(‘.Newsletter-checkbox’).append(‘
Please check the opt-in box to acknowledge that you would like to subscribe.
‘);
$(this).removeClass(‘processing’);
return false;
} else {
$(‘.Newsletter-checkbox’).remove();
subemail = $(‘.inp_t’).val();
acqsource = $(‘.acqsource’).val();
$(‘.fr_fw_nl_frm’).html(“
Thanks for subscribing!
“).addClass(‘okm’);
$(‘.f_req’).remove();
var newsLetterSubmit = $.ajax({
type: ‘POST’,
url: “/profile/public_subscription/?email=”+subemail+”&acqsource=”+acqsource,
dataType: “text”,
success: function(data) {
//do nothing
}
});
}
}
nlAfterSubmit();
})
});