Skip to content
Home / Shop / Video / Blues / R&B / Elvis – (You’re So Square) Baby I Don’t Care
Elvis – (You’re So Square) Baby I Don’t Care
Description
“(You’re So Square) Baby I Don’t Care ” is a 1957 song recorded by Elvis Presley and performed in the MGM film Jailhouse Rock . It was written by Jerry Leiber and Mike Stoller for the film. Presley plays electric bass on the song.
Background
Elvis Presley’s version, one of the few songs in which he plays the electric bass , was recorded on May 3, with the vocal track added on May 9, 1957, and released on his Jailhouse Rock EP. It reached number fourteen on the R&B charts. It later become a minor pop standard, with notable versions being performed by Buddy Holly , who included the song on his eponymous second album , and his version made the British singles chart in 1961, reaching no. 12. A 1983 re-release of the Elvis Presley version reached no. 61 on the UK singles chart.
The song’s narrator addresses the object of their affection, and points out all the ways that the addressee is square , how they are out of touch with modern trends in music and romance. Then the narrator tells the subject of the song that they love them in spite of, and maybe because of this.
Recordings
Other artists besides Presley who have recorded or played the song include:
Buddy Holly
The Beatles played impromptu versions during the White Album sessions, in 1968 (with Paul McCartney doing lead vocals and rhythm guitar with John Lennon doing Bass Guitars) and the Get Back Sessions on January 7, 1969 (with George Harrison on guitars, and again, John Lennon on lead vocals (and guitars), who also recorded a version as a home demo which appeared on The Complete Lost Lennon Tapes , and jammed another impromptu version during the sessions of Plastic Ono Band in 1970).
Carl Mann
Lobby Loyde and The Coloured Balls , on album Heavy Metal Kid (1974) (Released as The coloured balls)
Cliff Richard
Led Zeppelin (during live medleys)
Joni Mitchell included a cover of it on her album Wild Things Run Fast . This version went to #47 on the US Hot 100.
Bobby Fuller
Don McLean
Scotty Moore
The Professionals
Queen , recorded live during their Magic Tour
Hüsker Dü , played live during the Spin Radio show, 28 August 1985
Brian Setzer
Ray Condo
Bobby Vee
Bryan Ferry
The Primitives
Billy Swan
Johnny Hallyday , French version, recorded 1961 titled “Sentimentale”
Eddy Mitchell , French version, recorded 1963 titled “Sentimental”
Beccy Cole recorded a version in 2010 for her album, Preloved .
Cee Lo Green , on the 2011 compilation Rave On Buddy Holly
Sam Hui , Cantonese version, recorded 1978, titled “咪當我老襯”
Glitter Band
Rory Storm and the Hurricanes , recorded at the Jive Hive in 1960
Phil Seymour
Jerry Only (Misfits bassist), on his solo album Anti-Hero released in 2022
Remastered in Color and 4K
Share Link {{replacewithcurrurl}}
Embed Code {{replacewithembedcode}}
{"sample--skin-wave-with-multisharer-button-and-embed":{"skin_ap":"skin-wave","settings_extrahtml_in_player":"","enable_embed_button":"in_lightbox","preview_on_hover":"off","colorhighlight":"53578d","loop":"off","preload_method":"metadata","cue_method":"on","playfrom":"off","default_volume":"default","menu_right_enable_info_btn":"off","menu_right_enable_multishare":"on","settings_exclude_from_list":"off","player_navigation":"default","footer_btn_playlist":"off","design_animateplaypause":"default","enable_footer_close_button":"off","disable_scrubbar":"off","disable_volume":"default","color_waveformbg":"2486d6","color_waveformprog":"6b6b6b","skinwave_dynamicwaves":"off","skinwave_wave_mode":"canvas","skinwave_wave_mode_canvas_reflection_size":"0.25","skinwave_wave_mode_canvas_waves_padding":"","skinwave_wave_mode_canvas_normalize":"","skinwave_enablespectrum":"off","skinwave_enablereflect":"on","skinwave_comments_enable":"off","skinwave_mode":"normal","skinwave_wave_mode_canvas_mode":"normal","button_aspect":"default","scrubbar_tweak_overflow_hidden":"off","extra_classes_player":"","restyle_player_under_400":"","restyle_player_over_400":"","settings_extrahtml_after_artist":"","js_settings_extrahtml_in_float_right_from_config":"","js_settings_extrahtml_in_bottom_controls_from_config":"","settings_extrahtml_after_playpause_from_config":"","settings_extrahtml_after_con_controls_from_config":"","config_extra_css":""}}
document.addEventListener('DOMContentLoaded', function () {
if (!window.location.pathname.includes('bohemia-afterdark-vault-videos')) return;
let playlist = JSON.parse(localStorage.getItem('bvmtv_playlist') || '[]');
function savePlaylist() {
localStorage.setItem('bvmtv_playlist', JSON.stringify(playlist));
}
function updateButton() {
const btn = document.getElementById('bvmtv-playlist-btn');
if (btn) btn.innerHTML = '🎵 My Playlist (' + playlist.length + ')';
savePlaylist();
}
function createFloatingButton() {
if (document.getElementById('bvmtv-playlist-btn')) return;
const btn = document.createElement('div');
btn.id = 'bvmtv-playlist-btn';
btn.style.position = 'fixed';
btn.style.bottom = '20px';
btn.style.right = '20px';
btn.style.background = '#ff0055';
btn.style.color = '#fff';
btn.style.padding = '12px 18px';
btn.style.cursor = 'pointer';
btn.style.borderRadius = '6px';
btn.style.zIndex = '999999';
btn.style.fontWeight = '600';
btn.style.boxShadow = '0 5px 15px rgba(0,0,0,.5)';
btn.onclick = openPlaylistPanel;
document.body.appendChild(btn);
updateButton();
}
function openPlaylistPanel() {
if (document.getElementById('bvmtv-playlist-panel')) return;
const panel = document.createElement('div');
panel.id = 'bvmtv-playlist-panel';
panel.style.position = 'fixed';
panel.style.top = '0';
panel.style.right = '0';
panel.style.width = '420px';
panel.style.height = '100%';
panel.style.background = '#000';
panel.style.color = '#fff';
panel.style.zIndex = '1000000';
panel.style.padding = '20px';
panel.style.overflowY = 'auto';
panel.innerHTML =
'My Playlist ' +
' ' +
'
' +
'Clear Playlist ' +
'Close ';
document.body.appendChild(panel);
document.getElementById('bvmtv-close').onclick = function () {
panel.remove();
};
document.getElementById('bvmtv-clear').onclick = function () {
playlist = [];
savePlaylist();
renderPlaylist();
updateButton();
};
renderPlaylist();
}
function renderPlaylist() {
const container = document.getElementById('bvmtv-playlist-items');
if (!container) return;
container.innerHTML = '';
playlist.forEach(function (item, index) {
const div = document.createElement('div');
div.style.marginBottom = '10px';
div.style.borderBottom = '1px solid #222';
div.style.paddingBottom = '8px';
div.innerHTML =
'▶ ' + item.title + '
' +
'Remove ';
div.querySelector('div').onclick = function () {
playVideo(index);
};
div.querySelector('button').onclick = function () {
playlist.splice(index, 1);
savePlaylist();
renderPlaylist();
updateButton();
};
container.appendChild(div);
});
}
function playVideo(index) {
const player = document.getElementById('bvmtv-player');
if (!player) return;
player.pause();
player.src = playlist[index].url;
player.load();
player.play();
player.onended = function () {
if (playlist[index + 1]) playVideo(index + 1);
};
}
function findMainGrid() {
return document.querySelector('ul.products') ||
document.querySelector('.woocommerce ul.products') ||
document.querySelector('.products');
}
function attachAddButtons() {
const mainGrid = findMainGrid();
if (!mainGrid) return;
// Only direct children (no :scope, no >)
const kids = Array.prototype.slice.call(mainGrid.children);
const cards = kids.filter(function (el) {
return el && el.matches && (el.matches('li.product') || el.matches('.product'));
});
cards.forEach(function (card) {
if (card.querySelector('.bvmtv-add')) return;
const link = card.querySelector('a');
const titleEl = card.querySelector('h2, .woocommerce-loop-product__title');
if (!link || !titleEl) return;
const btn = document.createElement('button');
btn.className = 'bvmtv-add';
btn.textContent = 'ADD TO PLAYLIST';
btn.style.width = '100%';
btn.style.marginTop = '8px';
btn.style.padding = '8px';
btn.style.background = '#ff0055';
btn.style.color = '#fff';
btn.style.border = 'none';
btn.style.cursor = 'pointer';
btn.style.fontWeight = '600';
btn.onclick = function () {
fetch(link.href)
.then(function (response) { return response.text(); })
.then(function (html) {
const parser = new DOMParser();
const doc = parser.parseFromString(html, 'text/html');
const video = doc.querySelector('video source') || doc.querySelector('video');
if (video) {
playlist.push({
title: titleEl.textContent.trim(),
url: video.src || video.getAttribute('src')
});
savePlaylist();
updateButton();
btn.textContent = 'Added ✓';
}
});
};
card.appendChild(btn);
});
}
createFloatingButton();
attachAddButtons();
});