91³Ô¹ÏÍø

Watch CBS News

To teach safe sex, don't forget about pleasure, study suggests

The best way to prevent sexually transmitted diseases is to center sex education around not just safety but pleasure — namely, making condoms "sexy," new research says. 

Researchers from the University of Oxford, United Kingdom and the World Health Organization set out to find out how effective it would be to incorporate sexual pleasure, the "key driver of why people have sex," into sexual health education efforts. Billions of dollars have been invested into sexual health services and programs, the authors said, but sexual pleasure has been "insufficiently addressed," despite its positive benefits.  

By analyzing studies on the outcome of various sexual health programs that either do or do not provide an emphasis on sexual pleasure, the researchers found that those programs that do focus on pleasure "significantly improved" participants' use of condoms. 

The majority of programs the researchers analyzed discussed sexual pleasure in the context of behavioral skills, such as "making condom use fun or sexy" and "using lubrication to enhance sexual pleasure," researchers said. Doing so, they found, did result in behavioral changes. 

This improvement was seen in a variety of settings, including in groups in the U.S. designed for men who have sex with men, and in sexual health classes for young people and teens in Spain and Brazil. Their findings were published in the journal  on Friday. 

Improving condom use outcomes, researchers found, also reduces instances of sexually transmitted infections and diseases. 

More than 1 million sexually transmitted infections are acquired every day across the world, according to WHO. Most of those cases are asymptomatic, which can result in more long-term issues for those who contract them, including increasing the risk of HIV, fetal and birth complications, cancer and death. The best way to prevent them, according to WHO and health care providers, is to wear a condom during sex. 

One of the pleasure-inclusive interventions they analyzed saw a 50% decrease in HIV/STI incidence compared to a more traditional intervention, the researchers found. 

The  has said that good sexual health is fundamental to peoples' overall health and well-being. One of the international agency's representatives, study co-author Lianne Gonsalves, said in a statement that traditionally, educational programs teach safe sex by focusing on reducing risk and preventing disease, but also ignore how safe sex can "also promote intimacy, pleasure, consent and wellbeing." 

"This review provides a simple message: programs which better reflect the reasons people have sex — including for pleasure — see better health outcomes," Gonsalves said. "The hope is that these results galvanize the sexual and reproductive health and rights community to promote services that educate and equip users to engage in sex that is safe, consensual, and pleasurable." 

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=fd53910ecf4604072044ab7c46d9b028'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });